PHPExcel

PHPExcel 1.8.0

This project is built around Microsoft's OpenXML standard and PHP.Developers can write to and read from different file formats, like Excel 2007, PDF, HTML.A PEAR package is also available.Microsoft Office is not needed to generate the...

mPDF

mPDF 6.0

Can be used to output UTF-8 encoded web pages on the fly. Based on FPDF and HTML 2 FPDF.Features:UTF-8 encoded HTML is accepted Bookmarks and Meta tag information are supported in all character sets Right-to-left languages are supported Automatic...

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

Zip

Zip 2.0.6

Comments can be added to ZIP archives.Inspired by Rochak Chauhan the Create Zip File PHP class.Documentation is included with the download package.What is new in this release:Updated Composer dependencies. What is new in version 1.62:Added: Support for...

IMDBPHP

IMDBPHP 2.6.1 updated

IMDb does not provide a free API.The IMDBPHP class allows programmers to query and retrieve IMDb for movie related information.What is new in this release:Added ability to fetch metacritic rating and number of reviews. `imdb::metacriticRating()` and...

TbsZip

TbsZip 2.16

It will allow developers to zip/unzip archive files on the fly, using PHP code only.Features:Read a common zip archive, or start with an empty archive Can modify the content of files in the archive (replace, delete or add new file) The new file content...

EPub

EPub 4.0.7.1 updated

EPUB is used for Apple iPad and other ebook readers. Many EPUB metadata details like author, publisher, comments, etc., can be customized on the fly. Chapter data is also configurable. After the eBook has been assembled, it is served as a downloadable...

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