Monthly Archiv: December, 2010

Random Password Generator Class

Screenshot
Package:
Random Password Generator Class
Summary:
Generate random texts for using as passwords
Groups:
PHP 5, Text processing
Author:
Qamar Ashraf
Description:
This class can be used to generate random texts for using as passwords.

It can generate a random text of a given length which may contain either lower or upper case letters, numbers or symbols.


twzCronChart

Package:
twzCronChart
Summary:
Parse crontab schedule and generate Gantt charts
Groups:
HTML, PHP 5, Time and Date
Author:
Tony
Description:
This class can be used to parse crontab schedule and generate Gantt charts.

It can parse a list of scheduled tasks given as a string in the crontab format.

The class can display a Gantt chart in a Web page to display the schedule of tasks for a given period.

It can also return several types of information about the scheduled tasks like the number of cron tasks, the cron line for each task, and the next and the last date of a task.


HTML Tag

Package:
HTML Tag
Summary:
Compose HTML pages programmatically
Groups:
HTML, Libraries, PHP 5, Templates
Author:
Mikaël DELSOL
Description:
This package can be used to compose HTML pages programmatically.

It consists of a set of classes that abstracts most of HTML tags that can be added to a HTML document being composed calling those class object functions.

There is also a class that can process templates to compose HTML documents.


Proxy Connector

Package:
Proxy Connector
Summary:
Retrieve remote Web pages using the TOR network
Groups:
HTTP, PHP 5
Author:
Ska-Man
Description:
This class can be used to retrieve remote Web pages using the TOR network.

It can connect to an HTTP proxy server that accesses the TOR network to communicate with any remote Web server.

The class can switch the TOR user identity and use a random browser identity on each request to further obfuscate the Web accesses done by the class.


Oziams Image Uploader

Package:
Oziams Image Uploader
Summary:
Process uploaded image files
Groups:
Files and Folders, Graphics, PHP 5
Author:
Dwayne Rothe
Description:
This class can be used to process uploaded image files.

It can take the file name of an upload image and can create thumbnails of a given size limit.

The original image and the thumbnails are saved to given target directory.

It supports images in the GIF, JPEG and PNG formats.


LOCO

Package:
LOCO
Summary:
Queue actions on objects to be performed later
Groups:
Code Generation, Language, PHP 5
Author:
Thomas Björk
Description:
This class can be used to queue actions on objects to be performed later.

It can act as a proxy to objects of other classes and records actions that access those objects like setting variables, calling functions and include scripts.

The recorded object actions can be saved as scripts to be executed on the real class objects later.


bit.ly Class

Package:
bit.ly Class
Summary:
Shorten an URL using the bit.ly API
Groups:
PHP 5, Web services
Author:
Ákos Nikházy
Description:
This class can be used to shorten an URL using the bit.ly API.

It can send an HTTP request to the bit.ly Web services API Web server to shorten a given URL using a given API key.

The class parses the response and returns the shortened URL.


Simple PHP Upload

Package:
Simple PHP Upload
Summary:
Validate and process uploaded files
Groups:
Files and Folders, HTTP, PHP 5
Author:
Slavomir Mikolaj
Description:
This class can be used to validate and process uploaded files.

It can validate a given uploaded file to check whether there was not an upload error, the file size is under a given limit, the file name extension is one of the allowed.

The class can also move the uploaded file to a given directory if the upload is valid.


Translation between Traditional and Simplified Chinese

Package:
Translation between Traditional and Simplified Chinese
Summary:
Convert between traditional and simplified Chinese
Groups:
Localization, PHP 5, Text processing
Author:
abbychau
Description:
This class can be used to convert text between traditional and simplified Chinese.

It can take a Chinese text string represented as numeric HTML entities and can convert between simplified or traditional.


Powered by Gewgley