Monthly Archiv: September, 2010

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.


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.


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


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.


Cache wrapper

Package:
Cache wrapper
Summary:
Store and retrieve entries in memory caches
Groups:
Cache, PHP 5
Author:
denis
Description:
This class can be used to store and retrieve entries in memory caches.

It can perform several types of operations to access values stored memory based caches using extensions like APC, eAccelerator, XCache and MemCache.

Currently it can store an entry, retrieve an entry and clear all cache entries.


Powered by Gewgley