summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Duedal <hd@onlinecity.dk>2011-07-22 21:04:44 +0200
committerHans Duedal <hd@onlinecity.dk>2011-07-22 21:04:44 +0200
commitc64075dc6c9e8860758ec414607d74bca5ca9740 (patch)
tree27ed894b25fa238eb611c9fc06662f6d29d8c242
parent785cf58f849c58547bb660511cf0f2423cbe0b62 (diff)
downloadphp-smpp-c64075dc6c9e8860758ec414607d74bca5ca9740.zip
php-smpp-c64075dc6c9e8860758ec414607d74bca5ca9740.tar.gz
php-smpp-c64075dc6c9e8860758ec414607d74bca5ca9740.tar.bz2
Updated readme with link to old version
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index f15cf48..5c58ec0 100644
--- a/README.md
+++ b/README.md
@@ -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