Seeking SMPP API for PHP

Seeking SMPP API for PHP SearchSearch
Author Message
miner2049er
Unregistered guest
Posted on Saturday, April 24, 2004 - 09:25 am:   

Before I start writing my own code, does anybody know of the existence of a PHP-based API for handling SMPP that implements most, if not all of the PDUs?

I came across a small PHP class at:

http://www.phpclasses.org/browse/package/1373.html

but currently it only implements the three PDUs BIND_TRANSMITTER, SUBMIT_SM, and UNBIND.

I'm looking for something that implements most, if not all, of the PDUs for transmitting and receiving over SMPP - such as delivery reports, and the handling of MO SMS messages.

A search on google.com didn't turn up anything, apart from some JAVA code.

Thanks in advance, Simon.