Name: | php-nette-robot-loader |
---|---|
Version: | 2.3.2 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 16559 |
License: | BSD or GPLv2 or GPLv3 |
RPM: | php-nette-robot-loader-2.3.2-1.el7.noarch.rpm |
Source RPM: | php-nette-robot-loader-2.3.2-1.el7.src.rpm |
Build Date: | Mon Dec 04 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/nette/robot-loader |
Summary: | Nette RobotLoader: comfortable autoloading |
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'; |