Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alexeevdv/react-smpp
- Owner: alexeevdv
- License: mit
- Created: 2019-05-22T14:15:53.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-03-11T05:43:26.000Z (almost 4 years ago)
- Last Synced: 2024-09-15T02:59:54.786Z (4 months ago)
- Language: PHP
- Size: 80.1 KB
- Stars: 7
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.