kalberfon / take-sdk-laravel
Installs: 2 431
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- guzzlehttp/guzzle: ^7.2
Requires (Dev)
- fzaninotto/faker: ^1.4
- phpunit/phpunit: ^7.5
README
- Easy to send notifications via whatsapp.
Installation guide
- The recommended way to install is through Composer:
composer require kalberfon/take-sdk-laravel
- Configure config/service.php, adding this:
...
'whatsapp' => [
'key' => env('TAKE_ACCESS_KEY'),
'base_url' => env('TAKE_BASE_URI', 'https://http.msging.net'),
'namespace' => env('TAKE_NAMESPACE'),
],
...
- Edit config/app.php, add line in providers section:
'providers' => [
...
\Kalberfon\TakeSdkLaravel\Provider::class,
...
🔧 Supported Versions
Versions will be supported for a limited amount of time.
Version | Laravel Version | Php Version |
---|---|---|
v1.0.* | >= 5.8 | <=7.1 |