Skip to content
This repository was archived by the owner on Jan 16, 2019. It is now read-only.

Installation

Frank Kleine edited this page Nov 10, 2013 · 8 revisions

Installation

In your application or dependent library root directory, create a composer.json file. In case you are not familiar with Composer, see composer.json Schema.

In the require section, add the following dependency:

"stubbles/core": "$VERSION"

with $VERSION being one of the versions available at Packagist.

Run Composer to get Stubbles Core:

php composer.phar install
Clone this wiki locally