Package:
Summary:
Template engine with configurable syntax
Groups:
Author:
Description:
This class is implements a template engine with configurable syntax.
It allows defining the syntax of the template place holder marks, like start and end characters, section end characters, escape characters, and nodes that define PHP code to run when processing sections enclosed with given start and end characters.
The class can read templates for a given path, process the template syntax and return the results as a single string.
A version of this class is also made available in the Python language.
Homepage: http://www.suitframework.com/
Package:
Summary:
Generate pronounceable passwords like GNU pwgen
Groups:
Author:
Description:
This class can be used to generate pronounceable passwords like GNU pwgen program.
It can generate a random text of a given length that can be used as a password.
The class provides options to include numbers or symbols, capitalize letters, avoid vowels.
The generated text is organized in such way that is easy to pronounce in English.
Package:
Summary:
Recognize and handle Web robot by IP or user agent
Groups:
Author:
Description:
This class can be used to recognize and handle Web robots by IP address or user agent.
It can check the IP address of the computer or the user agent of the browser program currently accessing the Web server to determine if it is within a range of IP addresses known to be of Web robots like search engine site crawlers or even malicious crawlers.
The class can call different callback functions depending on the type of crawler that was identified.
It can also be set on debug mode by taking a given IP address or string as user agent instead of the user agent string sent by the accessing browser.
The Web robots information is stored in a database. The class can load that database from a text data file. The database can be accessed using supplied database class or a database adapter class from the Zend Framework.
Package:
Summary:
Translate text using the Google Translate API
Groups:
Author:
Description:
This class can be used to translate text between idioms using the Google Translate API.
It sends an HTTP request to Google Translate API Web server passing the text to be translated and the original and target languages pair.
The class decode the JSON response returned by the server and returns the translated text.
Package:
Summary:
Browse and manipulate files
Groups:
Author:
Description:
This class can be used to browse and manipulate files.
It can generate an HTML listing of files and directories in a given directory with links to execute several operations.
Currently it can view file contents, list ZIP archive contents, download files, delete files, create new files, create directories, browse in sub-directories or parent directories, etc..