Package:
Summary:
Get a location weather forecast from Google
Groups:
Author:
Description:
This class can be used to get a location weather forecast from Google.
It can send an HTTP request to the Google Weather Web services API server to request for the weather forecast for a given world location.
The class can parse the response and extract the weather forecast details for the next days, like the high and low temperatures and the weather icon.
Package:
Summary:
Database access abstraction layer
Groups:
Author:
Description:
This class implements a database access abstraction layer.
It provides a single interface to access MySQL using the regular mysql extension, or the MySQLi, or any database supported by the PDO extension.
The class can establish connections, manage transactions, execute prepared queries, retrieve query results into arrays, get the number of query result rows, and the last inserted identifier.
Package:
Summary:
Load and save images in the BMP format
Groups:
Author:
Description:
This class can be used to Load and save images in the BMP format.
It can open an 24 bit image file in the BMP format and create a GD image resource with the image loaded from the file.
The class can also do the opposite, i.e. take a GD image resource and save the image to a file in the BMP format.
Package:
Summary:
Continuous integration framework
Groups:
Author:
Description:
This package is a continuous integration framework.
It can run continuous integration loops to verify the result of a build of a Web site.
It can produce an extensive HTML report about the results of the continuous integration loop.