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

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

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

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

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

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

Craur

Craur 2.0.0 updated

Can also work with CSV files instead of XML.Craur can be used for writing XML/JSON importers or to implement a convention for converting XML to JSON without loosing any information.What is new in this release:BC: __toString returns empty string if the XML...

CssToInlineStyles Class

CssToInlineStyles Class 1.5.5 updated

The class scans for external CSS code and embeds it via inline 'style' attributes for each of their element. It will also move inline CSS code added via the meta head 'style' tag. CssToInlineStyles is the perfect tool for converting normal pages to HTML...

mp3Data

mp3Data 0.1

The mp3Data class uses the getID3 PHP library to parse an MP3 file's header for ID3 tags.It can be used to fetch meta data like:Artist nameSong titleAlbum artworkGenreYearLyricsCommentsPublisher infoThis information can then be passed to a more complex...