stefanak-michal / deepr-php
API library following Deepr specification
Fund package maintenance!
v1.7
2021-08-12 21:25 UTC
Requires
- php: >=7.2.0
- ext-json: *
Requires (Dev)
- phpunit/phpunit: >=7.5.0
README
PHP API library following Deepr specification.
Usage
Check wiki for more informations about how to use this library. Check Deepr specification to learn how to make requests.
Requirements
- PHP >= 7.2
Installation
Composer
Run the following command to install the latest applicable version of the package:
composer require stefanak-michal/deepr-php
Manual
- Download latest release or master
- Unpack
- Copy content of
srcdirectory to your project