PHP-Cache

PHP-Cache 1.0

PHP-Cache comes with three built-in caching backends, but it was coded in such a way to support new mediums if needed.If the desired caching backend falters in any way, PHP-Cache falls back to using the file system backend.Supported caching backends:-...

PHP-Types

PHP-Types 1.0

JavaScript's dynamic data types allow developers to change the a variable's type by simply assigning it a new value.This means you can switch from being a number, to a string, with one line of code and without creating secondary variables.PHP-Types...

Snoopy

Snoopy 2.0.0

It automates the task of retrieving web page content and posting forms. Must-have tool for any web developer.What is new in this release:Removed all dependencies on cUrl, use OpenSSH for SSL connections. Added SSL certificate checking Added getResults()...

phpcrawler can search on these services:- Google- Bing- Yahoo- Amazon- Ask.comThe class doesn't use their APIs, and merely sends a search parameters to their publicly available search URLs.This means there are no API keys involved while working with this...

PHP LPD

PHP LPD 1.0

LPD stands for "Line Printer Daemon", a network protocol for submitting print jobs to a remote printer.PHP LPD creates a virtual interface for sending printing jobs to a printer via PHP code.A demo and usage instructions are included with the download...

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,...

xFraction

xFraction 1.0

Developers can use it for basic operations like adding, subtracting, multiplying, and dividing.But it can also be used for more complex tasks like comparisons, cancellations, and also retrieving the canceled reciprocal fraction.xFraction also provides the...

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...

PXML TPL

PXML TPL 1.0

PXML TPL is a self-contained tool that implements a simple pattern replacement algorithm that can serve as a basic templating engine.PXML TPL doesn't use regex and enlists a XML-like syntax that greatly simplifies the process of writing dynamic Web...

The PHP Quake 3 Library allows developers to take full advantage of Valve's RCON protocol for accessing, querying, and controlling gaming servers.The class basically allows developers to programmatically access RCON consoles and build Web-based...