mijndomein / dreamcommerce-lms-client-bundle
Symfony 2 integration for dreamcommerce license manager client
Installs: 181
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 23
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.4.0
- mijndomein/dreamcommerce-lms-client: 0.10.*
- symfony/framework-bundle: ~2.3
Requires (Dev)
This package is not auto-updated.
Last update: 2018-06-09 00:06:52 UTC
README
A Symfony integration bundle for the DreamCommerce License Manager Client
Configuration
You can configure the DreamCommerce License Manager Client by adding the following configuration to your config.yml
.
# app/config/config.yml dream_commerce_license_manager: api_url: "http://dreamcommerce-license-manager.api" username: "dreamcommerce-lms-api-username" password: "dreamcommerce-lms-api-password"
Usage
The DreamCommerce License Manager Client is registered with symfony's DI container. You can load it from the container with the following command.
$licenseManagerClient = $diContainer->get("dream_commerce.license_manager_client");