PHPackages                             ratatxt/php-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. ratatxt/php-sms

ActiveLibrary

ratatxt/php-sms
===============

SMS Library for PHP. Simple SMS API that uses your regular simcard load

v1.0.0(10y ago)013MITPHPPHP &gt;=5.3.0

Since Mar 16Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ratatxt/php-sms)[ Packagist](https://packagist.org/packages/ratatxt/php-sms)[ Docs](http://ratatxt.com)[ RSS](/packages/ratatxt-php-sms/feed)WikiDiscussions master Synced 2mo ago

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

PHP Ratatxt
===========

[](#php-ratatxt)

You can sign up for a Ratatxt account at .

Composer
--------

[](#composer)

You can install the bindings via [Composer](http://getcomposer.org/). Run the following command:

```
composer require ratatxt/php-sms
```

To use the bindings, use Composer's [autoload](https://getcomposer.org/doc/00-intro.md#autoloading):

```
require_once('vendor/autoload.php');
```

Manual Installation
-------------------

[](#manual-installation)

If you do not wish to use Composer, you can download the [latest release](https://github.com/ratatxt/php-sms/releases). Then, to use the bindings, include the `init.php` file.

```
require_once('/path/to/ratatxt-php-sms/init.php');
```

Getting Started
---------------

[](#getting-started)

Simple usage looks like:

```
    Ratatxt\Sms::setToken('sampleToken');
    $send = Ratatxt\Sms::send(array(
        'origin' => '09751303274',
        'address' => '09XXXXXXXXX',
        'text' => 'hello from ratatxt'
    ));

    print_r($send);
```

Check examples [here](https://github.com/ratatxt/php-sms/tree/master/example).

Documentation
-------------

[](#documentation)

Please see  for up-to-date documentation.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

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

3712d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6f920e8d6c59fa42474c364f1f3eabb06e243fb5a7fa7ce75e6727eaf1a9fa10?d=identicon)[javincx](/maintainers/javincx)

---

Top Contributors

[![kudarap](https://avatars.githubusercontent.com/u/3943674?v=4)](https://github.com/kudarap "kudarap (15 commits)")

---

Tags

phpphonesmsSimpleratatxtsimcard

### Embed Badge

![Health badge](/badges/ratatxt-php-sms/health.svg)

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

###  Alternatives

[ellaisys/aws-cognito

AWS Cognito package that allows Auth and other related features using the AWS SDK for PHP

120220.7k1](/packages/ellaisys-aws-cognito)[djunehor/laravel-sms

Send SMS from your laravel application

385.3k1](/packages/djunehor-laravel-sms)[simple-swoole/db

A db component for Simps.

216.3k3](/packages/simple-swoole-db)[amirbagh75/smsir-php

Unofficial sms.ir PHP Package

181.2k](/packages/amirbagh75-smsir-php)

PHPackages © 2026

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