ridvanbaluyos/chikka
A Chikka API package for Laravel 4., (*1)
This package makes use of the Chikka API.
, (*2)
Please DO NOT USE dev-master branch. :), (*3)
, (*4)
Table of contents
Installation
Open your composer.json
file and add the following to the require
key:, (*5)
"ridvanbaluyos/chikka": "v1.0"
After adding the key, run composer update from the command line to install the package, (*6)
composer update
Add the service provider to the providers
array in your app/config/app.php
file., (*7)
'Ridvanbaluyos\Chikka\ChikkaServiceProvider'
Configuration
Before you can start using the package we need to set some configurations.
To do so you must first publish the config file, you can do this with the following artisan
command., (*8)
php artisan config:publish ridvanbaluyos/chikka
Usage
Receiving SMS from users
Not yet available, (*9)
Sending SMS to users
Chikka::send('Welcome to Chikka!', '639981234567');
Replying to an SMS
Not yet available, (*10)
Receiving Delivery Notifications
Not yet available, (*11)