gafhyb/itop-installer

iTop extension Installer

Installs: 155

Dependents: 2

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 0

Type:composer-plugin

1.3 2025-02-20 09:09 UTC

This package is not auto-updated.

Last update: 2025-06-12 10:42:52 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!