kassoulet / threesixtylearningbundle
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.5.0
- guzzlehttp/guzzle: ~6.0
- symfony/framework-bundle: ~2.6|~3.0
This package is auto-updated.
Last update: 2025-02-25 09:14:36 UTC
README
Installation
Perform the following steps to install and use the basic functionality
- Download KassouletThreesixtyLearningBundle using Composer
- Enable the bundle
- Configure the bundle
Step 1: Download the KassouletThreesixtyLearningBundle
Add KassouletThreesixtyLearningBundle to your composer.json :
"kassoulet/threesixtyLearningBundle": "dev-master"
Composer will install the bundle to your project's vendor/kassoulet/threesixtylearningbundle
directory.
Step 2: Enable the bundle
Enable the bundle in the kernel:
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Kassoulet\ThreesixtyLearningBundle\KassouletThreesixtyLearningBundle(), ); }
Step 3: Configure the bundle
Add your credentials in config file : CompanyID and ApiKey
# app/config/config.yml kassoulet_threesixty_learning: company_id: yourCompanyID api_key: yourAPIKey