PHPackages                             pdfkiwi/php-lib - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. pdfkiwi/php-lib

ActiveLibrary[API Development](/categories/api)

pdfkiwi/php-lib
===============

A PHP library for interacting with pdf.kiwi API

0.4.0(8y ago)29.6k—0%[1 PRs](https://github.com/pdfkiwi/php-lib/pulls)MITPHPPHP &gt;=5.6

Since Feb 23Pushed 1y ago2 watchersCompare

[ Source](https://github.com/pdfkiwi/php-lib)[ Packagist](https://packagist.org/packages/pdfkiwi/php-lib)[ Docs](https://pdf.kiwi)[ RSS](/packages/pdfkiwi-php-lib/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (15)Used By (0)

pdfkiwi/php-lib
===============

[](#pdfkiwiphp-lib)

> A PHP library for interacting with [pdf.kiwi](https://pdf.kiwi) API

[![Build Status](https://camo.githubusercontent.com/bc0ef5df90da69b73e8a586da06b10b5b316e7b6bb8bbe1d24131e29fb45c44a/68747470733a2f2f7472617669732d63692e6f72672f7064666b6977692f7068702d6c69622e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/pdfkiwi/php-lib)[![Coverage Status](https://camo.githubusercontent.com/1ca0fb475a589e14a9225bf4d2075cc91403a4fa783118837850be2421a706ea/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f7064666b6977692f7068702d6c69622f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/pdfkiwi/php-lib?branch=master)

Installation
------------

[](#installation)

```
$ composer require "pdfkiwi/php-lib"
```

Then, don't forget to use the `PdfKiwi` namespace in your own classes before using it:

```
