PHP Canonic Autoloader 0.3.2

shared.phar is a map-based PHP autoloader with full PHP syntax compliance and PHAR package support. It can handle shared system libraries as well as per-project scripts. Classes, interfaces, traits and functions or constants are scanned explicitly or implicitly in any *.php include or *.phar collection its managed class path. It's itself a compressed zip-Phar for easier management and deployment, and can be used in conjunction to composer/phar-composer and diffused PSR-x directories.

Tags php class-autoloader phar php-package case-insensitive packaging
License Public Domain
State historic

Recent Releases

0.3.201 Sep 2014 20:04 hidden: Writability checks for the default zip-phar package were added, and absolute_path determination was merged back into the main handler.