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

This package is not auto-updated.

Last update: 2022-02-01 12:48:11 UTC


README

Build Status Code Coverage Scrutinizer Code Quality

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.

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

e.g.,

  • Tonis\Mvc => mvc