/BumbleBee

Simple BSR-0 autoloader for a php project

Primary LanguagePHP

BumbleBee

2015-10-25 -> 2021-03-08

BumbleBee is part of the universe framework.

Install

Using the planet installer via light-cli

lt install Ling.BumbleBee

Using the uni tool

uni import Ling/BumbleBee
  • BSR-0: a class naming convention for php namespaces to ease autoloading
  • Butineur Autoloader: my implementation of BSR-0 autoloader

History Log

  • 1.0.5 -- 2021-05-31

    • Removing trailing plus in lpi-deps file (to work with Light_PlanetInstaller:2.0.0 api
  • 1.0.4 -- 2021-03-08

    • update bsr0 convention
  • 1.0.3 -- 2021-03-05

    • update README.md, add install alternative
  • 1.0.2 -- 2020-12-08

    • Fix lpi-deps not using natsort.
  • 1.0.1 -- 2020-12-04

    • Add lpi-deps.byml file
  • 1.0.0 -- 2015-10-25

    • initial commit