Skip to content

Installation

Darko Gjorgjijoski edited this page Aug 28, 2021 · 2 revisions

The PHP package can be imported either with Composer or manually with including the autoload.php file:

composer install ideologix/dlm-php

or manually as follows:

require_once 'path/to/dlm-php/autoload.php';
Clone this wiki locally