|
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
- QXML
 |
| Author: |
Tom Schaefer |
| Date: |
2008-05-11 (1 day ago) |
| Groups: |
XML, PHP 5 |
| Description: |
This class can be used to generate XML documents from arrays and also parse XML documents to build array structures.
It can take a definition of a whole XML document tags, data and attributes in an array and generate the XML document. The generate XML document is stored in a string class variable.
The class can also do the opposite, i.e. take a XML document file or string and parse it to build an array with the document structure. |
|
- Gerar Tabela Semanticamente Correta
 |
| Author: |
Thiago Silva Ferreira |
| Date: |
2008-05-10 (2 days ago) |
| Groups: |
HTML, PHP 5 |
| Description: |
This class can be used to generate HTML table defined programmatically.
It can compose the definition of a table by adding rows, cells and captions.
The class can display the defined table by generating its HTML as part of the current script output.
The code and comments are in Portuguese. |
|
- Number to Turkish text
 |
| Author: |
Yetkin Sakal |
| Date: |
2008-05-09 (3 days ago) |
| Groups: |
Localization, Text processing |
| Description: |
This class can be used to spell quantity numbers using Turkish words.
It takes a number with up to 21 digits and generates a text strings that spell the number using Turkish words.
The class stores the resulting string in a class variable.
Change Log:
v1.01 - A small bug cominp up in inputs between 1000 and 2000 was fixed. |
|
- Debug system
 |
| Author: |
Maxim |
| Date: |
2008-05-08 (4 days 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 (4 days 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 (5 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 (5 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 (6 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: |
Morteza Ghorbani |
| Date: |
2008-05-06 (6 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 (7 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 (7 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. |
|
Contents
|