PHPackages                             noticero/notice-sdk-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. [API Development](/categories/api)
4. /
5. noticero/notice-sdk-php

ActiveLibrary[API Development](/categories/api)

noticero/notice-sdk-php
=======================

PHP SDK Wrapper around notice.ro API

v1.1(9mo ago)016MITPHP

Since Apr 20Pushed 9mo ago2 watchersCompare

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

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

Notice API PHP SDK
==================

[](#notice-api-php-sdk)

Check documentation before:

[API Docs](https://documenter.getpostman.com/view/6644801/2s9YyzbxNU)

Installation:

```
composer require noticero/notice-sdk-php

```

Usage:

```
use Notice\SdkPhp\SdkPhp;

require_once 'vendor/autoload.php';

$notice = new SdkPhp('YOUR-API-TOKEN');

```

Send SMS:

Using just number and message:

```
$notice->sendSms([
    'number' => '07XXXXXXXX',
    'message' => 'Hello, world!'
]);

```

Using template\_id and variables:

```
$notice->sendSms([
    'number'  =>  '07XXXXXXXX',
    'template_id'  =>  1,
    'variables'  => [
	    'order_id'  =>  '123',
	    'total'  =>  '100',
	]
]);

```

[See available variables to use with templates here](https://documenter.getpostman.com/view/6644801/2s9YyzbxNU#a8bc4226-75fa-4ec3-886d-8e901dca9a05)

Get Incoming SMS List:

```
$notice->getIncomeSmsList();

```

Get Sent SMS List:

```
$notice->getSentSmsList();

```

Get Template List:

```
$notice->getTemplates();

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance56

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.4% 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 ~460 days

Total

2

Last Release

289d ago

### Community

Maintainers

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

---

Top Contributors

[![tudorr89](https://avatars.githubusercontent.com/u/3405514?v=4)](https://github.com/tudorr89 "tudorr89 (5 commits)")[![noticero](https://avatars.githubusercontent.com/u/167644125?v=4)](https://github.com/noticero "noticero (2 commits)")

### Embed Badge

![Health badge](/badges/noticero-notice-sdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/noticero-notice-sdk-php/health.svg)](https://phpackages.com/packages/noticero-notice-sdk-php)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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