php-library-glpi icon indicating copy to clipboard operation
php-library-glpi copied to clipboard

GLPI API Client Library for PHP

Results 8 php-library-glpi issues
Sort by recently updated
recently updated
newest added

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....

feature
hacktoberfest

#### 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 ![image](https://user-images.githubusercontent.com/663460/37357193-05a911d8-26e8-11e8-9352-0510240d8816.png) ### Expected behavior ![image](https://user-images.githubusercontent.com/663460/37357157-f5744706-26e7-11e8-8cdd-e70c4cde8dc5.png)

documentation
hacktoberfest

Hi, @DIOHz0r For the next milestone (v2) of the library, please remove external dependencies of the HTTP requests (Guzzle) Thanks

hacktoberfest
performance
refactor

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...

documentation
hacktoberfest