crocodile2u / athenapdf-client
Athenapdf REST API client for PHP
v1.0.0
2022-11-15 09:10 UTC
Requires
- php: ^7.4 || ^8.0 || ^8.1
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- guzzlehttp/guzzle: ^7.3
- guzzlehttp/psr7: ^1.7 || ^2.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.5
- phpunit/phpunit: ^8.0 || ^9.0
README
PHP client library for Athenapdf service.
Installation with composer:
composer install crocodile2u/athenapdf-client
Run tests & development setup
cd /path/to/athenapdf-client
- Make sure have a compatible version of PHP installed locally: 7.4, 8.0 or 8.1.
- 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.