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(11mo ago)016MITPHP

Since Apr 20Pushed 11mo 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 today

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

29

—

LowBetter than 57% of packages

Maintenance51

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

342d 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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M981](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1943.1k5](/packages/aimeos-prisma)

PHPackages © 2026

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