alexeevdv / react-smpp

Async SMPP server and client implementations for ReactPHP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-smpp

Async SMPP server and client implementations for ReactPHP.

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

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

to the require section of your composer.json file.

Examples

You can find SMPP client and server sample implementations in the examples folder.

About

Async SMPP server and client implementations for ReactPHP.

License:MIT License


Languages

Language:PHP 100.0%