FTP Sync

Package:
Summary:
Synchronize local files with a remote FTP host
Groups:
Author:
Description:
This class can be used to synchronize local files with a remote FTP host.

It connects to a given FTP server and compares the list of files of a remote directory with the files of a given local directory.

The class transfers the files to the remote host that are outdated and downloads the files from the remote host that were updated more recently.

The directories are traversed recursively but the class may exclude given files or directories.


EZMVC

EZMVC
Package:
Summary:
Framework Like CodeIgniter !!
Groups:
Author:
Description:
This package is an easy-to-use framework implementing the MVC (Model View Controller) design pattern. It helps you create maintainable, flexible and scalable applications. It is pretty similar to frameworks like codeIgniter, cakephp or symfony but does not contain all the features of those frameworks at the moment, however, it is built on ease of use bases. It provides:

- A base registry class for storing application variables
- A router class to dispatch requests to controller classes
- A MySQL database wrapper class
- A base model class to manage stored information
- A template processing class to manage the output of view scripts
- Helper classes for CAPTCHA validation, display pagination and bread crumbs links


[New] Free Video Converters: Convert Movies/Videos between Different Formats

If you're thinking of converting videos or movies between different formats, such as a DVD, a Flash (FLV) file or some other type of video file, or even to convert it to a form suitable for playing on your iPod, iPhone or a mobile phone, check this newest page of free video converters. There are converters for Windows, Mac OS X and Linux currently listed. Did I mention that they were free?

RedBeanPHP

RedBeanPHP is an ORM layer that writes its own tables and columns on the fly. This means you don't need schema files, config files, XML files, YAML files or anything else. The library just infers the database from the code you write...

Secure HTML parser and filter

Screenshot of the Web user interface to test the secure HTML filter class
Package:
Summary:
Parse and filter insecure HTML tags and CSS styles
Groups:
Author:
Description:
This package can be used to parse and filter insecure HTML tags and CSS styles.

It comes with a general purpose markup parser class that can parse any type of markup documents like HTML, XML and DTD files.

There are several other classes that can be chained together to retrieve the document token elements returned by the main markup parser class and filter the document elements in an useful way.

The markup validator filter class validates a document against a DTD, eventually removing invalid tags and attributes.

The safe HTML filter class uses several white lists to process HTML tags and data returned by the markup validator class and discards potentially harmful HTML tags and CSS that could be used to perform cross-site scripting (XSS) or cross-site request forgery (CSRF) security attacks.

The filtered HTML tokens can be reassembled to return a well-formed and secure HTML document.

The HTML links filter class can extract the links contained in an HTML document.

The DTD parser and CSS parser are utility classes used by the other classes.


Analizador Montos

Package:
Summary:
Spell a money amount using Spanish words
Groups:
Author:
Description:
This class can be used to spell a money amount using Spanish words.

It can take a number of a given money amount of up to one thousand millions and returns words that spell that amount in Spanish.

The class supports spelling amounts in Pesetas, Pesos and Dollars.

In Spanish:
Esta clase de uso sencillo permite convertir montos numericos a montos en letra.


PseudoGen

Package:
Summary:
Generate a pseudo random string
Groups:
Author:
Description:
This class can be used to generate a pseudo random string.

It generates a sequence of pseudo-random character using a matrix pre-defined randomized set of characters.

The resulting random string can be used as new matrix of randomized characters.


Magic Consistent Hash Class

Package:
Summary:
Get an hash for a string from an array of values
Groups:
Author:
Description:
This class can be used to get an hash for a string from an array of values.

It takes as parameter an array of hash values.

The class takes a string as argument and returns the same entry from the hash array values for each string argument.


Powered by Gewgley