PHPackages                             oromedialab/php-api-service - 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. oromedialab/php-api-service

ActiveLibrary[API Development](/categories/api)

oromedialab/php-api-service
===========================

PHP API Service Library

0.1(10y ago)1451MITPHP

Since Feb 2Pushed 9y ago1 watchersCompare

[ Source](https://github.com/oromedialab/php-api-service)[ Packagist](https://packagist.org/packages/oromedialab/php-api-service)[ RSS](/packages/oromedialab-php-api-service/feed)WikiDiscussions master Synced 1mo ago

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

PHP API Services Library
========================

[](#php-api-services-library)

- [Twilio](https://github.com/oromedialab/php-api-service#twilio-)
- [Messente](https://github.com/oromedialab/php-api-service#messente-)

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

[](#installation)

#### Install using composer

[](#install-using-composer)

```
composer require oromedialab/php-api-service dev-master

```

#### Install using GIT clone

[](#install-using-git-clone)

```
git clone git@github.com:oromedialab/php-api-service.git

```

Twilio
------

[](#twilio)

URL : ()

#### Compose SMS

[](#compose-sms)

```
use Oml\PHPAPIService\Twilio\SMS;

$accountSid = 'xxxxxxxxxxx';
$authToken = 'xxxxxxxxxxx';

$sms = new SMS\Compose($accountSid, $authToken);
$sms->setFrom('xxx-xxx-xxx');
$sms->setTo('xxx-xxx-xxx');
$sms->setMessage('Lorem ipsum dolor sit amet, consectetur adipisicing elit.');
$response = $sms->send();

// Get message status
$status = $response->status;
// Get message SID
$messageSid = $response->sid;
```

Messente
--------

[](#messente)

URL : ()

#### Compose SMS

[](#compose-sms-1)

```
use Oml\PHPAPIService\Messente\SMS;
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

3750d ago

### Community

Maintainers

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

---

Top Contributors

[![azhararmar](https://avatars.githubusercontent.com/u/10097624?v=4)](https://github.com/azhararmar "azhararmar (11 commits)")

---

Tags

apiapi-servicephp-api-service

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/oromedialab-php-api-service/health.svg)

```
[![Health](https://phpackages.com/badges/oromedialab-php-api-service/health.svg)](https://phpackages.com/packages/oromedialab-php-api-service)
```

###  Alternatives

[rupadana/filament-api-service

A simple api service for supporting filamentphp

204103.8k7](/packages/rupadana-filament-api-service)[phplicengine/bitly

Bitly API v4

22277.3k](/packages/phplicengine-bitly)[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22779.0k](/packages/m165437-laravel-blueprint-docs)[signalwire-community/signalwire

Client library for connecting to SignalWire.

23126.2k](/packages/signalwire-community-signalwire)

PHPackages © 2026

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