Download the PHP package onbalt/servicedeskplus-api without Composer
On this page you can find all versions of the php package onbalt/servicedeskplus-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download onbalt/servicedeskplus-api
More information about onbalt/servicedeskplus-api
Files in onbalt/servicedeskplus-api
Package servicedeskplus-api
Short Description Laravel integration with ManageEngine ServiceDesk Plus API
License MIT
Informations about the package servicedeskplus-api
Integration with ManageEngine ServiceDesk Plus API
Installation
This is a Laravel package so you can install it via Composer. Run this command in your terminal from your project directory:
Laravel Configuration
Below Laravel 5.5 you have to call this package service in config/app.php
config file. To do that, add this line in app.php
in providers
array:
Below Laravel 5.5 version to use facade you have to add this line in app.php
to the aliases
array:
Now run this command in your terminal to publish this package config:
after publishing your config file, open config/servicedeskplus-api.php
and fill your SDP URL and technician key:
also you can add config parametrs in .env
file:
Laravel Usage
Common Usage
Create and use an instance of a class ServicedeskplusApi instead of Facade:
Examples
View Request
See: http://ui.servicedeskplus.com/APIDocs3/index.html#view-request
View all Requests
See: http://ui.servicedeskplus.com/APIDocs3/index.html#view-all-requests
Add new Request
See: http://ui.servicedeskplus.com/APIDocs3/index.html#add-request
Add Attachment
See: Attachment / Add Attachment at http://beta.servicedeskplusmsp.com/SetUpWizard.do?forwardTo=apidoc&username=demo&password=demo
Credits
- Onbalt
- All Contributors
License
The MIT License (MIT). Please see License File for more information.