FastSpeedIpLocator works on top of the IP2Location service and will take a given IP address and query it against IP2Location's database.This will return a series of geo-location details like:- country code- country name- region name- city name- latitude-...

FileSystemCache can be used to take data and store it in a specialized cache directory.Unlike all the similar filesystem caching utilities, FileSystemCache supports nested directory structures for caching groups of data separately.This allows cached data...

Git.php

Git.php 0.1.4

It's a PHP interface for running Git commands on a repository. Runs git commands using proc_open, not exec or the type, therefore it can run in PHP safe mode.A CodeIgniter version is also included (CI_Git.php).Features:Open repo Create repo Add...

GoogleMapsGeocoder

GoogleMapsGeocoder 2.4.0 updated

It is a PHP 5 object-oriented interface to the Google Maps Geocoding Service, allowing various queries and results retrieval operations. Can fetch results in KML, CSV, XML and JSON format. The code is very well commented and easy to understand. What is...

GWTdata

GWTdata 1.0

GWTdata will connect to a Google account with the provided credentials and download data for one or more domains added to a person's Google Webmaster Tools profile.Data for nine different criteria is downloaded, each to its own file, for each supported...

GWT_SitemapsUpload takes a user's Google credentials, a list of XML sitemaps and their locations (URLs), and then simply uploads them all at once to the user's Google Webmaster Tools account.All of this with minimal effort and just one line of code.Usage...

HTML2PDF

HTML2PDF 4.03

HTML2PDF does not directly convert the page's content to PDF, leaving that to TCPDF (for PHP 5.x) and FPDF (for PHP 4.x), but helps in setting up a simpler interface for developers to use.The more complex TCPDF and FPDF classes do all the hard-lifting,...

IMDBPHP

IMDBPHP 2.6.1 updated

IMDb does not provide a free API.The IMDBPHP class allows programmers to query and retrieve IMDb for movie related information.What is new in this release:Added ability to fetch metacritic rating and number of reviews. `imdb::metacriticRating()` and...