Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.12 KB

README.md

File metadata and controls

27 lines (15 loc) · 1.12 KB

Deepr PHP

PHP API library following Deepr specification.

phpunit coverage stars downloads release commits

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

  1. Download latest release or master
  2. Unpack
  3. Copy content of src directory to your project