PHP code example of francisco-cardoso / artsoft-connector
1. Go to this page and download the library: Download francisco-cardoso/artsoft-connector 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/ */
francisco-cardoso / artsoft-connector example snippets
declare(strict_types=1);
use FranciscoCardoso\ArtsoftConnector\ServiceProviders\ArtsoftConnectorServiceProvider;
declare(strict_types=1);
use FranciscoCardoso\ArtsoftConnector\Artsoft;
config);
$result = $service->request('ArtDB/_DbTables', '<root/>');
var_dump($result->toArray());