PHPackages                             texionline/texi-php - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. texionline/texi-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

texionline/texi-php
===================

Texi PHP Library for integrating with TexiOnline SMS service

v0.2.0(1y ago)09MITPHP

Since Nov 21Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/texionline/texi-php)[ Packagist](https://packagist.org/packages/texionline/texi-php)[ RSS](/packages/texionline-texi-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Texi PHP Library
================

[](#texi-php-library)

This PHP library provides convenient methods to interact with the TexiOnline API, enabling you to easily integrate SMS functionality into your PHP applications.

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

[](#installation)

To install the Texi PHP library, you can use Composer:

```
composer require texionline/texi-php
```

Usage
-----

[](#usage)

```
// Include the Texi PHP library
require_once('vendor/autoload.php');
// or require_once('vendor/texionline/texi-php/Texi.php');

// Set up your API key and other configurations
$apikey = 'YOUR_API_KEY';
$recipient = 'PHONE_NUMBER';
$message = 'Your SMS message here';

// Send an SMS using TexiOnline
texi_send('https://texionline.com', $api_key, $recipient, $message);
```

Make sure to replace 'YOUR\_API\_KEY', 'PHONE\_NUMBER', and 'Your SMS message here' with your actual API key, recipient phone number, and message content.

API Reference
-------------

[](#api-reference)

`texi($base_url, $apikey, $recipient, $message)`

Sends an SMS using the TexiOnline API.

- $base\_url: The base URL for the TexiOnline API.
- $apikey: Your TexiOnline API key.
- $recipient: The phone number of the SMS recipient.
- $message: The content of the SMS message to be sent.

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

[](#contributing)

Contributions are welcome! If you find any issues or have suggestions for improvements, please submit an issue or a pull request.

License
-------

[](#license)

This project is licensed under the MIT License - see the LICENSE file for details.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance64

Regular maintenance activity

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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 ~175 days

Total

3

Last Release

559d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/334216?v=4)[Ian](/maintainers/iescarro)[@iescarro](https://github.com/iescarro)

---

Top Contributors

[![iescarro](https://avatars.githubusercontent.com/u/334216?v=4)](https://github.com/iescarro "iescarro (9 commits)")

---

Tags

phplibrarysmstexi

### Embed Badge

![Health badge](/badges/texionline-texi-php/health.svg)

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

###  Alternatives

[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)
