mijndomein/dreamcommerce-lms-client-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (0.6.0) of this package.

Symfony 2 integration for dreamcommerce license manager client

0.6.0 2016-05-18 07:03 UTC

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

Build Status

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");