LaravelPackages.net
Acme Inc.
Toggle sidebar
aniltonmoraisjr/itopresthelper

Helper to integrate any aplication build using Laravel Framework with iTop Combodo ITSM

19
0
1.0.3
About aniltonmoraisjr/itopresthelper

aniltonmoraisjr/itopresthelper is a Laravel package for helper to integrate any aplication build using laravel framework with itop combodo itsm. It currently has 0 GitHub stars and 19 downloads on Packagist (latest version 1.0.3). Install it with composer require aniltonmoraisjr/itopresthelper. Discover more Laravel packages by aniltonmoraisjr or browse all Laravel packages to compare alternatives.

Last updated

itop_rest_helper

Helper to integrate any aplication Laravel with iTop Combodo ITSM

To use, follow the instructions:

  • Use the command above to install the package:
composer require aniltonmoraisjr/itopresthelper
  • Use the follow command to publish the config file:
php artisan vendor:publish
  • Edit the values in the config file or create the variables in your .env file.
URL_API_NETADMIN_REST = /*YOUR SERVICE DESK URL WITH /webservices/rest.php?version=1.0. Ex: 'http://servicedesk.com.br/webservices/rest.php?version=1.0'*/
URL_API_NETADMIN_FULL = /*YOUR SERVICE DESK URL. Ex: 'http://servicedesk.com.br'*/
USER_API_NETADMIN = /*YOUR Administrator user*/
PASS_API_NETADMIN = /*YOUR Administrator user password*/

Star History Chart