2017 © Pedro Peláez
 

symfony-bundle collmex-bundle

Symfony Bundle for the Collmex API

image

coffeebike/collmex-bundle

Symfony Bundle for the Collmex API

  • Friday, March 23, 2018
  • by jdambacher
  • Repository
  • 2 Watchers
  • 1 Stars
  • 529 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

[WIP] CollmexBundle

This is a Symfony Bundle for the Collmex API., (*1)

Notice: This bundle is still work in progress!, (*2)

Please open an issue or a PR if you want to contribute to the project. Take a look at the Contribution page, (*3)

Installation

Step 1: Download the Bundle

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:, (*4)

$ composer require coffeebike/collmex-bundle

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation., (*5)

Step 2: Enable the Bundle

Then, enable the bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project:, (*6)

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...

            new CoffeeBike\CollmexBundle\CoffeeBikeCollmexBundle(),
        );

        // ...
    }

    // ...
}

Step 3: Add configuration to config.yml

Add credentials for Collmex user in app/config.yml:, (*7)

coffee_bike_collmex:
    user: 'collmex-user'
    password: '*********'
    customer_id: '123456'

The Versions

23/03 2018

dev-master

9999999-dev https://coffee-bike.com

Symfony Bundle for the Collmex API

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Jonas Dambacher
by Jannik Kroeger

19/01 2018

dev-adding-entities

dev-adding-entities https://coffee-bike.com

Symfony Bundle for the Collmex API

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Jonas Dambacher
by Jannik Kroeger

14/12 2017

dev-OrderFunctionality

dev-OrderFunctionality https://coffee-bike.com

Symfony Bundle for the Collmex API

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Jonas Dambacher
by Jannik Kroeger

24/08 2017

dev-Add_Stock_Info

dev-Add_Stock_Info https://coffee-bike.com

Symfony Bundle for the Collmex API

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Jonas Dambacher
by Jannik Kroeger

15/07 2016

1.2.0

1.2.0.0 https://coffee-bike.com

Symfony Bundle for the Collmex API

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Jonas Dambacher
by Jannik Kroeger

14/06 2016

1.1.2

1.1.2.0 https://coffee-bike.com

Symfony Bundle for the Collmex API

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Jonas Dambacher
by Jannik Kroeger

02/06 2016

1.1.1

1.1.1.0 https://coffee-bike.com

Symfony Bundle for the Collmex API

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Jonas Dambacher
by Jannik Kroeger

01/06 2016

1.1.0

1.1.0.0 https://coffee-bike.com

Symfony Bundle for the Collmex API

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Jonas Dambacher
by Jannik Kroeger

30/05 2016

1.0.2

1.0.2.0 https://coffee-bike.com

Symfony Bundle for the Collmex API

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Jonas Dambacher
by Jannik Kroeger

30/05 2016

1.0.1

1.0.1.0 https://coffee-bike.com

Symfony Bundle for the Collmex API

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Jonas Dambacher
by Jannik Kroeger

27/05 2016

1.0.0

1.0.0.0 https://coffee-bike.com

Symfony Bundle for the Collmex API

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Jonas Dambacher
by Jannik Kroeger