|
|
Contents
Contents
-
| Posted on: |
2009-11-22 |
| Summary: |
Gearman is a tool for distributing processing jobs over one or more machines.
This article explains how to use Gearman in PHP applications to handle better the load of busy sites or applications that need to execute heavy jobs. |
-
| Posted on: |
2009-11-14 |
| Summary: |
The use of Arabic in Web sites has been growing in a significant way in the latest years.
This is an idiom that requires special care due to the nature of its writing.
This article presents an interview with Khaled Al-Shamaa, the leader of Ar-PHP, a project that aims to simplify the lives of developers that want to build Arabic sites using PHP. |
-
| Posted on: |
2009-10-29 |
| Summary: |
The PHPClasses site is launching a new initiative to let every user know in advance about new features that are being implemented.
This article explains how you can keep up with latest features and even influence their implementation. |
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 Thales Jacobi!
|
Nominees to win the award of October of 2009
| Class: |
SUIT Framework |
 |
|
Description: |
Template engine with configurable syntax |
|
Author: |
Brandon Evans |
|
Age: |
17 |
|
Country: |
United States |
|
| Class: |
Bot recognizer and dispatcher |
 |
|
Description: |
Recognize and handle Web robot by IP or user agent |
|
Author: |
Alexander Selifonov |
|
Age: |
47 |
|
Country: |
Russian Federation |
|
| Class: |
Animated PNG Creator |
 |
|
Description: |
Create PNG format animations from a list of images |
|
Author: |
Dzsoni Voker |
|
Age: |
??? |
|
Country: |
Slovak Republic |
|
| Class: |
Gravatar RPC |
 |
|
Description: |
Send requests to the Gravatar API about images |
|
Author: |
Wouter van Vliet |
|
Age: |
27 |
|
Country: |
Denmark |
|
| Class: |
MyBox |
 |
|
Description: |
Calculate volumetric weight of a package |
|
Author: |
Roberto Aleman |
|
Age: |
35 |
|
Country: |
Venezuela |
|
| Class: |
Text to Timestamp |
 |
|
Description: |
Convert English expressions into time values |
|
Author: |
Martin |
|
Age: |
27 |
|
Country: |
Denmark |
|
| Class: |
Email 2 SMS |
 |
|
Description: |
Send SMS by e-mail to many carriers |
|
Author: |
Utsav Handa |
|
Age: |
25 |
|
Country: |
India |
|
| Class: |
EmbeVi |
 |
|
Description: |
Embed remote videos and audio in HTML pages |
|
Author: |
Comanici Paul |
|
Age: |
25 |
|
Country: |
Romania |
|
| Class: |
PHP MSSQL Dump |
 |
|
Description: |
Dump a Microsoft SQL server database |
|
Author: |
Jonathan Hilgeman |
|
Age: |
??? |
|
Country: |
United States |
|
|
|
Contents
Contents
Contents
-
 |
| Author: |
robert |
| Date: |
2009-11-22 (1 day ago) |
| Groups: |
PHP 5, Web services, Social Networking |
| Description: |
This package can be used to set or get information from a given Twitter user account.
The main class can send HTTP requests to the Twitter API account.
There are several sub-classes that can send requests to set or get several types of Twitter user account like: the user statuses, public timeline, user timeline, friends timeline, mentions, friends, followers, etc.. |
|
-
 |
| Author: |
Christopher Natan |
| Date: |
2009-11-22 (1 day ago) |
| Groups: |
Databases, User Management, AJAX |
| Description: |
This class can be used to display and process user registrations using AJAX.
It can generate HTML and Javascript that uses the jQuery library to submit a registration form using AJAX requests.
If the submitted registration form values are valid, the class creates the registered user records in a database. Otherwise it flags the invalid form fields. |
|
-
 |
| Author: |
Pawel Janisio |
| Date: |
2009-11-21 (2 days ago) |
| Groups: |
PHP 5, Databases |
| Description: |
This class implements a wrapper to access MySQL databases. It can:
- Establish database connections
- Execute SQL queries
- Retrieve query results into arrays
- Retrieve the number of result rows and affected rows
- Create tables
- Lock tables
- Optimize all database tables
- Truncate tables
- Import a database dump using the mysql command
- Get the database variables and statistics |
|
-
 |
| Author: |
Vitu Punkerage |
| Date: |
2009-11-21 (2 days ago) |
| Groups: |
HTML, Text processing |
| Description: |
This class can be used to replace text with HTML to color and convert letter.
It can replace text sections with color names and styles with in square bracket tags with HTML span tags with color styles.
The class can also convert letters with accents with the respective HTML entities. |
|
-
 |
