Home » Networking » Net_SMPP
SMPP v3.4 protocol implementation
This package is unmaintained.
Download latest release 0.4.5 (archived versions might be outdated)
License: PHP License v3.0
Description
Net_SMPP is an implementation of the SMPP (Short Message Peer-to-Peer) v3.4 protocol. SMPP is an open protocol used in the wireless industry to send and recieve SMS messages.
Net_SMPP does not provide a SMPP client or server, but they can easily be built with it.
Maintainers
- Simon Spencer (silospen) — lead, active
Dependencies
Required
- PHP (>= 4.1.0)
- PEAR Installer (>= 1.4.0b1)
- PEAR (>= 1.3)
Optional
- Net_Socket (>= 1.0.9)
Releases
- 0.4.5 (beta, 2010-06-01)
Release notes
License: PHP License v3.0
Fixed a bug which meant vendor packets were ignored
Added more PDU definitions
Added an example implementation under docs - 0.4.4 (beta, 2005-09-16)
Release notes
License: PHP License v3.0
- Add constants for esm_class paramater.
- 0.4.3 (beta, 2005-08-16)
Release notes
License: PHP License v3.0
- Initial PEAR release.
- Conform to PEAR package directory structure.
- Add example.
- Remove old vendor code from PDU::statusDesc().
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #5912 | No Feedback | Bug | 2005-11-09 | Wrong TLV definition for sc_interface_version | |
| #9492 | Closed | Req | 0.4.4 | 2006-11-28 | enquire_link |
| #15136 | Closed | Bug | CVS | 2008-11-22 | Parse error |
| #17308 | Closed | Bug | SVN | 2010-04-12 | Cannot manually define sequence number |
| #19209 | Open | Bug | 0.4.5 | 2012-01-09 | Field message_state is considered a optional but is mandatory for query_sm_resp |
| #19689 | Open | Bug | 0.4.5 | 2012-11-02 | network_error_code in deliver_sm have to be Octet String instead of C-Octet Str |
| #20958 | Open | Bug | 0.4.5 | 2015-10-06 | Typo error in Net/SMPP/Command/deliver_sm.php |