digipolisgent / domainator9k-sock-bundle
Installs: 176
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Type:symfony-bundle
Requires
- php: >=7.1
- digipolisgent/domainator9k-core-bundle: ^3.0
- doctrine/orm: ^2.5
- guzzlehttp/guzzle: ^7.2
- symfony/cache: ^5.0
Requires (Dev)
- phpunit/phpunit: ^6.5
- squizlabs/php_codesniffer: ^3.2
This package is auto-updated.
Last update: 2024-10-28 22:01:08 UTC
README
Compatibility
This bundle is compatible with all Symfony 3.4.* releases.
Installation
You can use composer to install the bundle in an existing symfony project.
composer require digipolisgent/domainator9k-sock-bundle
Then, update your app/AppKernel.php
file.
<?php // app/AppKernel.php public function registerBundles() { $bundles = [ // ... new DigipolisGent\Domainator9k\SockBundle\DigipolisGentDomainator9kSockBundle() ]; // ... }
In app/config/config.yml
you need to provide 3 values.
digipolis_gent_domainator9k_sock: host: 'your-host' user_token: 'your-user-token' client_token: 'your-client-token'