PHPackages                             leshgancomp/php-smpp-client - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. leshgancomp/php-smpp-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

leshgancomp/php-smpp-client
===========================

PHP-based SMPP client library

4601PHP

Since Aug 27Pushed 7y ago1 watchersCompare

[ Source](https://github.com/leshgancomp/php-smpp-client)[ Packagist](https://packagist.org/packages/leshgancomp/php-smpp-client)[ RSS](/packages/leshgancomp-php-smpp-client/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP-based SMPP client lib
=========================

[](#php-based-smpp-client-lib)

This is a simplified SMPP client lib for sending or receiving smses through [SMPP v3.4](http://www.smsforum.net/SMPP_v3_4_Issue1_2.zip).

The socket implementation from [Apache's Thrift](http://thrift.apache.org/) is used for the transport layer components.

The library is divided into two parts:

- protocol - containing everything related to SMPP
- transport - the transport components from Apache's Thrift

Basic usage example
-------------------

[](#basic-usage-example)

To send a SMS you can do:

```
