GraphML Generator

Generated output looks like this picture
Package:
Summary:
Generate UML diagrams from PHP code using GraphML
Groups:
Author:
Description:
This class can be used to generate UML diagrams from PHP code using GraphML.

It traverses a given directory to locate and parse PHP files. It scans the files for classes and their variables functions.

The class can generate UML diagrams in the GraphML format from the classes that were found.


Ceta

This script is something like bb. You can easily add it to your forum or chat. Just include ceta.php and cal function ceta("your text")! Its curnetly have smiles. You can remove powered by link for free.

Proxy

Package:
Summary:
Extract lists of proxy servers from remote sites
Groups:
Author:
Description:
This class can be used to extract lists of proxy servers from remote sites.

It goes through a list of remote sites and retrieve pages that contain lists of proxy servers.

The class parses the retrieved pages to extract the proxy server addresses.

It generates a PHP script with the details of all the proxy servers.


Apinstall

example bar
Package:
Summary:
Show a progress bar for a server job using AJAX
Groups:
Author:
Description:
This class can be used to show a progress bar for a job running on the serve using AJAX to update the bar.

It displays a bar place holder section on the page that will be updated when the job progresses.

The class also generates Javascript that uses the jQuery library to send AJAX requests to retrieve the job progress status.

The class gets update notices from the PHP script running the server job and updates a file that is updated with job progress information. This information is served to the browser when it gets the job status AJAX request.


CouchDB Session Handler

Package:
Summary:
Session handler that stores data in CouchDB
Groups:
Author:
Description:
This package implements a PHP session handler that that stores and retrieves session data in a CouchDB database.

The handler class implements all session management functions by sending HTTP requests to a CouchDB database.


Powered by Gewgley