PHP code example of saade / z-api-php-sdk
1. Go to this page and download the library: Download saade/z-api-php-sdk 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/ */
saade / z-api-php-sdk example snippets
return [
];
$zApi = new Saade\ZApi();
echo $zApi->echoPhrase('Hello, Saade!');
bash
composer
bash
php artisan vendor:publish --tag="z-api-php-sdk-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="z-api-php-sdk-config"
bash
php artisan vendor:publish --tag="z-api-php-sdk-views"