1. Go to this page and download the library: Download spoje.net/flexibee 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/ */
spoje.net / flexibee example snippets
/*
* URL AbraFlexi API
*/
define('ABRAFLEXI_URL', 'https://abraflexi-dev.spoje.net:5434');
/*
* Uživatel AbraFlexi API
*/
define('ABRAFLEXI_LOGIN', 'apiuser');
/*
* Heslo AbraFlexi API
*/
define('ABRAFLEXI_PASSWORD', 'apipass');
/*
* Společnost v AbraFlexi
*/
define('ABRAFLEXI_COMPANY', 'test_s_r_o_');
/*
* Nebo pokud nechceme používat jméno a heslo
*/
define('ABRAFLEXI_AUTHSESSID', '6QuifebMits'); //Volitelné
/*
* Pomalý server, velká databáze a přes modem k tomu
*/
define('ABRAFLEXI_TIMEOUT', 60); //Volitelné
/*
* Pomalý server, velká databáze a přes modem k tomu
*/
define('ABRAFLEXI_EXCEPTIONS', true); //Vracet PHP vyjímku v případě že AbraFlexi vrátí chybu