PHP code example of artarts36 / b0o-client

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

    

artarts36 / b0o-client example snippets


$api = new \ArtARTs36\B0oClient\Api(new \ArtARTs36\B0oClient\Client());

var_dump($api->link()->cut('http://google.ru'));

$api = new \ArtARTs36\B0oClient\Api(new \ArtARTs36\B0oClient\Client());

$link = $api->link()->cut('http://google.ru');

var_dump($api->click()->count($link));