Library Installation
Go! library can be installed with composer or manually with git submodules. Installation is quite easy.
Method 1: Download go-aop-php using composer
The simplest way to install Go! AOP library is through Composer. Just add the library to your composer.json:
1 2 3 4 5 |
|
Now ask the composer to download the library with its dependencies by running the command:
1
|
|
Composer will install the library to your project’s vendor/lisachenko/go-aop-php
directory.
Method 2: Download with Git
Alternative way for installing the library is to use git submodules:
1
|
|
Dependencies should be also installed as submodules:
1 2 3 |
|