laxcorp/catalog-hosting-bundle

Catalog hosting helper

Installs: 628

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/laxcorp/catalog-hosting-bundle

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'