Important
2024-12-26 - Will be finished soon
PHP client for interacting with the PDF Extract API.
Install using Composer:
composer require choinek/pdf-extract-api-php-client
Ensure ext-curl
is enabled in your PHP environment.
Run internal tests with:
composer test
In order to run functional tests, you need to have the PDF Extract API installed and running. Currently only http://localhost:8000 is supported for tests. (@todo)
Run functional tests with:
composer test-functional
MIT