PHPackages                             kayukoff/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. kayukoff/camelot-php

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

kayukoff/camelot-php
====================

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

v1.1.0(2y ago)19461MITPHPPHP &gt;=8.1

Since Nov 27Pushed 2y agoCompare

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

READMEChangelog (1)Dependencies (4)Versions (3)Used By (0)

kayukoff/camelot-php
====================

[](#kayukoffcamelot-php)

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

A fork from randomstate/camelot-php updated for user with Symfony 6 and PHP 8.

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

[](#installation)

`composer require kayukoff/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 ()

```
