2017 © Pedro Peláez
 

library autoloader

Autoload PHP classes

image

spencer-mortensen/autoloader

Autoload PHP classes

  • Saturday, May 26, 2018
  • by spencermortensen
  • Repository
  • 1 Watchers
  • 0 Stars
  • 266 Installations
  • PHP
  • 6 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 115 % Grown

The README.md

Autoloader

This project is available as a Composer package:
spencer-mortensen/autoloader, (*1)

Example

<?php

namespace SpencerMortensen\Autoloader;

$project = __DIR__;

$namespaces = array(
    'Example' => 'src',
    'Monolog' => 'vendor/monolog/monolog/src/Monolog',
    'Psr\\Log' => 'vendor/psr/log/Psr/Log'
);

require "{$project}/vendor/spencer-mortensen/autoloader/src/Autoloader.php";

new Autoloader($project, $namespaces);

The Versions

26/05 2018

dev-master

9999999-dev https://github.com/spencer-mortensen/autoloader

Autoload PHP classes

  Sources   Download

LGPL-3.0-or-later

The Requires

  • php >=5.3.0

 

autoloader autoload psr-4

26/05 2018

1.0.2

1.0.2.0 https://github.com/spencer-mortensen/autoloader

Autoload PHP classes

  Sources   Download

LGPL-3.0-or-later

The Requires

  • php >=5.3.0

 

autoloader autoload psr-4

09/04 2018

1.0.1

1.0.1.0 https://github.com/spencer-mortensen/autoloader

Autoload PHP classes

  Sources   Download

LGPL-3.0-or-later

The Requires

  • php >=5.3.0

 

autoloader autoload psr-4

28/01 2018

1.0.0

1.0.0.0 https://github.com/spencer-mortensen/autoloader

Autoload PHP classes

  Sources   Download

LGPL-3.0-or-later

The Requires

  • php >=5.3.0

 

autoloader autoload psr-4