Monthly Archiv: June, 2010

HTML 5 video and audio converter class

Package:
HTML 5 video and audio converter class
Summary:
Convert video or audio files to OGG format
Groups:
Audio, Files and Folders, Video, Windows
Author:
Usman Didi Khamdani
Description:
This class can be used to convert video or audio files to OGG format.

It takes an uploaded audio or video file and passes it to the ffmpeg2theora program, so it can be converted to the OGG format.


Error Logger Class

Package:
Error Logger Class
Summary:
Log error messages to files
Groups:
Files and Folders, Logging, PHP 5
Author:
mohammadjafar mashhadi
Description:
This class can be used to log error messages to files.

It can write error messages of several types to a given log file appending the messages to the file end.

The class may also output the error message to the current page or trigger a PHP error.


HTML to Array

Package:
HTML to Array
Summary:
Parse and traverse HTML documents with DOM
Groups:
HTML, PHP 5
Author:
Shweta
Description:
This package can be used to parse and traverse HTML documents with is own implementation of a DOM interface.

The main class provides a DOM like API to parse and traverse the structure of an HTML document.

The document nodes may be changed and the document may be saved back to HTML.


EPS_Cybersource

Package:
EPS_Cybersource
Summary:
Process credit card payments via Cybersource
Groups:
E-Commerce, PHP 5, Web services
Author:
David Passey
Description:
This class can be used to process credit card payments via Cybersource.

It can send HTTP requests to Cybersource SOAP Web services API server to perform several types of operations to process credit card payments.

Currently it can request a payment authorization, capture the result of a payment request and request the reversal of a previous payment request.


Jade Dbo

Package:
Jade Dbo
Summary:
Database abstraction layer with drivers
Groups:
Databases, PHP 5
Author:
Torben K.
Description:
This package implements a database abstraction layer with drivers to access different types of databases.

The main class can setup the driver object and route database access calls to that object.

Currently it provides functions for establishing database connections, executing queries that may return results or not, retrieving the query results, etc..


Secure Session Management

all screen shot
Package:
Secure Session Management
Summary:
Create and manage secure user sessions
Groups:
PHP 5, Security
Author:
Bijaya Kumar Behera
Description:
This class can be used to create and manage secure user sessions.

It can create a session variable and assign values of the current user that are encrypted before stored and decrypted after being retrieved.

The class can also delete the user values assigned for the current session.

It can also store a flash message in HTML to always be displayed to the current user.


Google Custom Search

Package:
Google Custom Search
Summary:
Perform searches the Google Custom Search API
Groups:
PHP 5, Searching, Web services
Author:
Jeremy Cook
Description:
This class can be used to perform searches using the Google Custom Search Engine API.

It can send an HTTP request to the Google Custom Search Engine Web services API server to perform a given search.

The class can retrieve the results as well suggestions for correcting the spelling of the search words.

The character set encoding of search keywords and results is configurable.


File-Cache

use file cache
Package:
File-Cache
Summary:
Cache variable values storing them in files
Groups:
Cache, Files and Folders
Author:
pangzhihui
Description:
This class can be used to cache variable values storing them in files.

It can store, retrieve and delete arbitrary variable values in a cache file with a given key value.

The directory where cache files are store is configurable.


Powered by Gewgley