jag/chikka

This package is abandoned and no longer maintained. No replacement package was suggested.

Chikka and Laravel 5

v0.1.4 2017-09-15 16:43 UTC

This package is auto-updated.

Last update: 2020-09-04 12:29:51 UTC


README

Latest Version on Packagist Software License Total Downloads

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.