PHPackages                             devhereco/4jawaly - 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. [Database &amp; ORM](/categories/database)
4. /
5. devhereco/4jawaly

ActiveLibrary[Database &amp; ORM](/categories/database)

devhereco/4jawaly
=================

A Laravel package for 4 Jawaly SMS API.

1.0.0(2y ago)164MITPHP

Since Jun 10Pushed 2y ago1 watchersCompare

[ Source](https://github.com/devhereco/4Jawaly-Package)[ Packagist](https://packagist.org/packages/devhereco/4jawaly)[ RSS](/packages/devhereco-4jawaly/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

4 Jawaly SMS
============

[](#4-jawaly-sms)

**4 Jawaly SMS** is a Laravel package that provides a method to use forjawaly API services, with a few simple lines of code.

[![downloads](https://camo.githubusercontent.com/a28b812dd23f00a00d85cd4efad3254f5775b31018b40fee9df76adab119730d/68747470733a2f2f62616467656e2e6e65742f2f7061636b61676973742f64742f64657668657265636f2f666f726a6177616c79)](https://packagist.org/packages/devhereco/forjawaly)[![stars](https://camo.githubusercontent.com/3eae8f6101d8354d96a728450c83ea14d838e9ed85a1ee554ad45910598be2f2/68747470733a2f2f62616467656e2e6e65742f6769746875622f73746172732f64657668657265636f2f666f726a6177616c792d534d532d5061636b616765)](https://github.com/devhereco/forjawaly-SMS-Package)[![contributors](https://camo.githubusercontent.com/744569360d91df637a1605211b59cd3c31ff5f11fae9337905203d229ee93d72/68747470733a2f2f62616467656e2e6e65742f6769746875622f636f6e7472696275746f72732f64657668657265636f2f666f726a6177616c792d534d532d5061636b616765)](https://github.com/devhereco/forjawaly-SMS-Package)[![releases](https://camo.githubusercontent.com/069aa29955ff72c19957745dabc2dafcdf7571f2b523ed5a4377f158bf33e389/68747470733a2f2f62616467656e2e6e65742f6769746875622f72656c65617365732f64657668657265636f2f666f726a6177616c792d534d532d5061636b616765)](https://github.com/devhereco/forjawaly-SMS-Package)[![issues](https://camo.githubusercontent.com/e93746eb0fb1b89422634c4999730818ceb2a551acc2ae7a23b6545f9d733ed4/68747470733a2f2f62616467656e2e6e65742f6769746875622f6f70656e2d6973737565732f64657668657265636f2f666f726a6177616c792d534d532d5061636b616765)](https://github.com/devhereco/forjawaly-SMS-Package)[![latest-release](https://camo.githubusercontent.com/d5095ce7d0f72047986314a8e8e915d9dda5abae2c9494db2101953c9404543d/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f64657668657265636f2f666f726a6177616c792f6c6174657374)](https://packagist.org/packages/devhereco/forjawaly)

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

[](#installation)

### 1. Require with [Composer](https://getcomposer.org/)

[](#1-require-with-composer)

```
- composer require guzzle/guzzle
- composer require devhereco/forjawaly
```

### 2. Add Service Provider (Laravel 5.4 and below)

[](#2-add-service-provider-laravel-54-and-below)

Latest Laravel versions have auto dicovery and automatically add service provider - if you're using 5.4.x and below, remember to add it to `providers` array at `/app/config/app.php`:

```
// ...
Devhereco\ForJawaly\ServiceProvider::class,
```

### 3. env variables

[](#3-env-variables)

```
FOR_JAWALY_APP_KEY=
FOR_JAWALY_SECRET=
FOR_JAWALY_SENDER=
```

Usages
------

[](#usages)

### 1. One way messages

[](#1-one-way-messages)

This function will allow you to send messages to selected numbers.

Examples:

```
use Devhereco\ForJawaly\ForJawaly;

ForJawaly::send('966555644047', 'Test Message');
// ForJawaly::send(Receiver Number, Message);
```

### 2. Get Account Balance

[](#2-get-account-balance)

This function will show ForJawaly account balance in your backend.

Examples:

```
use Devhereco\ForJawaly\ForJawaly;

ForJawaly::balance();
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

1072d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/540d5e198a3e5937f814e36b23345ed9aadb6e53fd5cb138f2c73cac11b4c252?d=identicon)[devhereco](/maintainers/devhereco)

---

Top Contributors

[![mbs047](https://avatars.githubusercontent.com/u/38505129?v=4)](https://github.com/mbs047 "mbs047 (17 commits)")

---

Tags

apilaravelsdkdatabasegcmfirebaseFCM

### Embed Badge

![Health badge](/badges/devhereco-4jawaly/health.svg)

```
[![Health](https://phpackages.com/badges/devhereco-4jawaly/health.svg)](https://phpackages.com/packages/devhereco-4jawaly)
```

###  Alternatives

[kreait/laravel-firebase

A Laravel package for the Firebase PHP Admin SDK

1.3k16.5M42](/packages/kreait-laravel-firebase)[kreait/firebase-php

Firebase Admin SDK

2.4k39.7M72](/packages/kreait-firebase-php)[kreait/firebase-bundle

Symfony Bundle for the Firebase Admin SDK

1534.7M2](/packages/kreait-firebase-bundle)[morrislaptop/firestore-php

Firestore SDK for PHP without gRPC

6928.6k1](/packages/morrislaptop-firestore-php)[helgesverre/milvus

PHP Client for the Milvus Rest API

306.2k](/packages/helgesverre-milvus)[codewithkyrian/chromadb-laravel

ChromaDB Laravel is a Laravel client for the Chroma Open Source Embedding Database

144.1k](/packages/codewithkyrian-chromadb-laravel)

PHPackages © 2026

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