PHP code example of rose-bikes-spryker / channable-api
1. Go to this page and download the library: Download rose-bikes-spryker/channable-api 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/ */
rose-bikes-spryker / channable-api example snippets
$config[KernelConstantsInterface::PROJECT_NAMESPACES] = [
'RoseBikesSpryker',
'...',
];
$config[ChannableApiConstants::CONFIG_CHANNABLE_COMPANY_ID] = '';
$config[ChannableApiConstants::CONFIG_CHANNABLE_TOKEN] = '';
$config[ChannableApiConstants::CONFIG_CHANNABLE_HOST] = 'https://api.channable.com/v1';