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

This package is not auto-updated.

Last update: 2022-02-01 12:37:09 UTC


README

Build Status Code Coverage Scrutinizer Code Quality

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.

  1. The package name is lower-cased.
  2. CamelCase is replaced with dash separation.
  3. Namespace backslashes are replaced with periods.

e.g.,

  • Spiffy\Mvc => mvc
  • Spiffy\AsseticPackage => spiffy.assetic-package