aniltonmoraisjr/itopresthelper

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

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/aniltonmoraisjr/itopresthelper

1.0.3 2018-07-17 15:50 UTC

This package is not auto-updated.

Last update: 2025-12-21 11:38:17 UTC


README

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*/