laxcorp / catalog-hosting-bundle
Catalog hosting helper
Package info
github.com/LaxCorp/CatalogHostingBundle
Type:symfony-bundle
pkg:composer/laxcorp/catalog-hosting-bundle
v4.0.1
2020-01-14 08:56 UTC
Requires
- php: ^7.2
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'