2017 © Pedro Peláez
 

symfony-bundle domainator9k-sock-bundle

image

digipolisgent/domainator9k-sock-bundle

  • Monday, June 25, 2018
  • by Jelle-S
  • Repository
  • 3 Watchers
  • 0 Stars
  • 137 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 11 % Grown

The README.md

Digipolis Symfony Dominaitor Sock Bundle

Compatibility

This bundle is compatible with all Symfony 3.4.* releases., (*1)

Installation

You can use composer to install the bundle in an existing symfony project., (*2)

composer require digipolisgent/domainator9k-sock-bundle

Then, update your app/AppKernel.php file., (*3)

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = [
        // ...
        new DigipolisGent\Domainator9k\SockBundle\DigipolisGentDomainator9kSockBundle()
    ];

    // ...
}

In app/config/config.yml you need to provide 3 values., (*4)

digipolis_gent_domainator9k_sock:
    host: 'your-host'
    user_token: 'your-user-token'
    client_token: 'your-client-token'

The Versions