PHPackages                             burdz/squille-composer-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. burdz/squille-composer-plugin

ActiveComposer-plugin[Utility &amp; Helpers](/categories/utility)

burdz/squille-composer-plugin
=============================

A Composer plugin to manage Squille plugins

1.0.0(10y ago)020WTFPLPHP

Since Mar 25Pushed 10y ago1 watchersCompare

[ Source](https://github.com/lanfisis/squille-composer-plugin)[ Packagist](https://packagist.org/packages/burdz/squille-composer-plugin)[ RSS](/packages/burdz-squille-composer-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Squille Composer Plugin
=======================

[](#squille-composer-plugin)

[![Build Status](https://camo.githubusercontent.com/fd36b980975e678fa34c9bafd2fc1b2a79502667ff20eb91cfd3c1b8430f5851/68747470733a2f2f7472617669732d63692e6f72672f6c616e66697369732f737175696c6c652d636f6d706f7365722d706c7567696e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/lanfisis/squille-composer-plugin)

This Composer plugin detect Squille plugins into Composer packages and generate a pluging reposity class available in project.

Register a plugin
-----------------

[](#register-a-plugin)

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

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

Get plugin list
---------------

[](#get-plugin-list)

Into your lib you can access to plugin list like this

```
