jag / chikka
Chikka and Laravel 5
Requires
- php: >=5.6.4
- guzzlehttp/guzzle: ~6
- illuminate/support: ~5.1
Requires (Dev)
- phpunit/phpunit: ~4.0|~5.0
This package is auto-updated.
Last update: 2020-09-04 12:29:51 UTC
README
Laravel 5 and Chikka VOLT IN!!!
This package is using Guzzle 6.
NOTE: Please make sure you have a balance to your chikka account.
Cost per Outgoing SMS
TELCO | COST |
---|---|
Globe | P0.50 |
Smart | P0.40 |
Sun | P0.40 |
Install
Via Composer
$ composer require jag/chikka
Post Installation
Add to Configuration
Add the Service Provider to your config/app.php
Jag\Chikka\ServiceProvider::class,
Add the Optional Facade.
'Chikka' => Jag\Chikka\ChikkaFacade::class,
Add to Environment
Add the environment configuration to your .env
file
CHIKKA_SHORTCODE=YOUR_CHIKKA_SHORTCODE
CHIKKA_KEY=YOUR_CHIKKA_CLIENT_ID
CHIKKA_SECRET=YOUR_CHIKKA_SECRET_KEY
You may also define other environment configuration such as:
CHIKKA_URI=https://post.chikka.com/smsapi/request
CHIKKA_TIMEOUT=180
Usage
Send
To send check the example below:
use Jag\Chikka\ChikkaFacade as Chikka; ... Chikka::send('639XXXXXXX', 'I LOVE YOU!'); ...
Change log
Please check CHANGELOG for more information on what has recently changed.
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email jayaregalinada@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.