Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

ROSEBikesGmbH/spryker-channable-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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