deniztezcan / laravel-channable
Laravel package for the Channable API
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/deniztezcan/laravel-channable
Requires
- guzzlehttp/guzzle: ^6.3|^7.0
- illuminate/support: ^8.0|^9.0|^10.0
This package is auto-updated.
Last update: 2025-10-12 13:05:43 UTC
README
A Laravel package for the Channable API.
Instalation
composer require deniztezcan/laravel-channable
Add the facade to the facades array:
'aliases' => [ //other things here 'Channable' => DenizTezcan\Channable\Facades\Channable::class, ];
Finally, publish the configuration files:
php artisan vendor:publish --provider="DenizTezcan\Channable\ChannableServiceProvider"
Configuration
Please set your API key: CHANNABLE_BEARER_TOKEN and CHANNABLE_COMPANY_ID in your .env file.