| Class: | CSS Comparer |  |
| Description: | Compare two CSS style definitions |
| Author: | Martijn Beulens |
| Age: | ??? |
| Country: | The Netherlands |
| Comment: | CSS is a standard frequently used to define Web site presentation styles. When a Web designer creates a CSS stylesheet for a site, he will evolve it through multiple versions with incremental changes. This class provides an interesting solution that allows the Web designer clearly see what changed between two versions of the same stylesheet. |
|
| Class: | TOTP |  |
| Description: | Generate and validate expirable one time passwords |
| Author: | Protung Dragos |
| Age: | 25 |
| Country: | Romania |
| Comment: | One time passwords are useful to provide authorization to access restricted resources during a single access. This class enhances the concept of one time passwords by giving a single access to the resources for a limited period of time. |
|
| Class: | Ping.FM Wrapper Class |  |
| Description: | Update multiple social networks using Ping.FM |
| Author: | Daniel Neville |
| Age: | 16 |
| Country: | United Kingdom |
| Comment: | The proliferation of social networks made it hard for users to participate in more than a few networks at a time. The Ping.FM site exists to make the lives easier of those that want to participate simultaneously in multiple social networks. This class provides a solution to use Ping.FM services to allow users to update their statuses from a PHP site, so they do not need to do it manually by going to each of the sites. |
|
| Class: | unixDate |  |
| Description: | Manipulate dates using the UNIX date command |
| Author: | Carl Friis-Hansen |
| Age: | ??? |
| Country: | Denmark |
| Comment: | PHP provides a broad range of functions to manipulate dates and times. The UNIX date command provides a more user friendly way to add and remove periods of time to a date. This class takes advantage of the UNIX date command features to provide an alternative solution in PHP. |
|
| Class: | File Search & Get Similar Files |  |
| Description: | Find files with similar names |
| Author: | mustafa yontar |
| Age: | 25 |
| Country: | Turkey |
| Comment: | Sometimes it is necessary to find files with names that we do not know the exact spelling. This class provides a solution to find files with names that have a similar sound or spelling. |
|
| Class: | YouTube Parser |  |
| Description: | Get the video download URL for a YouTube video |
| Author: | Vagharshak Tozalakyan |
| Age: | 28 |
| Country: | Armenia |
| Comment: | YouTube is one of the most popular sites on the Web. Often people want to download videos from the site to local files, but the site does not provide a way to do it. This class provides a PHP solution to determine a URL that can be used to download the video stream directly. |
|
| Class: | PHPPolygen |  |
| Description: | Generate phrases based on a grammar using Polygen |
| Author: | andrea |
| Age: | ??? |
| Country: | Italy |
| Comment: | Polygen is a curious service that can be used to generate random phrases that obey the rules of a given grammar. This class provides a solution to use Polygen services from PHP. |
|
| Class: | YouTube API |  |
| Description: | Get the video download URL using the YouTube API |
| Author: | Er. Rochak Chauhan |
| Age: | 29 |
| Country: | India |
| Comment: | Downloading videos is a frequently requested featured that so far YouTube does not provide to their users. This is another class that provides an alternative solution to determine an URL to download video streams using the YouTube API. |
|
| Class: | Authorize.net ARB |  |
| Description: | Manage recurring payments using Authorize.net |
| Author: | Joshua Bettigole |
| Age: | 35 |
| Country: | United States |
| Comment: | Recurring payments are very convenient to charge customers of subscription based services that can be renewed automatically without bothering the customers to go through the payment process over and over again. This class provides a solution to manage recurring payments using the Authorize.net Web services API. |
|
| Class: | Little PHP Proxy |  |
| Description: | Show remote pages as if they from the current site |
| Author: | Andrey Nikishaev |
| Age: | 22 |
| Country: | Ukraine |
| Comment: | In some countries there are legal restrictions that prevent users from browsing certain foreign Internet sites. This class provides a clever workaround that allows users browse any Internet site bypassing local filters. A PHP proxy script is used to access remote sites and retrieve the forbidden site pages. Those pages are exhibited as if they were from the proxy site. |
|
| Class: | SODA |  |
| Description: | Database abstraction layer that encrypt data |
| Author: | Salvan Grégory |
| Age: | 27 |
| Country: | France |
| Comment: | Databases are often used to store applications' sensitive information. If a database is stolen, people with bad intentions may use the information in the database for illicit purposes. This package provides a more secure solution that consists on encrypting the information before storing it in the database. It also decrypts the information automatically when it is retrieved. |
|
| Class: | Space maps |  |
| Description: | Generate map images for space strategy games |
| Author: | Danilo |
| Age: | ??? |
| Country: | Brazil |
| Comment: | Space is the scenario of many strategy games. This package can be helpful to generate maps for space strategy games written in PHP. |
|
| Class: | Typo |  |
| Description: | Generate variants of words based on typing errors |
| Author: | Daniel Calvi |
| Age: | ??? |
| Country: | Argentina |
| Comment: | When users want to access certain sites, sometimes they make spelling mistakes while typing the domain names. This is a clever class that can generate variants of a domain name by changing some letters with others that are physically near in a keyboard. |
|
| Class: | From Browser - Youtube Upload |  |
| Description: | Upload videos to YouTube from another site forms |
| Author: | Cesar D. Rodas |
| Age: | 20 |
| Country: | Paraguay |
| Comment: | YouTube videos are often used to embed in pages of other sites. To display a YouTube video in a site, you usually need to upload the video to YouTube and then insert the necessary HTML in the site to view it. YouTube now provides a much simpler way to allow users of a site to upload videos to be displayed in other sites. It consists on providing a URL to submit a video upload form using the YouTube API. This class can use the YouTube API to generate the video upload URL, so the videos become easily available in other sites. |
|
|
No comments:
Post a Comment