Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexeevdv/react-smpp

Async SMPP server and client implementations for ReactPHP.
https://github.com/alexeevdv/react-smpp

Last synced: 3 months ago
JSON representation

Async SMPP server and client implementations for ReactPHP.

Awesome Lists containing this project

README

        

# react-smpp

Async SMPP server and client implementations for ReactPHP.

## Installation

The preferred way to install this extension is through [composer](https://getcomposer.org/download/).

Either run

```bash
$ php composer.phar require alexeevdv/react-smpp 1.0.x-dev
```

or add

```json
"alexeevdv/react-smpp": "1.0.x-dev"
```

to the `require` section of your `composer.json` file.

## Examples

You can find SMPP [client](examples/client.php) and [server](examples/server.php) sample implementations in the `examples` folder.