2017 © Pedro Peláez
 

library redfox-autoload

The autoload component provides a facility to automatic load your classes without include your class files.

image

cyberfox/redfox-autoload

The autoload component provides a facility to automatic load your classes without include your class files.

  • Tuesday, September 13, 2016
  • by Cyberfox
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Redfox PHP Framework - a lightweight library of useful snippets, classes and tools for fast and simplified software development, (*1)

Redfox - Class Autoload

The autoload component provides a facility to automatic load your classes without include the class files by yourself., (*2)

Build Status, (*3)

Installation

Installation with composer as a dependency in your project:, (*4)

composer require --dev cyberfox-software/redfox-autoload:*

Usage

To use the automatic class loading feature, you simple have to add the following line of code(s) to your bootstrapping file or class., (*5)

( \Redfox\Autoload\ClassLoader(
    'My\Designated\Namespace', 
    'full qualified base directory to search the class files in') )->register();

Changelog

See the CHANGELOG file., (*6)

License

For the license and copyright see the LICENSE file., (*7)

The Versions

13/09 2016

dev-master

9999999-dev

The autoload component provides a facility to automatic load your classes without include your class files.

  Sources   Download

MIT

The Requires

  • php >= 5.5.9

 

The Development Requires

by Christian Graf

library autoload red fox class load

13/09 2016

v1.0.0

1.0.0.0

The autoload component provides a facility to automatic load your classes without include your class files.

  Sources   Download

MIT

The Requires

  • php >= 5.5.9

 

The Development Requires

by Christian Graf

library autoload red fox class load