gafhyb / itop-api
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/gafhyb/itop-api
This package is not auto-updated.
Last update: 2025-09-28 09:30:03 UTC
README
Configuration
It uses config.json as configuration file.
You can either you plain text password :
{
"user" : "toto",
"password" : "#G1bm2p!",
"serverUrl" : "http://host/path"
}
Or a system command to retrieve your (cryptic) password :
{
"user" : "toto",
"password" : "`security find-generic-password -a thisisamacexample -w`",
"serverUrl" : "http://host/path"
}
You can define file's path with
\gafhyb\iTop\API\Config::setConfigPath(__DIR__ . "/config-test.json");