Monthly Archiv: January, 2010

OAuth Twitter

Package:
OAuth Twitter
Summary:
Access Twitter API on behalf of an user
Groups:
PHP 5, Social Networking, User Management, Web services
Author:
Basil B Thoppil
Description:
This class can be used to access the Twitter API on behalf of an user using OAuth.

It uses the Zend Framework OAuth consumer package to generate a token for accessing the Twitter API on behalf of the current site user.

The class redirects to use to the Twitter site to verify the user permission and handles the request to receive the validated OAuth token.

From then on, the class can access the Twitter API using the OAuth token to perform several types of actions like: updating the user status, get the user followers and friends.


PHP MicroBlog

ApPHP MicroBlog (ApPHP MicroB) is very simple and powerful PHP blog software. This product enables you to start your own blog within minutes. You can easy add and manage your posts and posting categories. This script is perfect for web designers and developers that want to empower their site and save the time on editing web pages every time they want to add more news. The script is very flexible, it written in object-oriented style and allows web developers easy change it to suit their needs.

DbProxy

Package:
DbProxy
Summary:
Execute MySQL queries from SQL defined in XML
Groups:
Databases, PHP 5, XML
Author:
Claudius Tiberiu Iacob
Description:
This class can be used to execute MySQL queries from SQL templates defined in XML files.

It can parse a given XML file that contains definitions of SQL query templates.

The class can execute given MySQL queries eventually replacing template parameters with given values.


Logger_ciacob

Package:
Logger_ciacob
Summary:
Log variable values to files
Groups:
Logging, PHP 5
Author:
Claudius Tiberiu Iacob
Description:
This class can be used to log variable values to files.

It can add log entries to files with the values of variables of any PHP types.

The log files are stored in a configurable logs directory with names based on the current calling context.

The log file size limit and the log line length wrap limit are some of the configurable parameters. The class configuration values can be retrieved from a XML file.


PreLoad Images

Package:
PreLoad Images
Summary:
Generate page with preloaded images
Groups:
Databases, Graphics, HTML
Author:
riccardo castagna
Description:
This class can be used to generate page with preloaded images.

First, it can list images from a directory and store the list in a MySQL database.

The class can generate HTML with Javascript to preload all listed images in the user browser, so the next browsed pages that need the images can load much faster.


Detect Opcode Cache

Package:
Detect Opcode Cache
Summary:
Detect whether PHP is running an opcode cache
Groups:
Language, PHP 5, System information
Author:
Alexander Over
Description:
This class can be used to detect whether PHP is running an opcode cache.

It can check the presence of certain PHP options or functions to determine if one of several known opcode cache extensions is available.

Currently it can detect XCache, Microsoft WinCache, APC, eAccelerator, PHPA and Zend Accelerator.


Powered by Gewgley