crocodile2u/athenapdf-client

Athenapdf REST API client for PHP

v1.0.0 2022-11-15 09:10 UTC

This package is auto-updated.

Last update: 2024-03-15 11:52:51 UTC


README

PHP client library for Athenapdf service.

Installation with composer:

composer install crocodile2u/athenapdf-client

Run tests & development setup

cd /path/to/athenapdf-client
  1. Make sure have a compatible version of PHP installed locally: 7.4, 8.0 or 8.1.
  2. Run composer install locally.

To run tests:

docker-compose up -d
docker-compose exec test ./vendor/bin/phpunit

Known problems

arachnysdocker/athenapdf-service docker image might not run on a M1 processor. If I get access to a Mac, I might want to publish an image for M1 users one day.