PHPackages                             randomstate/camelot-php - 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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. randomstate/camelot-php

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

randomstate/camelot-php
=======================

PHP Wrapper library for interfacing with the Camelot PDF table extraction library built in Python

v1.0.1(6y ago)121.5k7[3 PRs](https://github.com/randomstate/camelot-php/pulls)MITPHP

Since Dec 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/randomstate/camelot-php)[ Packagist](https://packagist.org/packages/randomstate/camelot-php)[ RSS](/packages/randomstate-camelot-php/feed)WikiDiscussions master Synced 1mo ago

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

randomstate/camelot-php
=======================

[](#randomstatecamelot-php)

A PHP wrapper for Camelot, the python PDF table extraction library

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

[](#installation)

`composer require randomstate/camelot-php`

Usage
-----

[](#usage)

The package adheres closely with the camelot CLI API Usage. Default output is in CSV format as a simple string. If you need to parse CSV strings we recommend the `league/csv` package ()

```
