Skip to content

A composer plugin to install wambo modules to a wambo project.

License

Notifications You must be signed in to change notification settings

wambo-co/wambo-composer-installer

Repository files navigation

Wambo Composer Installer

A composer plugin to install wambo modules to a wambo project.

Build Status Total Downloads Latest Stable Version Latest Unstable Version License

Installation

composer require wambo/wambo-composer-installer

Usage

to install a module to a wambo project you can use a this installer. The installer get "extra -> class" from composer.json and add them a json file: vendor/modules.json.

{
  "type": "wambo-module",
}
  "extra": {
    "class": "Wambo\\Test\\Test"
  },
  "autoload": {
    "psr-4": {
      "Wambo\\Test\\": "src/Wambo/Test/"
    }
  },

About

A composer plugin to install wambo modules to a wambo project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages