Category Archives: Classes

PIMG

Package:
PIMG
Summary:
Process images using multiple operations
Groups:
Graphing, PHP 5
Author:
Tony Bogdanov
Description:
This package can be used to process images using multiple operations.

It provides several classes that implement different types of image manipulation operations.

Currently it can crop an image, fill with a given color, fit an image in a rectangle, merging images, stretch the image, etc..


Mail dispatcher

screenshot gui
Package:
Mail dispatcher
Summary:
Send mail to many recipients in batches
Groups:
Email
Author:
Gianluca Zanferrari
Description:
This class can be used to send mail to many recipients in batches.

It takes the message subject, headers and an array of addresses of the recipients of the message to be sent.

The class sends a batch made of part of those recipients and generates JavaScript to make the page of results reload automatically to send the remaining batches of addresses, thus avoiding to exceed the PHP script execution limit.


Less.php

Package:
Less.php
Summary:
Parse and process Leaner CSS files
Groups:
PHP 5, Template, Text processing
Author:
Diogo Resende
Description:
This process can be used to parse and process Leaner CSS (LESS) files.

It can parse LESS template files and process it by reading and replacing variable values, insert mixins in class declarations that use them, evaluating operations and expand nested definitions into CSS classes.

The processed CSS is returned as a string.


Security

Package:
Security
Summary:
Manage user accounts and access controls
Groups:
Databases, User Management
Author:
Michael J. Fuhrman
Description:
This package can be used to manage user accounts and access controls.

It provides classes for managing user accounts and providing a Web based user interface for user registration and login, user groups, policies and user policies.


User-Checker

Package:
User-Checker
Summary:
Authenticate user with records in a MySQL database
Groups:
Databases, PHP 5, User Management
Author:
Mohammed Cherkaoui
Description:
This class can be used to authenticate user with records in a MySQL database.

It can execute MySQL queries to verify the password of a given user with user name stored in cookies.

The database table names and fields are configurable.


Colorful variable dump

Screenshot 2
Package:
Colorful variable dump
Summary:
Dump variable values using colors
Groups:
Debug, PHP 5
Author:
Artur Graniszewski
Description:
This class can be used to dump variable values using colors.

It uses the var_dump function to get the representation of a variable value and uses regular expressions to replace different sections with HTML tags that make them appear in different colors.


EasterDateCalculator

Package:
EasterDateCalculator
Summary:
Calculate date of Easter for a given year
Groups:
Time and Date
Author:
Marcel Bachus
Description:
This class can be used to Calculate date of Easter for a given year.

This class will calculate the date on which easter wills fall for a given year. It will also calulate other christian days such as:
- Mardi Grass -49 days from Easter
- Ash Wednesday -46 days from Easter
- Good Friday -2 days from Easter
- Assention +39 days from Easter
- Pentecost +49 days from Easter


Easter Date Calculator

Package:
Easter Date Calculator
Summary:
Calculate date of Easter and related dates
Groups:
Time and Date
Author:
Marcel Bachus
Description:
This class can be used to Calculate date of Easter for a given year.

It can determine the date on which Easter will happen for a given year as well other related dates such as Mardi Grass (Carnival), Ash Wednesday, Good Friday, Ascension and Pentecost.


kart-trie

Package:
kart-trie
Summary:
Manage and search associative array with Kart tree
Groups:
Algorithms, Text processing
Author:
Chi Hoang
Description:
This package can be used to manage and search associative arrays using a Kart tree (key alteration radix tree).

It can insert text strings that act as keys in a tree structure.

The class can also search for the presence of such keys in the tree.


ZEND_EPS_PUTTY

Package:
ZEND_EPS_PUTTY
Summary:
Send files to secure FTP server using Putty
Groups:
Files and Folders, Networking, PHP 5
Author:
David Passey
Description:
This class can be used to send and receive files from secure FTP servers using PuTTY.

It can generate batch files for performing several types of commands to send and receive files and directories to/from a secure FTP server using the programs of the PuTTY package.

The user names, passwords, and path settings of the remote and local servers are read from an XML configuration files.

The execute operations are logged to a file. The results are saved to an XML file.


Powered by Gewgley