Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 387 Bytes

INSTALL.md

File metadata and controls

27 lines (22 loc) · 387 Bytes

Installation

This bundle is available on Packagist.

1. To add this bundle to your project, add the following to your composer.json:

{
    ...
    "require": {
        ...,
        "matuck/delugeapi": "*"
    }
    ...
}

2. Install it:

$ composer.phar update

or

$ composer.phar install