automad/package-installer

A custom composer installer for Automad packages

Maintainers

👁 marcantondahmen

Package info

github.com/automadcms/automad-composer-package-installer

Type:composer-plugin

pkg:composer/automad/package-installer

Statistics

Installs: 14 058

Dependents: 24

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.2 2020-10-25 21:22 UTC

Requires

  • composer-plugin-api: ^1.0||^2.0

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 6cefe27a0b7f6fc3432d08e8eeed9e6f6aac0e8b

This package is auto-updated.

Last update: 2026-05-24 15:32:42 UTC


README

This is a custom Composer installer for Automad packages.

Using the Installer

To be able to be installed with Composer, Automad packages must have the following items set in the composer.json file:

{
 "type": "automad-package",
 "require": {
 "automad/package-installer": ">=1.1-stable"
 }
}