PHPackages                             otezz/jatis-sms - 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. otezz/jatis-sms

ActiveLibrary[API Development](/categories/api)

otezz/jatis-sms
===============

Jatis SMS gateway API wrapper

1.0(10y ago)4363[1 issues](https://github.com/otezz/Jatis-SMS/issues)MITPHPPHP &gt;=5.5.0

Since Apr 15Pushed 10y ago1 watchersCompare

[ Source](https://github.com/otezz/Jatis-SMS)[ Packagist](https://packagist.org/packages/otezz/jatis-sms)[ RSS](/packages/otezz-jatis-sms/feed)WikiDiscussions master Synced 1mo ago

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

Jatis-SMS [![Build Status](https://camo.githubusercontent.com/88583137ad6616846b7e9f47a355b17cdc0dcce2c79246173d0ec82dc8819c23/68747470733a2f2f7472617669732d63692e6f72672f6f74657a7a2f4a617469732d534d532e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/otezz/Jatis-SMS)
======================================================================================================================================================================================================================================================================================

[](#jatis-sms-)

Jatis SMS gateway API wrapper

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

[](#installation)

Simply run `composer require otezz/jatis-sms`

Usage
-----

[](#usage)

### Send SMS

[](#send-sms)

```
$jatis = new \Otezz\Jatis\Sms($jatisUsername, $jatisPassword);
$response = $jatis->send([
  'destination' => $destinationNumber,
  'message'     => $message,
  'sender'      => $registeredSenderOnJatis,
  'division'    => $registeredDivisionOnJatis,
  'batchname'   => $batchName,
  'pic'         => $personInCharge,
]);

```

`$response` will return an array with following structure

```
code      => Status code from Jatis
message   => Response message from Jatis
messageId => Message ID from (Alphanumeric format and only exist if status code is 1)

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

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

3677d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/85052b49d0cd470d855a66803bff3fc00bd2b50806819ad7bf987381a6bf01a5?d=identicon)[otezz](/maintainers/otezz)

---

Top Contributors

[![otezz](https://avatars.githubusercontent.com/u/2015833?v=4)](https://github.com/otezz "otezz (2 commits)")

---

Tags

apijatis

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/otezz-jatis-sms/health.svg)

```
[![Health](https://phpackages.com/badges/otezz-jatis-sms/health.svg)](https://phpackages.com/packages/otezz-jatis-sms)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[get-stream/stream-chat

A PHP client for Stream Chat (https://getstream.io/chat/)

301.8M2](/packages/get-stream-stream-chat)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)

PHPackages © 2026

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