/spryker-channable-api

Channable API Module for Spryker

Primary LanguagePHPMIT LicenseMIT

Channable API Module

license

This module is still in development. We will publish a stable version soon. Stay tuned!

Installation

1. Add the module to your project

composer require rose-bikes-spryker/channable-api

2. Extend the project namespaces (config_default.php)

<?php

$config[KernelConstantsInterface::PROJECT_NAMESPACES] = [
    'RoseBikesSpryker',
    '...',
];

3. Adjust the configurations

<?php

$config[ChannableApiConstants::CONFIG_CHANNABLE_COMPANY_ID] = '';
$config[ChannableApiConstants::CONFIG_CHANNABLE_TOKEN] = '';
$config[ChannableApiConstants::CONFIG_CHANNABLE_HOST] = 'https://api.channable.com/v1';

4. Generate the transfer objects

vendor/bin/console transfer:generate -vvv