2017 © Pedro Peláez
 

composer-plugin composer-installer

A composer plugin to install CORE POS plugins

image

corepos/composer-installer

A composer plugin to install CORE POS plugins

  • Monday, February 19, 2018
  • by gohanman
  • Repository
  • 1 Watchers
  • 0 Stars
  • 740 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

ComposerInstaller

A composer plugin to install CORE-POS plugins in correct directories., (*1)

Usage

To create a Lane plugin, use corepos-lane-plugin for the type in your composer.json file. To create an Office plugin use corepos-office-plugin for the type in your composer.json file., (*2)

Name Mangling

The installer rewrites package names to translate from composer naming conventions to CORE's. The author/vendor directory layer is omitted and hyphenated names are converted to camelCase., (*3)

Ex: gohanman/my-core-plugin will install into a directory named MyCorePlugin., (*4)

There are two special cases: if a package's name starts with lane-plugin or office-plugin those words are omitted. So gohanman/lane-plugin-foo-bar will install into a directory named FooBar., (*5)

The Versions

19/02 2018

dev-master

9999999-dev

A composer plugin to install CORE POS plugins

  Sources   Download

Apache-2.0 Apache2

The Requires

  • composer-plugin-api ^1.0

 

The Development Requires

by Andy Theuninck

28/05 2016

2.0.0

2.0.0.0

A composer plugin to install CORE POS plugins

  Sources   Download

Apache2

The Requires

  • composer-plugin-api ^1.0

 

The Development Requires

by Andy Theuninck

27/05 2016

1.0.0

1.0.0.0

A composer plugin to install CORE POS plugins

  Sources   Download

Apache2

The Requires

  • composer-plugin-api ^1.0

 

by Andy Theuninck