Skip to content
This repository has been archived by the owner on Jun 20, 2018. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 478 Bytes

instalation.md

File metadata and controls

9 lines (6 loc) · 478 Bytes

Instalation

The recommended way to install Collections is with Composer. Composer is a dependency management tool for PHP that allows you to declare the dependencies your project needs and installs them into your project.

composer require easyframework/collections

You can find out more on how to install Composer, configure autoloading, and other best-practices for defining dependencies at getcomposer.org.