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

AbandonedArchivedLibrary

jag/chikka
==========

Chikka and Laravel 5

v0.1.4(8y ago)2170MITPHPPHP &gt;=5.6.4

Since Aug 20Pushed 8y ago2 watchersCompare

[ Source](https://github.com/jayaregalinada/chikka)[ Packagist](https://packagist.org/packages/jag/chikka)[ Docs](https://github.com/jayaregalinada/chikka)[ RSS](/packages/jag-chikka/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (3)Versions (5)Used By (0)

Chikka
======

[](#chikka)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a2b3cbd0ffbb83c8149e14d1d2da7a6305d8729a55d8fd626b3386ee9aaab281/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a61672f6368696b6b612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jag/chikka)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/7e5b2c9d68a611a67db36e24fdbdd3091fa08e637340a799ed952285e7990d3e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a61672f6368696b6b612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jag/chikka)

Laravel 5 and Chikka VOLT IN!!!

This package is using [Guzzle 6](http://docs.guzzlephp.org/en/latest/index.html).

**NOTE**: Please make sure you have a balance to your chikka account.

Cost per Outgoing SMS
---------------------

[](#cost-per-outgoing-sms)

TELCOCOSTGlobeP0.50SmartP0.40SunP0.40Install
-------

[](#install)

### Via Composer

[](#via-composer)

```
$ composer require jag/chikka
```

Post Installation
-----------------

[](#post-installation)

#### Add to Configuration

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

[](#usage)

#### Send

[](#send)

To send check the example below:

```
use Jag\Chikka\ChikkaFacade as Chikka;

...

Chikka::send('639XXXXXXX', 'I LOVE YOU!');

...
```

Change log
----------

[](#change-log)

Please check [CHANGELOG](CHANGELOG.md) for more information on what has recently changed.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Jay Are Galinada](https://github.com/jayaregalinada)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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

Every ~8 days

Total

4

Last Release

3164d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ccb2da23632346595380271ccb477d6f054912dde484fb463818d2d5b5b0ae19?d=identicon)[jayaregalinada](/maintainers/jayaregalinada)

---

Top Contributors

[![jayaregalinada](https://avatars.githubusercontent.com/u/1170288?v=4)](https://github.com/jayaregalinada "jayaregalinada (32 commits)")

---

Tags

smsmessagingjayaregalinadajagchikkaphilippines

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[infobip/infobip-api-php-client

PHP library for consuming Infobip's API

921.8M10](/packages/infobip-infobip-api-php-client)[gr8shivam/laravel-sms-api

A modern, flexible Laravel package for integrating any SMS gateway with REST API support

10138.4k](/packages/gr8shivam-laravel-sms-api)[telesign/telesign

TeleSign SDK

162.1M2](/packages/telesign-telesign)[ardakilic/mutlucell

Mutlucell SMS API wrapper for sending sms text messages for Laravel

457.3k](/packages/ardakilic-mutlucell)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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