PHP code example of oliverlundquist / mystore-api-sdk
1. Go to this page and download the library: Download oliverlundquist/mystore-api-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/ */
oliverlundquist / mystore-api-sdk example snippets
// load composer dependencies
re_once __DIR__.'/../vendor/oliverlundquist/mystore-api-sdk/bootstrap/app.php';
// move classes into namespace
use MystoreApiSdk\Facades\Orders;
// Fire away!
Orders::create($data = []);