2017 © Pedro Peláez
 

library storee-php-client-bundle

Symfony bundle for the Store-E API client.

image

bureaupieper/storee-php-client-bundle

Symfony bundle for the Store-E API client.

  • Monday, May 15, 2017
  • by pbijl
  • Repository
  • 2 Watchers
  • 0 Stars
  • 112 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Store-E Client Bundle

Provides symfony integration for Store-E., (*1)

Installation

$ composer require bureaupieper/storee-php-client-bundle

Register the bundle

// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Bureaupieper\StoreeBundle\BureaupieperStoreeBundle,
    );
}

Minimum setup

See the client library for more info., (*2)

# app/config/config.yml
bureaupieper_storee:
    apikey: %storee_key%
    endpoint: %storee_endpoint%
    version: %storee_version%
    platform: %storee_platform%

The Versions

15/05 2017

dev-master

9999999-dev

Symfony bundle for the Store-E API client.

  Sources   Download

MIT

The Requires

 

by Piet Bijl

15/05 2017

v1.0.3

1.0.3.0

Symfony bundle for the Store-E API client.

  Sources   Download

MIT

The Requires

 

by Piet Bijl

15/02 2016

v1.0.1

1.0.1.0

Symfony bundle for the Store-E API client.

  Sources   Download

MIT

The Requires

 

by Piet Bijl

15/02 2016

v1.0.2

1.0.2.0

Symfony bundle for the Store-E API client.

  Sources   Download

MIT

The Requires

 

by Piet Bijl

12/01 2016

v1.0.0

1.0.0.0

Symfony bundle for the Store-E API client.

  Sources   Download

MIT

The Requires

 

by Piet Bijl