Category Archives: Classes

Thumb and Watermark Generator

watermarked image
Package:
Thumb and Watermark Generator
Summary:
Generate thumbnails and add watermarks to images
Groups:
Graphics
Author:
subash
Description:
This package can be used to generate thumbnails and add watermarks to images.

It can open an image in GIF, JPEG or PNG format and creates a thumbnail image with a given limit width and height stores the resized image in a thumbnails directory.

It can also apply a watermark image and a text to mark a given image.


File INI

Package:
File INI
Summary:
Manipulate configuration values in INI files
Groups:
Configuration, Files and Folders, PHP 5
Author:
Josiel Alves Dos Santos
Description:
This class can be used to manipulate configuration values in INI files.

It can read and parse a given INI file and extract the sections and configuration values.

The class can also add or modify given configuration values, as well delete certain sections or values. The modifications can be saved back to the INI file.


GearScore Calculator

Package:
GearScore Calculator
Summary:
Calculate a World of Warcraft character GearScore
Groups:
Games, PHP 5
Author:
Elad Nava
Description:
This class can be used to calculate a World of Warcraft character GearScore.

It sends a request to World of Warcraft Armory site to retrieve the items and class ofa given character and then the class calculates the caracter GearScore.


Gear Score Calculator

You can see the character's calculated GearScore outlined in red.
Package:
Gear Score Calculator
Summary:
Calculate a World of Warcraft character Gear Score
Groups:
Games, PHP 5
Author:
Elad Nava
Description:
This class can be used to calculate a World of Warcraft character Gear Score.

It sends a request to World of Warcraft Armory site to retrieve the items and class of a given character and then the class calculates the character Gear Score.


User Auth Mgr

Package:
User Auth Mgr
Summary:
Create and manage user records in a MySQL database
Groups:
Databases, PHP 5, User Management
Author:
ian james
Description:
This package can be used to create and manage user records in a MySQL database.

It can perform several types of operations on users with information stored in a MySQL database, like: adding a new user, verify the login and password of an user, check if an user exist with a given e-mail address, update and retrieve user information and activate an user account.


Table Designer

Package:
Table Designer
Summary:
Display HTML table from array of data
Groups:
HTML, PHP 5
Author:
Daniele
Description:
This class can be used to display HTML table from array of data.

It generates an HTML table using data from a bi-dimensional array with data that defines the contents of table cells.

The class may also generate HTML and JavaScript code that uses the jQuery library to make the generated table show or hide using a slide effect when the user clicks on the table title.


PHP sockets

Package:
PHP sockets
Summary:
Access remote servers using TCP sockets
Groups:
Networking, PHP 5
Author:
akash
Description:
This class can be used to access remote servers using sockets.

It can create a socket and establish a TCP connection to a remote server.

The class can also send and receive data from the remote server and close the connection when done.


Powered by Gewgley