2017 © Pedro Peláez
 

laravel-package chikka

A Laravel 4 Package for the Chikka SMS API.

image

ridvanbaluyos/chikka

A Laravel 4 Package for the Chikka SMS API.

  • Friday, November 4, 2016
  • by ridvanbaluyos
  • Repository
  • 1 Watchers
  • 1 Stars
  • 391 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

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)


Latest Stable Version Total Downloads Latest Unstable Version License Codacy Badge, (*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)

The Versions

04/11 2016

dev-master

9999999-dev

A Laravel 4 Package for the Chikka SMS API.

  Sources   Download

MIT

The Requires

 

by Avatar ridvanbaluyos

laravel api sms chikka

04/10 2014

v1.0

1.0.0.0

A Laravel 4 Package for the Chikka SMS API.

  Sources   Download

GPL v2

The Requires

 

by Avatar ridvanbaluyos

laravel api sms chikka