PHPackages                             operation-hardcode/smpp-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. [Queues &amp; Workers](/categories/queues)
4. /
5. operation-hardcode/smpp-php

ActiveLibrary[Queues &amp; Workers](/categories/queues)

operation-hardcode/smpp-php
===========================

Async SMPP protocol implementation for PHP.

v0.1.7(4y ago)353MITPHPPHP &gt;=8.1

Since Jan 24Pushed 4y ago1 watchersCompare

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

READMEChangelog (5)Dependencies (8)Versions (9)Used By (0)

Async SMPP v3.4 protocol implementation for PHP.
================================================

[](#async-smpp-v34-protocol-implementation-for-php)

[![ci](https://github.com/operation-hardcode/smpp-php/workflows/ci/badge.svg?event=push)](https://github.com/operation-hardcode/smpp-php/workflows/ci/badge.svg?event=push)[![Codecov](https://camo.githubusercontent.com/d318bc9e2fdff1843589804379a800f7e575966f68c09966cfc85eeef2a27612/68747470733a2f2f636f6465636f762e696f2f67682f6f7065726174696f6e2d68617264636f64652f736d70702d7068702f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/operation-hardcode/smpp-php)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)

❗ The library will be experimental until the first major release.

See the [specification](https://smpp.org/SMPP_v3_4_Issue1_2.pdf) for more information about protocol.

### Contents

[](#contents)

- [Installation](#installation)
- [Requirements](#requirements)
- [Features](#features)
- [Usage](#usage)
    - [Receiver](#receiver)
    - [Transmitter](#transmitter)
    - [Transceiver](#transceiver)
    - [Signals](#signals)
    - [Extensions](#extensions)
    - [Heartbeat](#heartbeat)
- [Testing](#testing)
- [License](#license)

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

[](#installation)

```
composer require operation-hardcode/smpp-php
```

Requirements
------------

[](#requirements)

This library requires PHP 8.1 or later.

It is recommended to install the [phpinnacle/ext-buffer](https://github.com/phpinnacle/ext-buffer) extension to speed up the [phpinnacle/buffer](https://github.com/phpinnacle/buffer).

Features
--------

[](#features)

- BIND\_RECEIVER
- BIND\_TRANSMITTER
- BIND\_TRANSCEIVER
- ALERT\_NOTIFICATION
- CANCEL\_SM
- DATA\_SM
- DELIVER\_SM
- ENQUIRE\_LINK
- GENERIC\_NACK
- OUTBIND
- QUERY\_SM
- REPLACE\_SM
- SUBMIT\_SM
- UNBIND
- SUBMIT\_MULTI

Usage
-----

[](#usage)

### Receiver

[](#receiver)

---

```
