tonis / package
This package is abandoned and no longer maintained.
No replacement package was suggested.
Spiffy\Package is a light-weight, HHVM compatible, and dependency lite package manager.
dev-master / 1.0.x-dev
2015-06-12 19:18 UTC
Requires
- php: >=5.5
- tonis/event: ~1.0-dev
Requires (Dev)
- phpunit/phpunit: ^4.0
- squizlabs/php_codesniffer: ^1.0
This package is not auto-updated.
Last update: 2022-02-01 12:48:11 UTC
README
Installation
Tonis\Package can be installed using composer which will setup any autoloading for you.
composer require tonis/package
Additionally, you can download or clone the repository and setup your own autoloading.
Naming
Packages following the following internal naming schema when resolving.
- The package name is lower-cased.
- CamelCase is replaced with dash separation.
- Namespace backslashes are replaced with periods.
e.g.,
- Tonis\Mvc => mvc