From 9b9c8fb59702012f12130588d0943c20876d9f28 Mon Sep 17 00:00:00 2001 From: psliwa Date: Mon, 25 Aug 2014 23:50:39 +0200 Subject: [PATCH] add PHPPdf --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 30cab83..88bf25d 100644 --- a/README.md +++ b/README.md @@ -369,6 +369,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library. * [WKHTMLToPDF](https://github.com/antialize/wkhtmltopdf) - A tool to convert HTML to PDF. +* [PHPPdf](https://github.com/psliwa/PHPPdf) - A library for generating PDFs and images from XML. ## ORM and Datamapping *Libraries that implement object-relational mapping or datamapping techniques.*