PHP code example of sashalenz / privat24-business-api
1. Go to this page and download the library: Download sashalenz/privat24-business-api 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/ */
sashalenz / privat24-business-api example snippets
return [
];
$privat24BusinessApi = new Sashalenz\Privat24BusinessApi();
echo $privat24BusinessApi->echoPhrase('Hello, Sashalenz!');
bash
php artisan vendor:publish --tag="privat24-business-api-config"