kpacha/sifo-plugin-installer

Simple composer plugin for installing sifo components

Installs: 43

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 0

Type:composer-plugin

v0.2.0 2014-10-12 18:45 UTC

This package is not auto-updated.

Last update: 2024-04-23 01:19:29 UTC


README

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