2017 © Pedro Peláez
 

composer-plugin composer-plugin

image

mautic/composer-plugin

  • Monday, December 11, 2017
  • by dongilbert
  • Repository
  • 13 Watchers
  • 5 Stars
  • 3,135 Installations
  • PHP
  • 22 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 94 % Grown

The README.md

Composer Plugin for Mautic

This plugin will allow Mautic users that manage their instance via composer to easily install your plugins and themes. Simply host your plugin on GitHub, add it to packagist, and you're ready to go., (*1)

There are two requirements to using this plugin., (*2)

1) After adding a composer.json to the root of your plugin repository, run composer require mautic/composer-plugin. 2) Set the type in your composer.json file to either mautic-plugin or mautic-theme, depending on what your code is. 3) Optionally, set the install-directory-name under extra to define the directory the plugin will be installed into. This should match your plugin's namespace. This will default to a camel case version of name if not defined. Your composer.json should now look something like this:, (*3)

{
  "name": "dongilbert/my-twig-extension-bundle",
  "type": "mautic-plugin",
  "extra": {
    "install-directory-name": "MyTwigExtensionBundle"  
  },
  "require": {
    "mautic/composer-plugin": "*"
  }
}

The Versions

11/12 2017

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

  • composer-plugin-api ^1.0

 

The Development Requires

11/12 2017

dev-staging

dev-staging

  Sources   Download

MIT

The Requires

  • composer-plugin-api ^1.0

 

The Development Requires

10/12 2017

1.0.0

1.0.0.0

  Sources   Download

MIT

The Requires

  • composer-plugin-api ^1.0

 

The Development Requires