/glpi_boostrap_api

Primary LanguagePHPMIT LicenseMIT

Boostrap script for using GLPI API

This reposity aims to provide a bootstrap for using the Rest API of GLPI. We are using PHP Guzzle library to send http queries. See api.php code for details.

Prerequisites

  • GLPI 9.2 (with api enabled)
  • PHP >= 5.6

Installation

  • Clone this repository on your computer.
  • Run composer install to pull dependencies
  • Create a config.inc.php from config.inc.example file and fill parameters with your glpi instance data