2017 © Pedro Peláez
 

composer-plugin squille-composer-plugin

A Composer plugin to manage Squille plugins

image

burdz/squille-composer-plugin

A Composer plugin to manage Squille plugins

  • Friday, March 25, 2016
  • by lanfisis
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Squille Composer Plugin

Build Status, (*1)

This Composer plugin detect Squille plugins into Composer packages and generate a pluging reposity class available in project., (*2)

Register a plugin

To register a Squille plugin, you need to add informations into extra part of your composer.json file., (*3)

{
    "extra": {
        "squille-plugin": ["Foo\\Bar\\Plugin\\BazPlugin"]
    }
}

Get plugin list

Into your lib you can access to plugin list like this, (*4)

<?php
include 'vendor/autoload.php';
$plugins = Burdz\Squille\Composer\PluginRepository::getAll();

Testing

bash $ composer test, (*5)

The Versions

25/03 2016

dev-master

9999999-dev

A Composer plugin to manage Squille plugins

  Sources   Download

WTFPL

The Requires

  • composer-plugin-api ^1.0
  • php >=5.5.0

 

The Development Requires

plugin composer squille

25/03 2016

1.0.0

1.0.0.0

A Composer plugin to manage Squille plugins

  Sources   Download

WTFPL

The Requires

  • composer-plugin-api ^1.0

 

The Development Requires

plugin composer squille