| Author: |
José Manuel Carnero |
| Date: |
2009-11-20 (3 days ago) |
| Groups: |
Databases |
| Description: |
This package implements a MySQL database abstraction access layer.
There is a base class that implements common database access functionality.
There are also sub-classes that implement MySQL database access operations using the regular MySQL extension and another that uses the MySQLi extension.
Currently the derived classes can connect of a MySQL database server, use a given database, execute queries, get the number of result rows, and retrieve the query result rows.
The code and comments are in Spanish. In Spanish:
Clase para acceso a base de datos (por el momento sólo a MySQL). La iré ampliando a medida que vaya necesitando funcionalidades o acceso a otros motores. |
|
-
 |
| Author: |
Eugene Olkhovick |
| Date: |
2009-11-20 (3 days ago) |
| Groups: |
HTML, PHP 5 |
| Description: |
This class can be used to generate navigation for listings split among pages.
It takes as parameters the total number of entries in the listing, the limit of entries displayed per page and the number of the current page.
The class generates HTML links to go to the next, previous, first, last and any intermediate pages. |
|
-
 |
| Author: |
Emre Korkut Or |
| Date: |
2009-11-19 (4 days ago) |
| Groups: |
Web services, Video |
| Description: |
This package can be used to retrieve information about YouTube videos.
It uses the Google Data API to send requests to retrieve information about videos given some search keywords.
It can retrieve the video descriptions, thumbnails, comments, links to related or response videos, statistics and ratings. |
|
-
 |
| Author: |
Jonathan Discipulo |
| Date: |
2009-11-19 (4 days ago) |
| Groups: |
PHP 5, Graphics, Web services |
| Description: |
This class can be used to generate chart images using Google chart service.
It takes several parameters to define the chart type, size, colors, titles and labels, and chart data.
The class generates a Google Charts URL that can be used in a Web page to display a PNG image the displays the configure chart. |
|
-
 |
| Author: |
Muhammed Mamedov |
| Date: |
2009-11-18 (5 days ago) |
| Groups: |
PHP 5, Web services, Social Networking |
| Description: |
This class can be used to update and retrieve the statuses of a Twitter user.
It can send requests to the Twitter API on behalf of a given user to perform several types of operations.
Currently it can update the user status, remove a given user status, and get the user time line status.
The class can shorten URLs in the updated user status using the bit.ly shortening service. |
|
-
 |
| Author: |
Christopher Natan |
| Date: |
2009-11-18 (5 days ago) |
| Groups: |
HTML, PHP 5, Databases, User Management, AJAX |
| Description: |
This class can be used to authenticate users without reloading a login page.
It can generate the HTML with Javascript that uses the jQuery library to present a login form that is submitted using an AJAX request for verifying the user password.
The class uses a separate database access class to perform a database query to the users database in order to verify whether the user and password are correct. |
|
-
 |
| Author: |
Mammadli |
| Date: |
2009-11-17 (6 days ago) |
| Groups: |
Math |
| Description: |
This class can be used to calculate the roots of a quadratic equations.
It takes the a, b and c coefficients and calculates the roots of the quadratic equation, if it has a solution.
The result may be displayed or returned with a given number of decimal places. |
|
-
 |
| Author: |
Viktor Jenei |
| Date: |
2009-11-17 (6 days ago) |
| Groups: |
PHP 5, Graphics |
| Description: |
This package can be used to perform several operations to manipulate images.
The main class can perform many types of image manipulation operations, such as: resize images, add alpha channel, flip, rotate, add watermark, apply effects like blur, darkness, brightness, contrast, gamma, gray scale, negate, sepia, sketch, smooth, emboss, edge detection, sharpen, soften, and other types of convolution.
There are also several classes that can load and save images to files in JPEG and PNG formats, or initialize images with given background color or just a make it a transparent canvas. |
|
-
 |
| Author: |
Güayoyo |
| Date: |
2009-11-16 (7 days ago) |
| Groups: |
HTML, PHP 5 |
| Description: |
This class can be used to generate article pages using HTML 5 syntax.
It can assign content for the article body, header, footer, navigation, sections, and aside content.
The class assembles all the defined content and returns it as a single string with HTML 5 markup. |
|
-
 |
| Author: |
Peter Schmalfeldt |
| Date: |
2009-11-16 (7 days ago) |
| Groups: |
PHP 5, Cache |
| Description: |
This class can be used to store and retrieve data from Memcache servers.
It can connect to a Memcache server and get, set, replace, delete, increment or decrement the values of variables with a given key name.
The variable values may be compressed, encrypted and encoded as JSON before storing. |
|
Contents
Courtesy of SecuritySpace.com .
Category: Web application abuses
|
|
Contents
Contents
|