2017 © Pedro Peláez
 

library itop-api

image

gafhyb/itop-api

  • Monday, June 19, 2017
  • by gafhyb
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Basic PHP library to interact with an iTop instance

Configuration

It uses config.json as configuration file., (*1)

You can either you plain text password :, (*2)

{
  "user" : "toto",
  "password" : "#G1bm2p!",
  "serverUrl" : "http://host/path"
}

Or a system command to retrieve your (cryptic) password :, (*3)

{
  "user" : "toto",
  "password" : "`security find-generic-password -a thisisamacexample -w`",
  "serverUrl" : "http://host/path"
}

You can define file's path with, (*4)

\gafhyb\iTop\API\Config::setConfigPath(__DIR__ . "/config-test.json");

Composer

The Versions

19/06 2017

dev-master

9999999-dev

  Sources   Download

19/06 2017

1.1

1.1.0.0

  Sources   Download

10/05 2017

1.0

1.0.0.0

  Sources   Download