PHPackages                             coreproc/chikka-api-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. coreproc/chikka-api-sdk

AbandonedArchivedLibrary[API Development](/categories/api)

coreproc/chikka-api-sdk
=======================

Coreproc SDK Chikka

0.1.4(9y ago)4149PHP

Since Aug 24Pushed 9y ago5 watchersCompare

[ Source](https://github.com/CoreProc/chikka-api-sdk-php)[ Packagist](https://packagist.org/packages/coreproc/chikka-api-sdk)[ RSS](/packages/coreproc-chikka-api-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (7)Versions (7)Used By (0)

Chikka API SDK for PHP
======================

[](#chikka-api-sdk-for-php)

A PHP library for interacting with the Chikka API for sending and receiving SMS.

Note: This is not an official Chikka library

Install
-------

[](#install)

Run the following command at the root of your project (assuming you have Composer and a composer.json file already)

```
composer require coreproc/chikka-api-sdk 0.1.*
```

Usage
-----

[](#usage)

### Sending SMS

[](#sending-sms)

Basic sending of an SMS can be summarized in four steps:

1. Instantiate a `ChikkaClient` object with your credentials and shortcode.
2. Instantiate an `Sms` object with your desired message.
3. Instantiate an `SmsTransporter` using the `ChikkaClient` and `Sms` objects you just created.
4. Send using the `SmsTransporter`

Here is an example:

```
