Miner

Miner 0.10.0

The class removes the need to pass strings between functions.Miner can also be merged together for easy query modification, with an optional PDO database connection to directly execute the query.This class was formerly known as QueryBuilder.What is new in...

The php-cache-class uses a classic singleton design pattern to deal with cached data, providing a generic interface for interacting with various caching mediums.This way developers can write the cache handling part of their application one time and switch...

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

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

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

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

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

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

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

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