PHPackages                             sendmantic/sendmantic - 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. sendmantic/sendmantic

ActiveLibrary

sendmantic/sendmantic
=====================

Official sendmantic php library

1.0.1(6y ago)07MITPHP

Since Jan 13Pushed 6y ago1 watchersCompare

[ Source](https://github.com/oqhadev/sendmanticPhp)[ Packagist](https://packagist.org/packages/sendmantic/sendmantic)[ RSS](/packages/sendmantic-sendmantic/feed)WikiDiscussions master Synced 3d ago

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

Official Sendmantic PHP Library
===============================

[](#official-sendmantic-php-library)

Install
-------

[](#install)

```
composer require "sendmantic/sendmantic"
```

Cara menggunakan
----------------

[](#cara-menggunakan)

pastikan anda sudah terdaftar di [www.sendmantic.com](http://www.sendmantic.com)lalu dapatkan apikey anda bisa pelajari lengkapnya di

```
use Sendmantic\Sendmantic;

$apikey = 'apikey anda disini';
$sendmantic = new Sendmantic($apikey);

// get infopaket
$pakets= $sendmantic->paketinfo();
print_r($pakets);

// kirim pesan SMS
$r= $sendmantic->kirimSMS('0812xxxxxxxx','contohPesan');
print_r($r);

// kirim pesan SMS terjadwal
$r= $sendmantic->kirimSMS('0812xxxxxxxx','contohPesan','2020-01-10 21:03:01');
print_r($r);

// hitung jumlah pesan
echo $sendmantic->hitungPesanSMS('Lorem ipsum dolor sit amet consectetur adipisicing elit. Perferendis optio ipsa iusto nesciunt ratione unde in cumque, numquam officiis obcaecati totam fugiat harum fuga nisi nulla beatae modi a sunt!');
```

made with 💗

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

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

Every ~0 days

Total

2

Last Release

2314d ago

### Community

Maintainers

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

---

Top Contributors

[![oqhadev](https://avatars.githubusercontent.com/u/23143339?v=4)](https://github.com/oqhadev "oqhadev (5 commits)")

### Embed Badge

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

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[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)
