/sifo-instance-installer

Simple composer plugin for installing sifo components

Primary LanguagePHP

#Sifo Plugin Installer

Simple composer plugin for installing sifo components.

##Usage

Just add this package to your require list and define your package type.

"type": "sifo-library",
"require": {
    "kpacha/sifo-plugin-installer": "~0.1"
}

##Allowed types

Currently, this plugin supports two kind of packages:

  • Instances: "sifo-instance"
  • Libraries: "sifo-library"