|
- PHPCamp
 | PHPCamp is a ad-hoc gathering for PHP community. It similar to barcamp, but more focused towards PHP based web application development. This means that anyone can come to PHPCamp and participate.
Next gathering will take place in Pune, India. More details may be found in the gathering site. |
These initiatives are announced here just for the information of the PHP Classes site users. These announcements are not sponsored by the organization of the initiatives.
If you take part of the organization of a global or regional initiative that may be of the interest of the PHP Classes site users, feel free to contact this site so your initiative may also be announced here at no expense to your initiative organization. |
Contents
- 9th anniversary announcements (7 days ago)
| Posted on: |
2008-07-31 |
| Summary: |
This article talks about the latest improvements in the site PHP specific job board.
It also presents a new idea that will allow any site user propose a new design for the site to help improving the its presentation and usability. |
Contents
Friends of the PHP Classes site is a initiative to provide recognition to the users that contribute to the growth of the site community.
For more information on how to become a friend of the site look here. |
Contents
Contents
Congratulations to Daniel Neville!
|
Nominees to win the award of July of 2008
| Class: |
CSS Comparer |
 |
|
Description: |
Compare two CSS style definitions |
|
Author: |
Martijn Beulens |
|
Age: |
??? |
|
Country: |
The Netherlands |
|
| Class: |
TOTP |
 |
|
Description: |
Generate and validate expirable one time passwords |
|
Author: |
Protung Dragos |
|
Age: |
25 |
|
Country: |
Romania |
|
| Class: |
Ping.FM Wrapper Class |
 |
|
Description: |
Update multiple social networks using Ping.FM |
|
Author: |
Daniel Neville |
|
Age: |
16 |
|
Country: |
United Kingdom |
|
| Class: |
unixDate |
 |
|
Description: |
Manipulate dates using the UNIX date command |
|
Author: |
Carl Friis-Hansen |
|
Age: |
??? |
|
Country: |
Denmark |
|
| Class: |
File Search & Get Similar Files |
 |
|
Description: |
Find files with similar names |
|
Author: |
mustafa yontar |
|
Age: |
25 |
|
Country: |
Turkey |
|
| Class: |
YouTube Parser |
 |
|
Description: |
Get the video download URL for a YouTube video |
|
Author: |
Vagharshak Tozalakyan |
|
Age: |
28 |
|
Country: |
Armenia |
|
| Class: |
PHPPolygen |
 |
|
Description: |
Generate phrases based on a grammar using Polygen |
|
Author: |
andrea |
|
Age: |
??? |
|
Country: |
Italy |
|
| Class: |
YouTube API |
 |
|
Description: |
Get the video download URL using the YouTube API |
|
Author: |
Er. Rochak Chauhan |
|
Age: |
29 |
|
Country: |
India |
|
| Class: |
Authorize.net ARB |
 |
|
Description: |
Manage recurring payments using Authorize.net |
|
Author: |
Joshua Bettigole |
|
Age: |
35 |
|
Country: |
United States |
|
| Class: |
Little PHP Proxy |
 |
|
Description: |
Show remote pages as if they from the current site |
|
Author: |
Andrey Nikishaev |
|
Age: |
22 |
|
Country: |
Ukraine |
|
| Class: |
SODA |
 |
|
Description: |
Database abstraction layer that encrypt data |
|
Author: |
Salvan Grégory |
|
Age: |
27 |
|
Country: |
France |
|
| Class: |
Space maps |
 |
|
Description: |
Generate map images for space strategy games |
|
Author: |
Danilo |
|
Age: |
??? |
|
Country: |
Brazil |
|
| Class: |
Typo |
 |
|
Description: |
Generate variants of words based on typing errors |
|
Author: |
Daniel Calvi |
|
Age: |
??? |
|
Country: |
Argentina |
|
| Class: |
From Browser - Youtube Upload |
 |
|
Description: |
Upload videos to YouTube from another site forms |
|
Author: |
Cesar D. Rodas |
|
Age: |
20 |
|
Country: |
Paraguay |
|
|
|
Contents
Contents
Contents
- PHP color
 |
| Author: |
hazem ali |
| Date: |
2008-08-06 (1 day ago) |
| Groups: |
HTML, PHP 5, Text processing |
| Description: |
This class can be used to format PHP code as colored HTML independent of the PHP code version.
It takes a string of PHP code and reformats it by adding HTML tags that can render the PHP constructs using different colors.
The PHP code text reformatting uses only regular expression replacement. |
|
- Message Digest
 |
| Author: |
Marius Zadara |
| Date: |
2008-08-06 (1 day ago) |
| Groups: |
PHP 5, Cryptography |
| Description: |
This class can be used to generate message digests using hashing algorithms.
It takes a data string and generates a message digest using a given hashing algorithm.
Currently it supports MD5 and SHA1 hashing algorithms. |
|
- Yahoo Boss
 |
