ridvanbaluyos/chikka
Composer 安装命令:
composer require ridvanbaluyos/chikka
包简介
A Laravel 4 Package for the Chikka SMS API.
README 文档
README
A Chikka API package for Laravel 4.
This package makes use of the Chikka API.
Please DO NOT USE dev-master branch. :)
[](https://packagist.org/packages/ridvanbaluyos/chikka) [](https://packagist.org/packages/ridvanbaluyos/chikka) [](https://packagist.org/packages/ridvanbaluyos/chikka) [](https://packagist.org/packages/ridvanbaluyos/chikka) [](https://www.codacy.com/app/ewoklabs/chikka?utm_source=github.com&utm_medium=referral&utm_content=ridvanbaluyos/chikka&utm_campaign=Badge_Grade)
Table of contents
Installation
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'
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.
php artisan config:publish ridvanbaluyos/chikka
Usage
Receiving SMS from users
Not yet available
Sending SMS to users
Chikka::send('Welcome to Chikka!', '639981234567');
Replying to an SMS
Not yet available
Receiving Delivery Notifications
Not yet available
统计信息
- 总下载量: 479
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL
- 更新时间: 2014-10-04