2017 © Pedro Peláez
 

symfony-bundle threesixtylearningbundle

image

kassoulet/threesixtylearningbundle

  • Friday, November 10, 2017
  • by Jb31
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

KassouletThreesixtyLearningBundle

Installation

Perform the following steps to install and use the basic functionality, (*1)

  • Download KassouletThreesixtyLearningBundle using Composer
  • Enable the bundle
  • Configure the bundle

Step 1: Download the KassouletThreesixtyLearningBundle

Add KassouletThreesixtyLearningBundle to your composer.json :, (*2)

"kassoulet/threesixtyLearningBundle": "dev-master"

Composer will install the bundle to your project's vendor/kassoulet/threesixtylearningbundle directory., (*3)

Step 2: Enable the bundle

Enable the bundle in the kernel:, (*4)

``` php <?php // app/AppKernel.php, (*5)

public function registerBundles() { $bundles = array( // ... new Kassoulet\ThreesixtyLearningBundle\KassouletThreesixtyLearningBundle(), ); }, (*6)


### Step 3: Configure the bundle Add your credentials in config file : CompanyID and ApiKey ```yaml # app/config/config.yml kassoulet_threesixty_learning: company_id: yourCompanyID api_key: yourAPIKey

The Versions

10/11 2017

dev-master

9999999-dev https://github.com/Jb-31/KassouletThreesixtyLearningBundle

  Sources   Download

MIT

The Requires

 

by Jb-31 - Jean-Baptiste ROUANET