From 537f607c205a2b7899c09ae40b43ca6c2fc1dd4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8Dtalo=20Lelis?= Date: Sun, 8 Jun 2014 15:52:14 -0300 Subject: [PATCH] Adding WkToPdf Wrapper --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 877da11..9d9c55e 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. ## Files *Libraries for file manipulation and MIME type detection.* -* [Gaufrette](https://github.com/KnpLabs/Gaufrette) - A filesystem abstraction layer. +* [Gaufrette](https://github.com/KnpLabs/Gaufrette) - A filesystem abstracWtion layer. * [Flysystem](https://github.com/FrenkyNet/Flysystem) - Another filesystem abstraction layer. * [Canal](https://github.com/dflydev/dflydev-canal) - A library to determine internet media types. * [Apache MIME Types](https://github.com/dflydev/dflydev-apache-mime-types) - A library that parses Apache MIME types. @@ -336,7 +336,8 @@ 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. - +* [WkToPdf Wrapper](https://github.com/umbrellaTech/wktopdf) - A wrapper to Wkhtmltopdf to use as a library in PHP. +* ## ORM and Datamapping *Libraries that implement object-relational mapping or datamapping techniques.*