laxcorp / catalog-hosting-bundle
Catalog hosting helper
Installs: 598
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
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'