bureaupieper / storee-php-client-bundle
Symfony bundle for the Store-E API client.
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: 2024-11-09 18:27:36 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%