keradus/psr4autoloader

PSR-4 Autoloader implementation

Installs: 4 233

Dependents: 1

Suggesters: 0

Security: 0

Stars: 34

Watchers: 6

Forks: 13

Open Issues: 0

pkg:composer/keradus/psr4autoloader

v2.0.1 2014-09-02 08:18 UTC

This package is auto-updated.

Last update: 2025-09-21 22:55:01 UTC


README

Latest Stable Version Latest Unstable Version Build status SensioLabsInsight

PSR-4 Autoloader implementation based on example from PHP-FIG.

Changes to original:

  • fixes tests
  • remove "Class" suffix in class names
  • change namespace: Example->Keradus
  • create new instances always with brackets
  • little documentation changes
  • all variables now in camelCase
  • code cleanup for few useless statements
  • follow [https://github.com/fabpot/PHP-CS-Fixer](PHP CS Fixer) guidelines and contain configuration file