Skip to content

choinek/pdf-extract-api-php-client

Repository files navigation

PDF Extract API PHP Client

Code Coverage Pipeline Status

Important

2024-12-26 - Will be finished soon

Description

PHP client for interacting with the PDF Extract API.

Installation

Install using Composer:

composer require choinek/pdf-extract-api-php-client

Ensure ext-curl is enabled in your PHP environment.

Tests

Internal Tests (Unit + Integration)

Run internal tests with:

composer test

External Tests (Functional)

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

License

MIT

Authors