Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 395 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 395 Bytes

#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"