Download the PHP package vitorbari/glpi-webservice-php-wrapper without Composer
On this page you can find all versions of the php package vitorbari/glpi-webservice-php-wrapper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vitorbari/glpi-webservice-php-wrapper
More information about vitorbari/glpi-webservice-php-wrapper
Files in vitorbari/glpi-webservice-php-wrapper
Download vitorbari/glpi-webservice-php-wrapper
More information about vitorbari/glpi-webservice-php-wrapper
Files in vitorbari/glpi-webservice-php-wrapper
Vendor vitorbari
Package glpi-webservice-php-wrapper
Short Description PHP wrapper class for GLPI Webservice Plugin
License Apache
Package glpi-webservice-php-wrapper
Short Description PHP wrapper class for GLPI Webservice Plugin
License Apache
Keywords webserviceglpi
Please rate this library. Is it a good library?
Informations about the package glpi-webservice-php-wrapper
glpi-webservice-php-wrapper
Introduction
A simple object orientated wrapper for the GLPI Webservice Plugin, written in PHP.
The intention of this class is to allow PHP application developers quick and easy interaction with the GLPI Webservice Plugin, without having to worry about the finer details of the Webservice.
Installation
Via Composer.
Usage Example
Methods
Not authenticated methods
$glpi->test()
Simple ping test method$glpi->status()
Give the GLPI status$glpi->listAllMethods()
List all the method allowed to current client$glpi->listEntities()
Return list of current entities defined by server configuration for the client$glpi->countEntities()
Return number of current entities defined by server configuration for the client$glpi->listKnowBaseItems()
Not Implemented$glpi->getDocument($document, $ticket = null, $id2name = false)
Retrieve a document if the authenticated user can view it
Session
$glpi->auth($glpi_user, $glpi_pass, $ws_user = null, $ws_pass = null)
Authenticate a user$glpi->logout()
Logout current user$glpi->getSession()
Get current session$glpi->getMyInfo($id2name=false)
List the information about the authenticated user
Authenticated methods
Ticket
$glpi->getTicket($ticket, $id2name=false)
Retrieve information on a existing ticket if the authenticated user can view it$glpi->createTicket($title, $content, $params = array())
Create a new ticket$glpi->listTickets($status=null, $id2name=false)
List the Tickets the current authenticated user can view$glpi->countTickets($status=null)
Count the Tickets the current authenticated user can view$glpi->addTicketDocument($ticket, $name, $uri = null, $base64 = null, $content = null)
Add a document to an existing ticket if the authenticated user can edit it$glpi->addTicketFollowup($ticket, $content, $users_login = false, $source = null, $private = null, $reopen = null, $close = null)
Add a followup to an existing ticket if the authenticated user can edit it$glpi->addTicketObserver($ticket, $user = null)
Add a new observer to an existing ticket$glpi->setTicketSatisfaction($ticket, $satisfaction, $comment = null)
Answer to the ticket satisfaction survey$glpi->setTicketValidation($approval, $status, $comment = null)
Answer to a ticket approval request$glpi->setTicketSolution($ticket, $type, $solution)
Solution for a ticket$glpi->setTicketAssign($ticket, $user = null, $group = null, $supplier = null, $user_email = null, $use_email_notification = null)
Assign a ticket
Dropdown
$glpi->listDropdownValues($dropdown)
Search for values in a dropdown table
Group
$glpi->listGroups()
List groups of the current entities$glpi->listUserGroups()
List groups of connected user$glpi->countGroups()
Count groups of the current entities
Object
$glpi->getObject($itemtype, $id, $params = array())
Retrieve information on a existing object if the authenticated user is a super-admin$glpi->createObjects()
Not Implemented$glpi->deleteObjects()
Not Implemented$glpi->updateObjects()
Not Implemented$glpi->linkObjects()
Not Implemented$glpi->listObjects()
Not Implemented
Requirements
- PHP >= 5.6.0
- PHP Soap Extension
Versions
It has only been tested on GLPI v0.85.3 and Webservice Plugin v1.5.0.
All versions of glpi-webservice-php-wrapper with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
ext-soap Version *
ext-soap Version *
The package vitorbari/glpi-webservice-php-wrapper contains the following files
Loading the files please wait ....