Monthly Archiv: October, 2010

Easy Hit Counter

Package:
Easy Hit Counter
Summary:
Keep track of site visitor count by IP address
Groups:
PHP 5, User Management
Author:
Enio Borges Ribeiro
Description:
This class can be used to keep track of site visitor count by IP address.

It can detect the IP address of the current user accessing the site and updates a text file on which it is stored the date and time of the last access of the user with the IP address.

The class can also keep track in a different file the total number of visitors of the site.


XLS Class

Package:
XLS Class
Summary:
Compose and generate Excel XLS spreadsheet files
Groups:
Files and Folders, PHP 5
Author:
Prithwiraj Bose
Description:
This class can be used to compose and generate Excel XLS spreadsheet files.

It can add cells to the definition of a spreadsheet by specifying the position of the cell and its contents. The contents may be regular text or even formulas.

The composed spreadsheet can be served for download or saved to a given file in Excel XLS format.


HTML form generator and submit

Package:
HTML form generator and submit
Summary:
Generate HTML forms from a specification string
Groups:
HTML, PHP 5
Author:
german gomez bajo
Description:
This class can be used to generate HTML forms from a specification string.

It takes a text string that defined all the details of all input of the form to be generated. The input definition includes the name, type and if the input is required.

The class generates the necessary HTML to present the form with the specified required displaying one per line.


DB Backup Class

Package:
DB Backup Class
Summary:
Generate a MySQL database backup using PDO
Groups:
Databases, PHP 5, Systems administration
Author:
Raul
Description:
This class can be used to generate a MySQL database backup using PDO.

It can query the structure of a given MySQL database and generate SQL statements to recreate and insert the records of the tables in the database.

The resulting SQL statements are returned as a single string that can be served for download or stored in a file.


Spider Board

Spider Board is a light-weight message board system. It was designed to allow you to create a simple message board, and theme it to your current website with CSS. It only requires one database table. No bulky registration system required. Offers the ability to pass in session usernames. Includes spam filter, debug, admin system, and many other configuration options.

Simple GMap API

Package:
Simple GMap API
Summary:
Display maps and get location with Google Maps API
Groups:
Geography, PHP 5, Web services
Author:
Heiko Holtkamp
Description:
This package can be used to display maps in Web pages using the Google Maps API V3.

It can generate HTML with JavaScript can display maps on Web pages using the Google Maps API. The maps may show additional features, such as markers, information windows, circles, rectangles and navigation controls.

A separate class can also use the GeoCode support of the Google Maps Web services API to determine the geographic coordinates of a location, or determine the address of a location given its coordinates.


Royal Mail Postal Barcode

Package:
Royal Mail Postal Barcode
Summary:
Generate barcode images for use with UK mail
Groups:
Graphics, PHP 5
Author:
Mathew Hooper
Description:
This class can be used to Generate barcode images for use with Royal Postal Mail.

It takes a postal code and a DPS code and generates an image with the corresponding location barcode.

The class stores the generated GD image resource handle in a class variable so it can be used to render and serve the image in any formated supported by the PHP GD extension.


Geo Locator

Package:
Geo Locator
Summary:
Determine the address or coordinates of location
Groups:
Geography, PHP 5, Web services
Author:
Ondrej Podolinsky
Description:
This package can be used to determine the address or coordinates of location.

It can send HTTP requests to the Web services API of Google Maps or Yahoo Maps to either return the geographic coordinates of a given address or determine the address of given geographic coordinates.


Powered by Gewgley