Skip to content

LaxCorp/CatalogHostingBundle

Repository files navigation

Catalog hosting helper

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'

About

Catalog hosting helper

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages