-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Alexey Samara edited this page Feb 6, 2017
·
5 revisions
Installation | Commands | Usage |
- PHP 7.0+
- Symfony 3.0+
- Guzzle Client 6.0+
- Doctrine ORM 2.5+
"require": {
"wow-apps/symfony-proxybonanza": "^1.0.0"
}
or
$ composer require wow-apps/symfony-proxybonanza
// ./app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new WowApps\ProxyBonanzaBundle\WowAppsProxyBonanzaBundle()
);
// ...
return $bundles
}
# ProxyBonanza API
wow_apps_proxy_bonanza:
api_url: "https://api.proxybonanza.com/v1/"
api_key: "testAPIkey" # API key can be obtained in user panel in 'Account settings'.
Run command:
./bin/console doctrine:schema:update --force