PHP code example of jakuborava / subreg-api-client

1. Go to this page and download the library: Download jakuborava/subreg-api-client 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/ */

    

jakuborava / subreg-api-client example snippets


return [
];

$subregApiClient = new Jakuborava\SubregApiClient();
echo $subregApiClient->echoPhrase('Hello, Jakuborava!');
bash
php artisan vendor:publish --tag="subreg-api-client-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="subreg-api-client-config"
bash
php artisan vendor:publish --tag="subreg-api-client-views"