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

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

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

Loading new PHP classes with PHP-Loader is incredibly fast, and does not require any type of file system checks.While this technique might seem over the top for 2-3 files, using it with larger applications is a must.It can easily be used as a way to...

The class can be used to cache timed API calls to 3rd party services like Twitter, Flickr, Facebook and much more others.What is new in this release:Added namespace and PSS-4 support. What is new in version 1.3.0:Update to...

URL Normalizer

URL Normalizer 1.4.0 updated

The class implements the RFC 3986 standard.It parses a given URL and fixes it to perform syntax based normalization.The class may lower the case hexadecimal codes of encoded characters, decode characters which are not reserved, removed unnecessary...