Package:
Summary:
Zend DB adapter using the original MySQL extension
Groups:
Author:
Description:
This class implements an adapter for Zend DB of Zend Framework that uses the original MySQL extension.
It provides the same functionality as other adapters that use the MySQLi or PDO MySQL extensions, except that it uses the mysql_connect, mysql_query and other functions of the original PHP MySQL extension.
Package:
Summary:
Convert GIF, JPEG, and PNG images to BMP format
Groups:
Author:
Description:
This class can be used to Convert GIF, JPEG, and PNG images to BMP format.
It can open an image file in GIF, JPEG or PNG format and generates a new file for the image but in the BMP format.
Package:
Summary:
Extract OpenGraph information from sites
Groups:
Author:
Description:
This class can be used to extract OpenGraph information from sites.
It can take the URL of a given site page and parse the page to extract information of OpenGraph protocol properties like site title, type, image, URL, site name, etc..
Package:
Summary:
Extract OpenGraph information from sites
Groups:
Author:
Description:
This class can be used to extract OpenGraph information from sites.
It can take the URL of a given site page and parse the page to extract information of OpenGraph protocol properties like site title, type, image, URL, site name, etc..
Package:
Summary:
Filter request values to avoid insecure values
Groups:
Author:
Description:
This class can be used to filter request values to avoid eventually insecure values.
It is a updated version of the class originally written by Bendikt Martin Myklebust.
This version can handle request variables with multiple values in arrays.
Package:
Summary:
Handle errors and measure PHP execution time
Groups:
Author:
Description:
This class can be used to handle errors and measure PHP execution time.
It provides an error handler that is called when a PHP error occurs. The handler can display the names of functions and arguments that were called where the error occurred.
The class can also measure the time different PHP script sections take to execute.
Package:
Summary:
Store and show user comments in site pages
Groups:
Author:
Description:
This class can be used to store and show user comments in site pages.
It can display a form for taking user comments in a given page.
The class can process the submitted comments and store them in a MySQL database table.
The submitted comments can be displayed in the page next to the form.
Package:
Summary:
Retrieve information about music tracks on Amazon
Groups:
Author:
Description:
This class can be used to retrieve information about music tracks on Amazon.
It takes an ASIN code for a given music track and send a request to Amazon Web services API to find the ASIN code of the same music track in MP3 format.
The class returns an array encoded in JSON format with title and URL of the requested track.
Package:
Summary:
Retrieve music information using Spotify API
Groups:
Author:
Description:
This package can be used to retrieve music information using Spotify API.
It can send HTTP requests to Spotify Web services API servers to perform several queries.
Currently it can perform searches (and detailed lookup by Spotify URI) for music, albums and artists, and return associated information.
Package:
Summary:
Simple Web and MySQL based chat system
Groups:
Author:
Description:
This class implements a simple Web and MySQL based chat system.
It generates HTML and JavaScript to display a chat box and a form input to submit new chat line entries using AJAX to avoid page reloading.
A script receives the new chat lines and stores them in a MySQL database. It also returns all the latest chat lines to display.