gafhyb/itop-installer

iTop extension Installer

Installs: 146

Dependents: 2

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 1

Open Issues: 0

Type:composer-plugin

1.2 2023-02-27 11:03 UTC

This package is not auto-updated.

Last update: 2024-03-25 15:46:05 UTC


README

Based on composer/installers

Example composer.json File

{
    "name": "you/ftp",
    "type": "itop-extension",
    "require": {
        "gafhyb/itop-installer": "~1.0"
    }
}

This would install your package to the extensions/ folder of an iTop app when a user runs php composer.phar install.

So submit your packages to packagist.org!