bureaupieper / storee-php-client-bundle
Symfony bundle for the Store-E API client.
Package info
github.com/BureauPieper/storee-php-client-bundle
pkg:composer/bureaupieper/storee-php-client-bundle
v1.0.3
2017-05-15 14:54 UTC
Requires
- php: >=5.5
- bureaupieper/storee-php-client: ^1
This package is not auto-updated.
Last update: 2026-03-01 01:41:05 UTC
README
Provides symfony integration for Store-E.
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.
# app/config/config.yml bureaupieper_storee: apikey: %storee_key% endpoint: %storee_endpoint% version: %storee_version% platform: %storee_platform%