The main way to install this library is through Composer now. There can be cases however, when Composer can't be used (even though PHP 5.3+ is used).
For these cases using old Loader.php, but adapting it to current PSR-4 class loading scheme might be beneficial.
The main way to install this library is through Composer now. There can be cases however, when Composer can't be used (even though PHP 5.3+ is used).
For these cases using old
Loader.php, but adapting it to current PSR-4 class loading scheme might be beneficial.