BananaHTML

BananaHTML 2.3.0 updated

BananaHTML simplifies the process of generating dynamic HTML(5) code via your PHP applications.The class comes with Composer support and can be used anywhere inside your PHP applications.Just set up criteria where it can be invoked and tell it what to...

Minify

Minify 1.3.32 updated

"Minify" will parse CSS and JS code, removing unnecessary characters that do nothing more than improve readability and clutter the real code. The classes will help developers improve the performance of their code, by cutting down its size and helping it...

php-videoGet needs a video URL as input and it will parse that page's source code looking for video-related meta tags.These tags are then parsed and retrieved inside a PHP array.The class can fetch information like:- video title- video description- poster...

sXml

sXml 1.0

sXml is a tool for your developer arsenal, a small PHP class that greatly simplifies the task of generating XML documents.This class is not only extremely easy to use and documented, but also "modern", and by modern we mean coded following recent PHP...

TCPDF

TCPDF 6.2.9 updated

TCPDF is an extension and improvement of the FPDF class.Just like the original it can be used to programmatically assemble PDF files from raw PHP code.This means the library doesn't need any kind of complex server-side technology or IDE installed and...

Zebra_cURL

Zebra_cURL 1.3.2 updated

Zebra_cURL wraps the libcurl library. It enriches the default features with support for parallel execution of HTTP requests. Zebra_cURL also adds the possibility to process requested data as soon as it's available on disk, instead of waiting for the...

Zebra_Database

Zebra_Database 2.9.3 updated

Zebra_Database is a simple database abstraction layer for MySQL, written around PHP’s built-in mysqli extension. Zebra_Database is practically a middleman between the developer's PHP code and the database itself. It takes PHP-formatted code and...

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

Watimage

Watimage 2.0.3 updated

Watimage can be used as a stand-alone PHP class or as a CakePHP component. Besides the aforementioned watermarking functionality, Watimage can also resize, rotate and crop images as well.What is new in this release:Test files have been resized to reduce...