PHP code example of cable8mm / bigkinds-php-client

1. Go to this page and download the library: Download cable8mm/bigkinds-php-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/ */

    

cable8mm / bigkinds-php-client example snippets


use Cable8mm\BigkindsPhpClient\Bigkinds;

$Bigkinds = new Bigkinds();
$news = $Bigkinds->request('news');

use Cable8mm\BigkindsPhpClient\Big;

$news = \Big::kinds('news') // facade class