|
|
Contents
Contents
-
| Posted on: |
2009-06-24 |
| Summary: |
The PHPClasses sites completes 10 years of existence precisely today.
This article presents a reflection of the past, present and future developments of the site.
It includes the announcement of a contest to pick a new design for the site and an upcoming brother site that will be launched this year. |
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 prajwala!
|
Nominees to win the award of June of 2009
| Class: |
CSS Query |
 |
|
Description: |
Get elements from an HTML page using CSS selectors |
|
Author: |
Sam Shull |
|
Age: |
32 |
|
Country: |
United States |
|
| Class: |
Check Active Comm-Ports Class |
 |
|
Description: |
Retrieve the list of active COM ports on Windows |
|
Author: |
Usman Didi Khamdani |
|
Age: |
28 |
|
Country: |
Indonesia |
|
| Class: |
JAK8583 |
 |
|
Description: |
Generate and parse ISO 8583 transaction messages |
|
Author: |
Jimmi |
|
Age: |
??? |
|
Country: |
Indonesia |
|
| Class: |
iTunes commander |
 |
|
Description: |
Send commands to control iTunes using AppleScript |
|
Author: |
De Rosa Luigi |
|
Age: |
16 |
|
Country: |
Italy |
|
| Class: |
DOTS FastTax |
 |
|
Description: |
Get tax rate information from DOTS FastTax |
|
Author: |
Jonathan Nichols |
|
Age: |
25 |
|
Country: |
United States |
|
| Class: |
Context Voice php library |
 |
|
Description: |
Track conversation about URLs with uberVU service |
|
Author: |
Dave Kinsella |
|
Age: |
36 |
|
Country: |
United Kingdom |
|
| Class: |
ISBNDB Service |
 |
|
Description: |
Retrieve book information by ISBN from ISBNDB.com |
|
Author: |
Robert van der Linde |
|
Age: |
21 |
|
Country: |
The Netherlands |
|
| Class: |
Remote Form |
 |
|
Description: |
Retrieve HTML forms input values |
|
Author: |
Jon Gjengset |
|
Age: |
19 |
|
Country: |
Norway |
|
| Class: |
Browser |
 |
|
Description: |
Retrieve Web pages emulating a browser |
|
Author: |
Jon Gjengset |
|
Age: |
19 |
|
Country: |
Norway |
|
| Class: |
ParamsProxy |
 |
|
Description: |
Setup an object from XML definitions |
|
Author: |
Claudius Tiberiu Iacob |
|
Age: |
28 |
|
Country: |
Romania |
|
| Class: |
Database servers down alarm |
 |
|
Description: |
Send alarm messages when databases are down |
|
Author: |
Alexander Selifonov |
|
Age: |
46 |
|
Country: |
Russian Federation |
|
|
|
Contents
Contents
Contents
-
 |
| Author: |
Nashruddin Amin |
| Date: |
2009-07-02 (1 day ago) |
| Groups: |
HTML, HTTP, PHP 5 |
| Description: |
This class can be used to automate retrieval and processing of Web pages.
It can send HTTP GET, POST and HEAD requests to retrieve Web pages.
phpWebhacks is an advanced HTTP client, a utility for HTTP scripting. It simulates a web browser, only that you use it with lines of code rather than mouse and keyboard. Using pure PHP, no Curl or other dependencies required.
Features:
* HTTP/1.1
* HEAD, GET, POST
* Upload files
* Support https
* Support HTTP cookies
* Support HTTP redirects and Meta-refresh redirects
* Support HTTP Authentication
* Support proxy server
* Support gzip encoding
* Logging of HTTP streams for full debugging
* Parsing HTML forms
* Custom User-Agent
Build cool scripts in minutes:
* GMail/Yahoo/MSN contacts grabber
* YouTube video downloader
* HTTP mailer
* and many more. |
|
-
 |
| Author: |
Stanislav Shramko |
| Date: |
2009-07-02 (1 day ago) |
| Groups: |
PHP 5, Data types, Language |
| Description: |
This class can be used to Manipulate values in iterable data sets.
It can iterate over a set of elements contained in a collection managed by an object that implements the Iterable interface.
The class executes several types of operations to manipulate the collection elements by invoking given callback functions that determine what to do with the elements.
Currently it can filter a subset of the elements, call a function to manipulate each of the elements, map the elements to a new set of values, reduce the elements to a single value. |
|
-
 |
