PHPackages                             dk/calculator-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. [Framework](/categories/framework)
4. /
5. dk/calculator-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

dk/calculator-bundle
====================

Calculated entity properties for Symfony

233PHP

Since Jun 19Pushed 13y ago1 watchersCompare

[ Source](https://github.com/ccapndave/DKCalculatorBundle)[ Packagist](https://packagist.org/packages/dk/calculator-bundle)[ RSS](/packages/dk-calculator-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

DKCalculatorBundle
==================

[](#dkcalculatorbundle)

This is a simple bundle that allows you to use dynamically calculated properties in Doctrine entities.

Installation
============

[](#installation)

To install CalculatorBundle with Composer just add the following to your composer.json file:

```
// composer.json
{
    // ...
    require: {
        // ...
        "dk/calculator-bundle": "dev-master"
    }
}

```

Then, you can install the new dependencies by running Composer's update command from the directory where your composer.json file is located:

```
php composer.phar update dk/calculator-bundle

```

Now, Composer will automatically download all required files, and install them for you. All that is left to do is to update your AppKernel.php file, and register the new bundle:

```
