|
Contents
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 Alexander Skakunov!
|
Nominees to win the award of April of 2008
| Class: |
Easy Navigator |
 |
|
Description: |
Generate breadcrumbs navigation based on the URL |
|
Author: |
Brandon Blincoe |
|
Age: |
18 |
|
Country: |
United States |
|
| Class: |
DFL |
 |
|
Description: |
Parse and run DFL language programs |
|
Author: |
Debug |
|
Age: |
18 |
|
Country: |
United States |
|
| Class: |
SimpleXML for PHP4 |
 |
|
Description: |
Load XML files in PHP 4 like SimpleXML extension |
|
Author: |
Taha Paksu |
|
Age: |
23 |
|
Country: |
Turkey |
|
| Class: |
Crypt_OpenSSL |
 |
|
Description: |
Class created for manipulation with ssl certs. |
|
Author: |
Pavel Saparov |
|
Age: |
20 |
|
Country: |
Czech Republic |
|
| Class: |
Configuration Loader |
 |
|
Description: |
Generate a PHP class from a configuration XML file |
|
Author: |
David Wainwright |
|
Age: |
34 |
|
Country: |
United Kingdom |
|
| Class: |
Secure Token Grid Authentication |
 |
|
Description: |
Generate grid of tokens, authenticate user with it |
|
Author: |
André Liechti |
|
Age: |
39 |
|
Country: |
Switzerland |
|
| Class: |
PHON |
 |
|
Description: |
Unserialize values exported with var_export |
|
Author: |
Martin Alterisio |
|
Age: |
25 |
|
Country: |
Argentina |
|
| Class: |
Geocoder |
 |
|
Description: |
Get coordinates of locations with geocode services |
|
Author: |
Bruyndonckx |
|
Age: |
45 |
|
Country: |
Belgium |
|
|
|
Contents
Contents
Contents
- Debug system
 |
| Author: |
Maxim |
| Date: |
2008-05-08 (1 day ago) |
| Groups: |
HTML, PHP 5, Debug, Logging |
| Description: |
This class can be used to output debug information of the current script to an HTML log file.
It sets up the PHP error handler to a class function that generates HTML formatted output of the errors that may be triggered during the current script execution.
The class may also output arbitrary debugging messages also formatted as HTML. Optionally, the messages may include the current values of super-global variables.
The debug output may be displayed as the current script output or added to a given log file. |
|
- Valid Markup
 |
| Author: |
Vagharshak Tozalakyan |
| Date: |
2008-05-08 (1 day ago) |
| Groups: |
HTML, XML, PHP 5 |
| Description: |
This is a very simple class that can convert the HTML output of a page to XHTML using the Tidy extension.
It starts output buffering using the ob_tidyhandler function as filter to make it regenerate the current script HTML output to make sure it is formatted as XHTML.
The class may set the DTD to one of several possible HTML and XHTML versions. |
|
- PHP Universal Feed Parser
 |
| Author: |
Anis uddin ahmad |
| Date: |
2008-05-07 (2 days ago) |
| Groups: |
XML, PHP 5 |
| Description: |
This class can be used to parse feeds in the RSS and ATOM formats.
It can parse a feed given its URL and extract the details of the feed channel and the lists of items which are returned in arrays.
The class can automatically detect whether the feed is in RSS 1.0, 2.0 or ATOM format. |
|
- pg_email
 |
| Author: |
bobak |
| Date: |
2008-05-07 (2 days ago) |
| Groups: |
Email, PHP 5, Templates |
| Description: |
This class can be used to compose and send e-mail messages defined using template files.
It reads a template file to extract details about the messages to be sent such as the text or HTML contents, the recipient addresses, the subject, etc..
The class processes the template, eventually replacing template variables inserted in the text and HTML body data.
The processed messages can be sent immediately or saved to files. A log file may be updated as the messages are sent.
The class supports validating the e-mail addresses, sending attached files, and protection against header injection. |
|
- Form PDF
 |
| Author: |
bobak |
| Date: |
2008-05-06 (3 days ago) |
| Groups: |
PHP 5, Files and Folders, Text processing |
| Description: |
This class can be used to create and load PDF forms in FDF format using only pure PHP code.
It can generate an FDF document from an associative array of form values. The generated document can be saved to a file.
The class can also do the opposite, i.e. extract form values into an associative arrat from FDF files.
It can also convert an FDF file to a PDF file using the pdftk program. |
|
- Email Parser
 |
| Author: |
Delsystem |
| Date: |
2008-05-06 (3 days ago) |
| Groups: |
HTML, Email |
| Description: |
This class can be used to extract e-mail addresses from HTML pages.
It display a Web form to let the user specify the URL of the pages to process, as well additional parameters to access and process the pages like the eventual form access password and e-mail address filters.
The class then can retrieve the pages specified in the form and stores the extracted e-mail addresses in a file. |
|
- vCard Creator Full
 |
| Author: |
Behrouz Pooladrag |
| Date: |
2008-05-05 (4 days ago) |
| Groups: |
Files and Folders, User Management |
| Description: |
This class can be used to generate user contact files in vCard format.
It takes as parameter an associative array with the user contact details.
The class can generate and store the vCard files or serve them for download. |
|
- Universal comment module
 |
| Author: |
Viktor |
| Date: |
2008-05-05 (4 days ago) |
| Groups: |
Databases, Content management |
| Description: |
This package implements a generic site comments system.
The main class provides means to add comments to be associated with a given resource identifier and a given user that is submitting the comment.
The comments are stored in a MySQL database table. The table name is configurable.
It can also retrieve the list of comments associated with a given resource identifier and format it with a given template. |
|
- ASCII CAPTCHA
 |
| Author: |
Debug |
| Date: |
2008-05-04 (5 days ago) |
| Groups: |
Text processing, Validation, Security |
| Description: |
This class can be used to perform CAPTCHA validation, display text letters using ASCII art fonts.
It generates a CAPTCHA validation text string with random letters and then renders that text as an ASCII art string with multiple lines that represent the validation text with some distortion and noise characters.
The random validation text and the rendered text are returned as strings. |
|
- Dayyan's Persian Calendar
 |
| Author: |
Mohammad Dayyan |
| Date: |
2008-05-03 (6 days ago) |
| Groups: |
HTML, Time and Date |
| Description: |
This class can be used to generate Persian calendars.
It can generate HTML tables with Persian calendars for a given month or all months in a given year.
The class uses Smarty templates to generate the calendar HTML tables.
The language text strings is configurable from outside the class. |
|
- MySQL Access
 |
| Author: |
Tim Rijavec |
| Date: |
2008-05-02 (7 days ago) |
| Groups: |
PHP DataBase |
| Description: |
This package implements a wrapper to access MySQL databases.
It provides class that establishes database connections and manages transactions.
Another class can execute SQL queries and retrieve the SELECT query results into array variables, and obtains the identifier of the last inserted row. |
|
Contents
|