bureaupieper / storee-php-client-bundle
Symfony bundle for the Store-E API client.
Installs: 123
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/bureaupieper/storee-php-client-bundle
Requires
- php: >=5.5
- bureaupieper/storee-php-client: ^1
This package is not auto-updated.
Last update: 2025-09-27 23:26: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%