PHP Classes

Notable PHP package: PHP SMS Queue System

Recommend this page to a friend!
  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Notable PHP package: ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  

Author:

Viewers: 942

Last month viewers: 3

Categories: Notable Packages

One way to send SMS messages without depending on third party APIs is to use the Gammu program. It can communicate with a mobile phone connected to your machine and sends SMS messages from the phone to whatever recipients you want.

This method of sending SMS messages may not be particularly fast, especially when you have to send many SMS messages, as it has to wait for one message to be sent, to send the next message.

This class provides a solution to prevent that your PHP application needs to wait for each SMS message to be delivered before it can send the next one.

It uses local message queues to post the messages. A separate script can pull each message from the queue and send it by communicating with the mobile phone using Gammu.

Read this article to learn more details about how this notable PHP package works.




Loaded Article
The package PHP SMS Queue System is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.

The basic purpose is: Queue and process delivery of SMS with Gammu

Here follows in more detail what it does:

This package can queue and process delivery of SMS with Gammu.

It take parameters of a SMS message and sent them to a local queue.

The package can also pull messages sent to the queue and deliver them using a local mobile device using Gammu to communicate with the device.

Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.

If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.



You need to be a registered user or login to post a comment

Login Immediately with your account on:



Comments:

No comments were submitted yet.



  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Notable PHP package: ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)