PHPackages                             eoidigital/eoi-blackboard-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. eoidigital/eoi-blackboard-bundle

ActiveSymfony-bundle[API Development](/categories/api)

eoidigital/eoi-blackboard-bundle
================================

A Symfony2 Wrapper for the Blackboard's SOAP Web Service API

v1.0.0(11y ago)079MITPHPPHP &gt;=5.3.2

Since Mar 21Pushed 11y ago3 watchersCompare

[ Source](https://github.com/eoidigital/EOIBlackboardBundle)[ Packagist](https://packagist.org/packages/eoidigital/eoi-blackboard-bundle)[ Docs](https://github.com/eoidigital/EOIBlackboardBundle)[ RSS](/packages/eoidigital-eoi-blackboard-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (8)Versions (2)Used By (0)

EOIBlackboardBundle
===================

[](#eoiblackboardbundle)

A symfony2 bundle to communicate to Blackboard's API.

Installation
------------

[](#installation)

### Step 1: Using Composer

[](#step-1-using-composer)

Install it with Composer!

```
// composer.json
{
    // ...
    require: {
        // ...
        "eoidigital/eoi-blackboard-bundle": "dev-master",
    }
}
```

Then, you can install the new dependencies by running Composer's `update`command from the directory where your `composer.json` file is located:

```
$ php composer.phar update
```

### Step 2: Register the bundle

[](#step-2-register-the-bundle)

Enable the bundle by adding the following line in the `app/AppKernel.php`file of your Symfony application:

```
