Package:
Summary:
Process images using multiple operations
Groups:
Author:
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..
Package:
Summary:
Send mail to many recipients in batches
Groups:
Author:
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.
Package:
Summary:
Parse and process Leaner CSS files
Groups:
Author:
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.
Package:
Summary:
Manage user accounts and access controls
Groups:
Author:
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.
Package:
Summary:
Authenticate user with records in a MySQL database
Groups:
Author:
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.
Package:
Summary:
Dump variable values using colors
Groups:
Author:
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.
Package:
Summary:
Calculate date of Easter for a given year
Groups:
Author:
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
Package:
Summary:
Calculate date of Easter and related dates
Groups:
Author:
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.
Package:
Summary:
Manage and search associative array with Kart tree
Groups:
Author:
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.
Package:
Summary:
Send files to secure FTP server using Putty
Groups:
Author:
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.