Package:
Summary:
Perform searches using Google search API
Groups:
Author:
Description:
This class can be used to perform searches using Google search API.
It can send an HTTP request to the Google search Web services API server to perform a search for given keywords.
The class can parse the results and return them in an array.
It can also send a request to the Google translate Web services API to perform the translation of a text between to given languages.
This class can be used for sending search request to google, and get search results.
Also it can be useful for translating text using google translate.
Package:
Summary:
Manage a list of types of people contacts
Groups:
Author:
Description:
This package can be used to Manage a list of types of people contacts.
It can create, update, delete and list of people contact types stored in a database such as telephone, cell phone, http, ftp, fax, email, etc..
Package:
Summary:
Server to handle TCP requests
Groups:
Author:
Description:
This class can be used to implement a server to handle TCP requests.
It can listen to connections to a given IP and port and call given callback functions upon certain types of events.
Currently it can call handler functions for the events of established connections, disconnections, and received data from the client.
Package:
Summary:
Generate HTML to display ribbon-like menus
Groups:
Author:
Description:
This class can be used to generate HTML to display ribbon-like menus.
It can build a structure of menus, categories and buttons and generates HTML and JavaScript to display a ribbon menu.
Dowload all styles and Themes From
http://www.tufyta.com/php-ribbon
Package:
Summary:
Generate a random text with a set of characters
Groups:
Author:
Description:
This class can be used to generate a random text with a set of characters.
It can generate a random text with a given length, upper and lower case letters, digits and a configurable set of other characters.