phalcana / installer
Installer for Phalcana using composer
Package info
github.com/braf/phalcana-installer
Type:composer-plugin
pkg:composer/phalcana/installer
v0.8.0
2015-09-09 23:16 UTC
Requires
- composer-plugin-api: 1.0.0
This package is not auto-updated.
Last update: 2026-03-15 02:04:37 UTC
README
This is a custom composer installer for the Phalcana framework.
Usage
When creating a module to be included via composer you must include this in your composer.json
and give the module the type phalcana-module. This ensures that composer will install the module
into the modules folder in your project.
You can do this by simply running the code below.
composer require phalcana/installer