| Author: |
Md. Zakir Hossain (Raju) |
| Date: |
2009-07-01 (2 days ago) |
| Groups: |
PHP 5, Databases, Systems administration, Web services, Hosting |
| Description: |
This class can be used to manage hosted databases using cPanel.
It can sent HTTP requests to the cPanel API Web server to perform several types of MySQL database administration tasks.
Currently it can check if a database or an user record exists, create or delete a database, create or delete a database user, and grant access privileges to a database user. |
|
-
 |
| Author: |
Mohamed Elkholy |
| Date: |
2009-07-01 (2 days ago) |
| Groups: |
PHP 5, Searching |
| Description: |
This class can be used to add your site to browser search box.
It can generate HTML, Javascript and XML to pass information to browsers so they can add a site to the list of types of search that the browser can perform. |
|
-
 |
| Author: |
Claudius Tiberiu Iacob |
| Date: |
2009-06-30 (3 days ago) |
| Groups: |
XML, PHP 5, Language |
| Description: |
This class can be used to setup an object from XML definitions.
It parses a XML with definitions of variables and values to set in a given object.
The class calls the object setter methods to set the given variable values. |
|
-
 |
| Author: |
Muhammad Asif Ali |
| Date: |
2009-06-30 (3 days ago) |
| Groups: |
HTML, PHP 5 |
| Description: |
This class can be used to display HTML content in accordion page sections.
It generate HTML and Javascript to show or hide HTML content below a title that expands like an accordion when the title is clicked. |
|
-
 |
| Author: |
johno dread |
| Date: |
2009-06-29 (4 days ago) |
| Groups: |
Graphics |
| Description: |
This class can be used to display of mosaic composed of multiple images.
It can read a given directory to open all contained image files in JPEG format.
The class generates a single image with all read images tiled as a mosaic.
The resulting image is saved to a given file also in JPEG format.
|
|
-
 |
| Author: |
rajesh bhatia |
| Date: |
2009-06-29 (4 days ago) |
| Groups: |
PHP 5, Databases, Forums |
| Description: |
This class can be used to integrate site users in PHPBB 3 installation.
It can perform several operations that integrate the users of a site with records in a MySQL database with the table records of users a PHPBB 3 installation.
Currently it can importing users of the site in PHPBB 3 users table, insert new user record, updating or delete existing user record. |
|
-
 |
| Author: |
Nguyen Duc Thuan |
| Date: |
2009-06-28 (5 days ago) |
| Groups: |
HTML, PHP 5 |
| Description: |
This class can be used to display data from arrays in sortable HTML tables.
It traverses bidimensional arrays and shows its data in an HTML table.
The columns names in the table header row are configurable. The listing may be sorted when the user clicks on the header row cells. Custom columns may be added at the start or end of the table. The table presentation details may be configurable using CSS styles.
This class can be used to autogenerate a grid of data from an array which can be queried from database. It is similar to ASP.NET's DataGrid. This class supports sorting by a data column and full customizations such as changing the cell templates, changing grid and cell attributes, adding a custom column, removing a column from the grid's display... |
|
-
 |
| Author: |
Corey W. |
| Date: |
2009-06-27 (6 days ago) |
| Groups: |
HTML, PHP 5 |
| Description: |
This class can be used to display nested menus of HTML links.
It takes an array of menu items eventually with nested arrays that define sub-menus.
The class generates HTML lists with links for each menu item.
CSS classes can be used to configure the presentation styles of the menus, regular items and the current page item. |
|
-
 |
| Author: |
Roberto Aleman |
| Date: |
2009-06-26 (7 days ago) |
| Groups: |
Email, Validation |
| Description: |
This class can be used to validate an e-mail address by checking its domain.
It can check a given e-mail address by verifying if it matches a regular expression with a pattern of valid e-mail addresses.
The class can also check the existence e-mail address domain by opening a connection to a host with the e-mail domain name. |
|
Contents
-
 |
| Category: |
PHP books |
| Author: |
Cal Evans |
| Publisher: |
Marco Tabini & Associates |
| Reviewer: |
Alexandre Altair de Melo |
| Date: |
2009-06-29 23:34:31 (4 days ago) |
|
Contents
Courtesy of SecuritySpace.com .
Category: Web application abuses
|
|
Contents
Contents
|