| Author: |
Shah Hastimal |
| Date: |
2008-08-05 (2 days ago) |
| Groups: |
PHP 5, Searching, Web services |
| Description: |
This class can be used to perform several types of searches using the Yahoo Boss Web services API.
It can send requests to the Yahoo Boss API Web services server to perform requests for Web pages, images and news articles.
The results are returned as a SimpleXMLElement object that applications can traverse. |
|
- QBaseClass
 |
| Author: |
Tom Schaefer |
| Date: |
2008-08-05 (2 days ago) |
| Groups: |
PHP 5, Language |
| Description: |
This class can be used to add automatic variable management functions to classes.
Its default class function handler (__call) is defined in such way that it adds new automatic functions to the class to manage class variables.
The automatic functions are recognized by their name prefixes. Currently it supports:
- has for checking if a variable is defined
- set to defined the value of a variable
- get to get the value of a variable
- add to set the value of an entry of an associative array variable
- merge to change the values of multiple entries of associative array variables |
|
- Yahoo Boss Search
 |
| Author: |
Anirban Bhattacharya |
| Date: |
2008-08-04 (3 days ago) |
| Groups: |
PHP 5, Searching, Web services |
| Description: |
This class can be used to search the Internet using the Yahoo BOSS (Build your Own Search Service) Web services API.
It can send a HTTP request to the Yahoo BOSS Web services server to perform a search that can be for Web pages, images or news.
The request can limit the number of results to return per page and specify the start page.
The class decodes the results returned in JSON format and stores them in a class array variable for use of the application. The results may also be cached in a local file. |
|
- Round robin tournament scheduler
 |
| Author: |
Nicholas Mossor Rathmann |
| Date: |
2008-08-04 (3 days ago) |
| Groups: |
PHP 5, Games |
| Description: |
This class can be used to schedule a round robin games tournament.
It takes a list of competitors and generates a schedule of games on which the competitors play each turn in rotation. |
|
- XML Resource Bundle
 |
| Author: |
pietro ferraresi |
| Date: |
2008-08-03 (4 days ago) |
| Groups: |
XML, PHP 5, Configuration |
| Description: |
This class can be used to parse and extract values of properties defined in XML files in the format specified by Sun Microsystems.
It can take the path, file name and language of a XML properties file and parses it.
The class makes available the properties values by the means of an accessory function. |
|
- Knockout tournament scheduler
 |
| Author: |
Nicholas Mossor Rathmann |
| Date: |
2008-08-03 (4 days ago) |
| Groups: |
PHP 5, Graphics, Games |
| Description: |
This class can be used to manage knockout tournament games.
It takes a list of competitors names and organizes a knockout tournament by deciding who gets to play with whom on each round.
The class can also generate a chart image that shows how the tournament games were set by the class and which competitors play in each game. |
|
- Subtitle timestamp adjust
 |
| Author: |
Luis Martinez Ulloa |
| Date: |
2008-08-02 (5 days ago) |
| Groups: |
Files and Folders, Video |
| Description: |
This class can be used to adjust time positions for movie streams played with VLC split in multiple files.
It can take a movie sub-title file in SRT format and adjust the positions by a given time offset. Sub-titles in earlier positions are deleted.
The character set encoding of the sub-title text may also be converted to UTF-8 if the text was encoded in ISO-8859-1.
The class generates a new file SRT file. |
|
- Friendly class
 |
| Author: |
Rubens Takiguti Ribeiro |
| Date: |
2008-08-02 (5 days ago) |
| Groups: |
PHP 5, Language |
| Description: |
This class can be used to provide access to protected or private functions from friend classes.
It is a base class that provides alternative methods prefixed with the name friend_ .
When a function is called with that prefix, the base class calls the function with the name after the prefix, if it is considered a friend method. |
|
- News Script
 |
| Author: |
andrew |
| Date: |
2008-08-01 (6 days ago) |
| Groups: |
Databases, Content management, Configuration |
| Description: |
This class can be used to manage and publish news articles stored in a MySQL database.
It can add, edit and delete articles from a MySQL database table.
The class can also display individual news articles using an external template script. |
|
- IAM_BabelFish_Translate
 |
| Author: |
Ivan Melgrati |
| Date: |
2008-08-01 (6 days ago) |
| Groups: |
Localization, Web services |
| Description: |
This class can be used to translate text and remote Web pages using Yahoo Babelfish site.
It can access the Yahoo Babelfish site and request to translate a given text or remote Web page to another language.
Currently, it supports translating to and from Dutch, English, Spanish, French, German, Italian and Portuguese |
|
- image_jpg
 |
| Author: |
Logan Bailey |
| Date: |
2008-07-31 (7 days ago) |
| Groups: |
Graphics |
| Description: |
This class can be used to manipulate images.
It can load JPEG images from files or remote URL.
The class perform several image manipulation operations like adding borders and resize images.
The manipulated images can be saved to JPEG files. |
|
Contents
|