Remi's RPM repository - Packages

Blog | Forum | Repository

php-nette-robot-loader - Nette RobotLoader: comfortable autoloading

Website:
https://github.com/nette/robot-loader
Licence:
BSD or GPLv2 or GPLv3
Vendor:
Remi Collet
Description:
RobotLoader is a tool that gives you comfort of automated class loading
for your entire application including third-party libraries.

- get rid of all require
- only necessary scripts are loaded
- requires no strict file naming conventions
- allows more classes in single file

To use this library, you just have to add, in your project:
  require_once '/usr/share/php/Nette/RobotLoader/autoload.php';

Packages

php-nette-robot-loader-2.4.2-1.el5.remi.noarch [10 KiB] Changelog by Remi Collet (2017-01-04):
- update to 2.4.2
php-nette-robot-loader-2.4.1-1.el5.remi.noarch [10 KiB] Changelog by Remi Collet (2016-10-28):
- update to 2.4.1