PHPackages                             boxuk/describr-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. boxuk/describr-bundle

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

boxuk/describr-bundle
=====================

A Symfony2 bundle that integrates the Describr library

1.0.0(13y ago)027.4k1[1 PRs](https://github.com/boxuk/BoxUKDescribrBundle/pulls)MITPHPPHP &gt;=5.3.0

Since Feb 15Pushed 13y ago2 watchersCompare

[ Source](https://github.com/boxuk/BoxUKDescribrBundle)[ Packagist](https://packagist.org/packages/boxuk/describr-bundle)[ RSS](/packages/boxuk-describr-bundle/feed)WikiDiscussions master Synced 1mo ago

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

Introduction
============

[](#introduction)

This bundle integrates the [Describr](http://github.com/boxuk/describr) library into your Symfony2 project, allowing it to examine files and extract metadata from them.

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

[](#installation)

Download the bundle
-------------------

[](#download-the-bundle)

You can download an archive of the bundle and unpack it in the `vendor/bundles/BoxUK/Bundles/DescribrBundle` directory of your application.

### Installing via Composer (recommended)

[](#installing-via-composer-recommended)

The bundle can be installed using [Composer](http://getcomposer.org) by adding the following to your `composer.json`:

```
require: {
    "boxuk/describr-bundle": "dev-master"
}

```

Register the bundle
-------------------

[](#register-the-bundle)

You must register the bundle in your kernel:

```
