php-library-glpi
php-library-glpi copied to clipboard
GLPI API Client Library for PHP
Hi, I try to use the getAllItems method but i can't use range option. My code is : `$client = new Glpi\Api\Rest\Client(URL_GLPI.'/apirest.php/', new GuzzleHttp\Client()); $client->setAppToken(GLPI_APPTOKEN); $client->initSessionByCredentials(GLPI_USER, GLPI_PASS); $itemHandler = new...
Is it possible to update `composer.json` to use latest `guzzlehttp/guzzle` package (7.5)?
### Observed Results: It is not possible to upload files using addItems() method because of the following wrong assumptions: * addItems() method of ItemHandler class assumes that queryString is input...
For example: get a computer or a ticket should allow to get linked items and return as answer an object for the main item, and sub objects for linked ones....
#### Observed Results: As requested, the information in the project sites will be migrated to the main site of GLPI Project (glpi-project.org) #### Expected behavior: - [ ] Wordpress plugin...
### Observed Results  ### Expected behavior 
Hi, @DIOHz0r For the next milestone (v2) of the library, please remove external dependencies of the HTTP requests (Guzzle) Thanks
Hi, @Naylin15 Please, write an article per each method of the library (https://prose.io). Try to use common name and information for all the libraries and report issues related to missed...