| Package Data | |
|---|---|
| Maintainer Username: | andrewboy | 
| Maintainer Contact: | andras.jozsef.beck@gmail.com (Beck András) | 
| Package Create Date: | 2017-05-16 | 
| Package Last Update: | 2017-05-24 | 
| Language: | PHP | 
| License: | Unknown | 
| Last Refreshed: | 2025-11-03 15:24:50 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 504 | 
| Monthly Downloads: | 0 | 
| Daily Downloads: | 0 | 
| Total Stars: | 0 | 
| Total Watchers: | 1 | 
| Total Forks: | 0 | 
| Total Open Issues: | 0 | 
This package is a laravel (5.1-5.4) wrapper for SeeMe. It can autoload in method params. Uses the LoggerInterface.
composer require andrewboy/laravel-see-me
    'providers' => [
        ...
        \Andrewboy\LaravelSeeMe\LaravelSeeMeServiceProvider::class,
    ]
php artisan vendor:publish
return [
    'format' => \Andrewboy\SeeMe\SeeMeGateway::FORMAT_JSON,
    'method' => \Andrewboy\SeeMe\SeeMeGateway::METHOD_CURL,
    'log_to_file' => true
];
format:
method:
log_to_file:
$apiKey: application key
$logFileDestination: If false, log is dismissed
$format: result format
$method: set method type
$number: mobile number, format: /^36(20|30|31|70)\d{7}$/
$message: SMS message
$sender: sender id (mobile number)
$reference:
$callbackParams:
$callbackURL: