PHPackages                             webmil/filepickerio-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. [File &amp; Storage](/categories/file-storage)
4. /
5. webmil/filepickerio-bundle

ActiveSymfony-bundle[File &amp; Storage](/categories/file-storage)

webmil/filepickerio-bundle
==========================

Symfony WebmilFilepickerIoBundle

2.1.x-dev(12y ago)312MITPHPPHP &gt;=5.3.2

Since Feb 27Pushed 12y ago1 watchersCompare

[ Source](https://github.com/imsashko/WebmilFilepickerIoBundle)[ Packagist](https://packagist.org/packages/webmil/filepickerio-bundle)[ RSS](/packages/webmil-filepickerio-bundle/feed)WikiDiscussions master Synced 1mo ago

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

Symfony 2 FilepickerIo Bundle
=============================

[](#symfony-2-filepickerio-bundle)

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

[](#installation)

### Step 1) Download bundle

[](#step-1-download-bundle)

#### Method a) Using composer (symfony 2.1 pattern)

[](#method-a-using-composer-symfony-21-pattern)

Add on composer.json (see )

```
"require" :  {
    // ...
    "webmil/filepickerio-bundle": "dev-master",
}

```

#### Method b) Using the `deps` file (symfony 2.0 pattern)

[](#method-b-using-the-deps-file-symfony-20-pattern)

Add the following lines to your `deps` file and then run `php bin/vendors install`:

```
[WebmilFilepickerIoBundle]
    git=https://github.com/imsashko/WebmilFilepickerIoBundle.git
    target=bundles/Webmil/FilepickerIoBundle
    version=origin/2.0

```

### Step 2) Register the namespaces

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

If you installed the bundle by composer, use the created autoload.php (jump to step 3). Add the following namespace entry to the `registerNamespaces` call in your autoloader:

```
