Package Data | |
---|---|
Maintainer Username: | ridvanbaluyos |
Maintainer Contact: | ridvan@baluyos.net (ridvanbaluyos) |
Package Create Date: | 2014-10-04 |
Package Last Update: | 2016-11-04 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-14 15:13:47 |
Package Statistics | |
---|---|
Total Downloads: | 477 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
A Chikka API package for Laravel 4.
This package makes use of the Chikka API.
Please DO NOT USE dev-master branch. :)
Open your composer.json
file and add the following to the require
key:
"ridvanbaluyos/chikka": "v1.0"
After adding the key, run composer update from the command line to install the package
composer update
Add the service provider to the providers
array in your app/config/app.php
file.
'Ridvanbaluyos\Chikka\ChikkaServiceProvider'
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.
php artisan config:publish ridvanbaluyos/chikka
Not yet available
Chikka::send('Welcome to Chikka!', '639981234567');
Not yet available
Not yet available