PHP code example of redbitcz / simpleshop-api-php-sdk

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

    

redbitcz / simpleshop-api-php-sdk example snippets




$simpleshop = new \Redbitcz\SimpleShop\Api\SimpleShopApi('login', 'API klíč');

$invoice = $simpleshop->getInvoice(12345);
shell
git clone https://github.com/redbitcz/simpleshop-api-php-sdk.git
shell
php -S localhost:8000