Package:
Summary:
Keep track of site visitor count by IP address
Groups:
Author:
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.
Package:
Summary:
Compose and generate Excel XLS spreadsheet files
Groups:
Author:
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.
Package:
Summary:
Generate HTML forms from a specification string
Groups:
Author:
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.
Package:
Summary:
Generate a MySQL database backup using PDO
Groups:
Author:
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.
Package:
Summary:
Embed YouTube videos given their page URLs
Groups:
Author:
Description:
This class can be used to embed YouTube videos given their page URLs.
It takes the URL of a page of video in YouTube and generates HTML for embedding the video in an HTML page.
Package:
Summary:
Display maps and get location with Google Maps API
Groups:
Author:
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.
Package:
Summary:
Generate barcode images for use with UK mail
Groups:
Author:
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.
Package:
Summary:
Determine the address or coordinates of location
Groups:
Author:
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.