PHPackages                             happyr/user-project-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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. happyr/user-project-bundle

ActiveSymfony-bundle[Authentication &amp; Authorization](/categories/authentication)

happyr/user-project-bundle
==========================

If you have multiple users that will share access to one or more objects.

0.3.1(9y ago)1322MITPHPPHP &gt;=5.3.2

Since Jan 2Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Happyr/UserProjectBundle)[ Packagist](https://packagist.org/packages/happyr/user-project-bundle)[ Docs](http://developer.happyr.com/symfony2-bundles/happyr-user-project-bundle)[ RSS](/packages/happyr-user-project-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

Happyr User Project Bundle
==========================

[](#happyr-user-project-bundle)

If you have multiple users that will share access to one or more objects.

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

[](#installation)

### Step 1: Using Composer

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

Install it with Composer!

```
// composer.json
{
    // ...
    require: {
        // ...
        "happyr/user-project-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)

To register the bundles with your kernel:

```
