PHPackages                             idci/document-management-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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. idci/document-management-bundle

ActiveSymfony-bundle[PDF &amp; Document Generation](/categories/documents)

idci/document-management-bundle
===============================

Symfony bundle to handle document management features like storage, pdf generation

v1.1.7(7y ago)13331MITPHPPHP &gt;=5.5.9

Since Mar 23Pushed 7y ago2 watchersCompare

[ Source](https://github.com/IDCI-Consulting/DocumentManagementBundle)[ Packagist](https://packagist.org/packages/idci/document-management-bundle)[ RSS](/packages/idci-document-management-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (18)Versions (15)Used By (0)

DocumentManagementBundle
========================

[](#documentmanagementbundle)

DocumentManagementBundle is a Symfony bundle to manage documents like pdf generation, storage, DMS.

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

[](#installation)

Add dependencies in your `composer.json` file:

```
"require": {
    ...
    "idci/document-management-bundle": "~1.0"
},
```

Install these new dependencies in your application using composer:

```
$ make composer-update
```

Register needed bundles in your application kernel:

```
