diff options
author | Hans Duedal <hd@onlinecity.dk> | 2011-07-22 21:04:44 +0200 |
---|---|---|
committer | Hans Duedal <hd@onlinecity.dk> | 2011-07-22 21:04:44 +0200 |
commit | c64075dc6c9e8860758ec414607d74bca5ca9740 (patch) | |
tree | 27ed894b25fa238eb611c9fc06662f6d29d8c242 | |
parent | 785cf58f849c58547bb660511cf0f2423cbe0b62 (diff) | |
download | php-smpp-c64075dc6c9e8860758ec414607d74bca5ca9740.zip php-smpp-c64075dc6c9e8860758ec414607d74bca5ca9740.tar.gz php-smpp-c64075dc6c9e8860758ec414607d74bca5ca9740.tar.bz2 |
Updated readme with link to old version
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,7 +3,9 @@ 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). -In addition to the client, this lib also contains an encoder for converting UTF-8 text to the GSM 03.38 encoding, and a socket wrapper. The socket wrapper provides connection pool, IPv6 and timeout monitoring features on top of PHP's socket extension. +In addition to the client, this lib also contains an encoder for converting UTF-8 text to the GSM 03.38 encoding, and a socket wrapper. The socket wrapper provides connection pool, IPv6 and timeout monitoring features on top of PHP's socket extension. + +This lib has changed significantly from it's first release, which required namespaces and included some worker components. You'll find that release at https://github.com/onlinecity/php-smpp/tree/1.0.1-namespaced. Basic usage example |