spiffy / spiffy-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.
1.0.0-alpha
2014-07-17 03:30 UTC
Requires
- php: >=5.4
- spiffy/spiffy-event: ~1.0.1
Requires (Dev)
- mockery/mockery: ~0.9
- phpunit/phpunit: ~4.0
- squizlabs/php_codesniffer: ~1.0
This package is not auto-updated.
Last update: 2022-02-01 12:37:09 UTC
README
Installation
Spiffy\Package can be installed using composer which will setup any autoloading for you.
composer require spiffy/spiffy-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.,
- Spiffy\Mvc => mvc
- Spiffy\AsseticPackage => spiffy.assetic-package