PHP code example of aniltonmoraisjr / itopresthelper

1. Go to this page and download the library: Download aniltonmoraisjr/itopresthelper library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

aniltonmoraisjr / itopresthelper example snippets


php artisan vendor:publish

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