PHPackages                             ridvanbaluyos/chikka - 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. ridvanbaluyos/chikka

ActiveLaravel-package[API Development](/categories/api)

ridvanbaluyos/chikka
====================

A Laravel 4 Package for the Chikka SMS API.

v1.0(11y ago)1479GPL v2PHPPHP &gt;=5.4.0

Since Oct 4Pushed 9y ago1 watchersCompare

[ Source](https://github.com/ridvanbaluyos/chikka)[ Packagist](https://packagist.org/packages/ridvanbaluyos/chikka)[ RSS](/packages/ridvanbaluyos-chikka/feed)WikiDiscussions master Synced 3w ago

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

ridvanbaluyos/chikka
====================

[](#ridvanbaluyoschikka)

A Chikka API package for Laravel 4.

> This package makes use of the [Chikka API](http://api.chikka.com).
>
> > Please DO NOT USE dev-master branch. :)

\[!\[Latest Stable Version\]([https://poser.pugx.org/ridvanbaluyos/chikka/v/stable)\](https://packagist.org/packages/ridvanbaluyos/chikka](https://poser.pugx.org/ridvanbaluyos/chikka/v/stable)](https://packagist.org/packages/ridvanbaluyos/chikka)) \[!\[Total Downloads\]([https://poser.pugx.org/ridvanbaluyos/chikka/downloads)\](https://packagist.org/packages/ridvanbaluyos/chikka](https://poser.pugx.org/ridvanbaluyos/chikka/downloads)](https://packagist.org/packages/ridvanbaluyos/chikka)) \[!\[Latest Unstable Version\]([https://poser.pugx.org/ridvanbaluyos/chikka/v/unstable)\](https://packagist.org/packages/ridvanbaluyos/chikka](https://poser.pugx.org/ridvanbaluyos/chikka/v/unstable)](https://packagist.org/packages/ridvanbaluyos/chikka)) \[!\[License\]([https://poser.pugx.org/ridvanbaluyos/chikka/license)\](https://packagist.org/packages/ridvanbaluyos/chikka](https://poser.pugx.org/ridvanbaluyos/chikka/license)](https://packagist.org/packages/ridvanbaluyos/chikka)) \[!\[Codacy Badge\]([https://api.codacy.com/project/badge/Grade/91ba2bf489e043f4a43b7e7a71a69843)\](https://www.codacy.com/app/ewoklabs/chikka?utm\_source=github.com&amp;utm\_medium=referral&amp;utm\_content=ridvanbaluyos/chikka&amp;utm\_campaign=Badge\_Grade](https://api.codacy.com/project/badge/Grade/91ba2bf489e043f4a43b7e7a71a69843)](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
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Configuration](#configuration)
- [Usage](#usage)
    - [Receiving SMS](#receiving-sms-from-users)
    - [Sending SMS](#sending-sms-to-users)
    - [Replying to an SMS](#replying-to-an-sms)
    - [Receiving Delivery Notifications](#receiving-delivery-notifications)

Installation
------------

[](#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
-------------

[](#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
-----

[](#usage)

### Receiving SMS from users

[](#receiving-sms-from-users)

Not yet available

### Sending SMS to users

[](#sending-sms-to-users)

```
Chikka::send('Welcome to Chikka!', '639981234567');
```

### Replying to an SMS

[](#replying-to-an-sms)

Not yet available

### Receiving Delivery Notifications

[](#receiving-delivery-notifications)

Not yet available

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4289d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/793aa0a7d1ec9bd2f9ea22d20b370cff689b6e2a488511af8dde299e66a7136a?d=identicon)[ridvanbaluyos](/maintainers/ridvanbaluyos)

---

Top Contributors

[![ridvanbaluyos](https://avatars.githubusercontent.com/u/156903?v=4)](https://github.com/ridvanbaluyos "ridvanbaluyos (24 commits)")

---

Tags

apilaravelsmschikka

### Embed Badge

![Health badge](/badges/ridvanbaluyos-chikka/health.svg)

```
[![Health](https://phpackages.com/badges/ridvanbaluyos-chikka/health.svg)](https://phpackages.com/packages/ridvanbaluyos-chikka)
```

###  Alternatives

[ardakilic/mutlucell

Mutlucell SMS API wrapper for sending sms text messages for Laravel

457.5k](/packages/ardakilic-mutlucell)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
