PHPackages                             idci/agreement-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. idci/agreement-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

idci/agreement-bundle
=====================

Symfony bundle to handle agreement management features general conditions

v1.0.0(7y ago)0293MITPHPPHP ^5.5.9|&gt;=7.0.8

Since Jun 7Pushed 7y ago2 watchersCompare

[ Source](https://github.com/IDCI-Consulting/AgreementBundle)[ Packagist](https://packagist.org/packages/idci/agreement-bundle)[ RSS](/packages/idci-agreement-bundle/feed)WikiDiscussions master Synced 4d ago

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

AGREEMENTBUNDLE
===============

[](#agreementbundle)

AgreementBundle is a symfony bundle to manage agreement bundle like general conditions.

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

[](#installation)

Add dependencies in your `composer.json` file:

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

Install these new dependencies in your application using composer:

```
$ composer update
```

Register needed bundles in your application kernel:

```
