| Class: | SUIT Framework |  |
| Description: | Template engine with configurable syntax |
| Author: | Brandon Evans |
| Age: | 17 |
| Country: | United States |
| Comment: | There are many template engines that support different types of template syntax. This class implements a more flexible templating engine can implement a syntax that can be changed to the developer's preference. |
|
| Class: | Bot recognizer and dispatcher |  |
| Description: | Recognize and handle Web robot by IP or user agent |
| Author: | Alexander Selifonov |
| Age: | 47 |
| Country: | Russian Federation |
| Comment: | If you want to detect whether the computer accessing a site is from a person, a search engine robot crawling your site or some kind a malicious program, you can check the user agent header. However, that header can be forged with a misleading value to pretend that it is a search engine robot. This class provides a more reliable solution that checks the IP address of the computer accessing the site against a list of IP address ranges known to be used by to search engine robots. |
|
| Class: | Animated PNG Creator |  |
| Description: | Create PNG format animations from a list of images |
| Author: | Dzsoni Voker |
| Age: | ??? |
| Country: | Slovak Republic |
| Comment: | GIF is a popular format for displaying animations in Web pages. However GIF is limited to 8 bit color images. PNG is an image format that supports 24 bit images. A backwards compatible extension of PNG format allows it to be used to display animations with 24 bit color images. This class allows generating animations in PNG format using pure PHP code. |
|
| Class: | Gravatar RPC |  |
| Description: | Send requests to the Gravatar API about images |
| Author: | Wouter van Vliet |
| Age: | 27 |
| Country: | Denmark |
| Comment: | Gravatar is a popular service that can be used to embed images of users giving their e-mail address. This class provides a Web services based solution to manipulate images of given Gravatar user using PHP scripts. |
|
| Class: | MyBox |  |
| Description: | Calculate volumetric weight of a package |
| Author: | Roberto Aleman |
| Age: | 35 |
| Country: | Venezuela |
| Comment: | Volumetric weight is way to calculate the cost of shipping a package by mail. This class provides a PHP solution to calculate the volumetric weight of package from its dimensions. |
|
| Class: | Text to Timestamp |  |
| Description: | Convert English expressions into time values |
| Author: | Martin |
| Age: | 26 |
| Country: | Denmark |
| Comment: | The PHP function strtotime() can convert a text string in several time formats into a timestamp value. This class goes farther by analyzing and converting text strings with relative time expressions in English. |
|
| Class: | Email 2 SMS |  |
| Description: | Send SMS by e-mail to many carriers |
| Author: | Utsav Handa |
| Age: | 25 |
| Country: | India |
| Comment: | Sending SMS messages usually requires paying a provider to do it. However, many carriers can receive SMS messages to their customers by e-mail. This class provides comprehensive solution to send SMS messages for free to carriers in many countries. |
|
| Class: | EmbeVi |  |
| Description: | Embed remote videos and audio in HTML pages |
| Author: | Comanici Paul |
| Age: | 25 |
| Country: | Romania |
| Comment: | There are many solutions to embed remote video and audio clips into other Web site pages. This class provides the most extensive solution to embed in your pages video and audio clips from many sites around the world. |
|
| Class: | PHP MSSQL Dump |  |
| Description: | Dump a Microsoft SQL server database |
| Author: | Jonathan Hilgeman |
| Age: | ??? |
| Country: | United States |
| Comment: | MySQL is the most popular database used in PHP applications. To take backups of a MySQL database, there is the mysqldump command. There are also several classes that emulate the mysqldump in pure PHP code. This class provides a similar solution for taking backups of Microsoft SQL server databases using pure PHP code. |
|
|
No comments:
Post a Comment