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

ActiveLibrary

notilify/notilify
=================

Official PHP SDK for the Notilify transactional SMS API

v0.1.1(today)00MITPHP &gt;=8.1

Since Jul 22Compare

[ Source](https://github.com/notilify/notilify-php)[ Packagist](https://packagist.org/packages/notilify/notilify)[ Docs](https://notilify.com)[ RSS](/packages/notilify-notilify/feed)WikiDiscussions Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

notilify for PHP
================

[](#notilify-for-php)

```
composer require notilify/notilify
```

```
require __DIR__ . '/vendor/autoload.php';

use Notilify\Client;

$client = new Client(getenv('NOTILIFY_API_KEY'));
$response = $client->sendMessage(
    from: 'NOTILIFY',
    to: '+14155552671',
    message: 'Your verification code is 482913',
    idempotencyKey: 'verification-482913',
);
```

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance100

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

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

0d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5923653dcd4fd10b1f5653e44922d07cf55d6686ee984db7223fed651612356b?d=identicon)[tina@notilify.com](/maintainers/tina@notilify.com)

### Embed Badge

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

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

PHPackages © 2026

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