laxcorp/catalog-hosting-bundle

Catalog hosting helper

v4.0.1 2020-01-14 08:56 UTC

README

Install

composer require laxcorp/catalog-hosting-bundle

Add in app/AppKernel.php

$bundles = [
    new LaxCorp\CatalogHostingBundle\CatalogHostingBundle(),
    new Circle\RestClientBundle\CircleRestClientBundle(),
    new Symfony\Bundle\MonologBundle\MonologBundle(),
]

And add in config.yaml

catalog_hosting:
    url: 'https://catalog.hosting.api'
    login: 'test'
    password: 'test'
    cname: 'catalog.ru'