zenmagick/zenmagick-installer

Composer installer for ZenMagick addons.

Maintainers

Package info

github.com/ZenMagick/ZenMagickInstaller

Homepage

Type:composer-installer

pkg:composer/zenmagick/zenmagick-installer

Statistics

Installs: 14

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2012-10-06 09:58 UTC

This package is not auto-updated.

Last update: 2026-03-14 21:38:43 UTC


README

Composer installer for ZenMagick themes and plugins.

If you'd like your plugin or theme to be installable via composer.phar then create a file named composer.json with these contents.

{
    "name": "zenmagick/plugin-yourplugin",
    "type": "zenmagick-plugin",
    "require": {
        "zenmagick-installer": "*"
    }
}