Skip to content

ASG-Digital/DMR-API-CLIENT

Repository files navigation

DMR-API-CLIENT

  1. Prerequisites
  2. Install
    1. PHP
  3. Documentation

Prerequisites

  1. PHP 7.3 or above.
  2. CUrl Extension installed in PHP

Install

PHP

For the PHP Client, this library may be installed by copying the src/php directory into the library directory of your project.

If your project uses composer, you can install the PHP library by running:
composer require asg-digital/dmr-api-client.

If your project does not use composer you may simply load the load.php file placed within the library directory.

Documentation

Documentation of the client exists for the following languages:

  1. PHP