Simple benchmark

Package:
Summary:
Measure the time a PHP script takes to run
Groups:
Author:
Description:
This class can be used to measure the time a PHP script takes to run.

It can take note of time when it starts and ends a given PHP script named section.

The class can return that elapsed since it the beginning and and end of a section.


backup & restore database

Package:
Summary:
Backup and restore MySQL databases
Groups:
Author:
Description:
This package can be used to backup and restore MySQL databases.

It can generate a backup file that contain SQL statements to create all the database tables and insert its table record data.

The class can also read a previously generated backup file and execute the SQL in the file to restore the original database tables and record data.


Paypal Pro Payment Integration

Package:
Summary:
Send payment requests to Paypal payments Pro API
Groups:
Author:
Description:
This class can be used to send payment requests to Paypal payments Pro API.

It can send HTTP request to the Paypal API Web servers to execute a given API operation passing a list of name and value pairs. It can also send requests to the sandbox API web servers.

The class returns the response name value pairs as an associative array.


mb_cache

Package:
Summary:
Cache page content output in files
Groups:
Author:
Description:
This class can be used to cache page content output in files.

It can check if a cache file for the current page exists and whether it is still valid.

If the cache file does not exist or it is expired, the class starts capturing the current page output and stores it the cache file when the scripts exits.

If the cache file exists and has not yet expired, the class outputs the contents of the cache file and exits.


Header

Package:
Summary:
Compose and send HTTP response headers
Groups:
Author:
Description:
This class can be used to compose and send HTTP response headers.

It can add headers to the current HTTP request response for several purposes, such as redirecting the request to another URL, setting the content type or content disposition for downloads.

It can also set the response status and automatically determine the textual description by looking up a list of known response codes.

Once the list of headers is fully defined, the class issues the response header output commands.


Foro

vista general
Package:
Summary:
Manage forum messages stored in a MySQL database
Groups:
Author:
Description:
This class can be used to manage forum messages stored in a MySQL database.

It can perform several types of operations to manipulate messages of a forum. Currently it can:

– List the forum topics, threads and messages
– Mark threads as read]
– Retrieve the number of topic threads, the number of thread messages, the number of user messages
– Start a new topic thread
– Post a new message to a thread

The code and the comments are in Spanish.


Connect to SSH

Package:
Summary:
Execute programs in remote computers using SSH
Groups:
Author:
Description:
This class can be used to execute programs in remote computers using secure shell (SSH).

It establishes a secure shell connecting to a given server using PHP ssh2 extension.

The class executes a remote program and returns whether it run successfully.


Powered by Gewgley