PHPackages                             at/resource-access - 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. [Admin Panels](/categories/admin)
4. /
5. at/resource-access

ActiveSymfony-bundle[Admin Panels](/categories/admin)

at/resource-access
==================

Symfony ATResourceAccessBundle

077PHP

Since Jun 10Pushed 12y ago2 watchersCompare

[ Source](https://github.com/theodorDiaconu/ResourceAccessBundle)[ Packagist](https://packagist.org/packages/at/resource-access)[ RSS](/packages/at-resource-access/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

ResourceAccessBundle
====================

[](#resourceaccessbundle)

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

[](#installation)

### Step 1: Download ResourceAccessBundle using composer

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

Add ResourceAccessBundle in your composer.json:

```
{
    "require": {
        "at/resource-access": "dev-master"
    }
}
```

Now download the bundle by running the command:

```
~ php composer.phar update at/resource-access
```

Composer will install the bundle to your project's `vendor/at` directory.

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
