Map-based autoloader across php and phar resources

โŒˆโŒ‹ โŽ‡ branch:  Canonic Autoloader

Build in trigger script for DPKG and RPM (untested).
mario authored 3343 days ago last checkin 18e74838b
๐Ÿ“„ LICENSE Add minimum documentation (changelog, license, readme, manpage)โ€นโ€บ 3479 days ago
๐Ÿ“„ NEWS Add minimum documentation (changelog, license, readme, manpage)โ€นโ€บ 3479 days ago
๐Ÿ“„ README Add minimum documentation (changelog, license, readme, manpage)โ€นโ€บ 3479 days ago
๐Ÿ“„ manpage.1 Add minimum documentation (changelog, license, readme, manpage)โ€นโ€บ 3479 days ago
๐Ÿ“„ mk (no comment)โ€นโ€บ 3689 days ago
๐Ÿ“„ pharmap.php Tool to regenerate .phar-internal class/func `map`, which is compatibโ€นโ€บ 3343 days ago
๐Ÿ“„ shared.phar 0.3.0โ€นโ€บ 3689 days ago
๐Ÿ“„ stub.php (no comment)โ€นโ€บ 3689 days ago
๐Ÿ“„ update.php (no comment)โ€นโ€บ 3689 days ago

Canonic Autoloader

Features

shared.phar is a streets ahead PHP autoloader.

  • Self-contained in a single compressed Phar โŽ˜.
  • Can be updated easily from the command line or implicitly.
  • Is class-map based and handles identifiers PHP-compliant.
  • Phar collections become first class citizens, as both plain *.php scripts and phar://* packages are scanned for identifier declarations.
  • Indifferent to PSR-0/4 constraints, works atop any legacy or custom directory scheme.
  • Prepares rfc:function_autoloading userland support.
  • Can be used project-locally and for /usr/share/php handling.
  • And for deployment is just copied along with the classpath.

Also it's placed into the Public Domain.

Usage

It can be utilized easily with:

 include_once("shared.phar");

And updated manually on the command line:

 php ./shared.phar

Or implicitly on development setups by pre-declaring an environment variable.

 SetEnv AUTOLOADER_UPDATE 1

Project

Development State
early development stage / experimental
Releases
Releases will be announced on http://freshcode.club/projects/sharedphar
Packages
Debian packages are available via http://apt.include-once.org/