PHPackages                             finna/gateway-api - 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. finna/gateway-api

ActiveLibrary[API Development](/categories/api)

finna/gateway-api
=================

A simple implementation of GatewayAPI. A rock solid SMS API (See https://gatewayapi.com)

v0.0.2(3y ago)079MITPHPPHP ^8.1

Since Feb 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/fjohansen/gateway-api)[ Packagist](https://packagist.org/packages/finna/gateway-api)[ RSS](/packages/finna-gateway-api/feed)WikiDiscussions main Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Gateway-API
===========

[](#gateway-api)

A simple implementation of GatewayAPI. A rock solid SMS API (See )

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

[](#installation)

Use composer to manage your dependencies and download Gateway-API:

```
composer require finna/gateway-api
```

Example
-------

[](#example)

```
use Finna\GatewayApi\GatewayClient;
use Finna\GatewayApi\ParameterException;

$secret = 'your api key here';

try {
    $result = (new GatewayClient($secret))
        ->setSender('My-name') //You can of course set your phone number to allow replies
        ->setRecipients([12345678, 87654321])
        ->setMessage('Test message from GatewayClient')
        ->send();
    error_log(print_r($result, true));
} catch (ParameterException $exception) {
    error_log('Parameter exception: ' . $exception->getMessage());
} catch (Throwable $exception) {
    error_log('Exception: ' . $exception->getMessage());
}
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

1221d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/49c3966f1a89000b742a5f8779a2c5d6f9cb25ca7c070554784e8eb0393a667e?d=identicon)[finna](/maintainers/finna)

---

Top Contributors

[![fjohansen](https://avatars.githubusercontent.com/u/27724736?v=4)](https://github.com/fjohansen "fjohansen (3 commits)")

### Embed Badge

![Health badge](/badges/finna-gateway-api/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k14](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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