digipolisgent/domainator9k-sock-bundle

Maintainers

👁 Jelle-S

Package info

github.com/district09/symfony_bundle_domainator9k-sock

Type:symfony-bundle

pkg:composer/digipolisgent/domainator9k-sock-bundle

Statistics

Installs: 218

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

4.0.0 2024-12-13 13:29 UTC

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT f2d4911b0fc13a2edd3976a302725976d7974d1b


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'