PHPackages                             vanio/vanio-domain-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. [Database &amp; ORM](/categories/database)
4. /
5. vanio/vanio-domain-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

vanio/vanio-domain-bundle
=========================

Symfony2 Bundle providing some additional features suitable when programming your domain.

v0.4.0(7y ago)18.0k1MITPHPPHP ^7.0CI failing

Since Jun 17Pushed 3y ago4 watchersCompare

[ Source](https://github.com/vaniocz/vanio-domain-bundle)[ Packagist](https://packagist.org/packages/vanio/vanio-domain-bundle)[ Docs](https://github.com/vaniocz/vanio-domain-bundle)[ RSS](/packages/vanio-vanio-domain-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (15)Versions (45)Used By (1)

[![Vanio](https://camo.githubusercontent.com/b691445be273912a0905be759555aa166528db3a3606ddf1f25a54e734e7efbb/687474703a2f2f7777772e76616e696f2e637a2f696d672f76616e696f2d6c6f676f2e706e67)](http://www.vanio.cz) Domain Bundle
===============================================================================================================================================================================================================================

[](#-domain-bundle)

[![Build Status](https://camo.githubusercontent.com/9e69ee2de38c43a787bf5780ee7fcc7a018d2e1d5537bae2013efd981fe4a6c5/68747470733a2f2f7472617669732d63692e6f72672f76616e696f637a2f76616e696f2d646f6d61696e2d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/vaniocz/vanio-domain-bundle)[![Coverage Status](https://camo.githubusercontent.com/cce9393ef48f8f3a8ba37eb23cf5f5f1b19da56a07fd29395452f2bdf1b466a4/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f76616e696f637a2f76616e696f2d646f6d61696e2d62756e646c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/vaniocz/vanio-domain-bundle?branch=master)[![PHP7](https://camo.githubusercontent.com/1707d1cf35d1b3dba207caa68b99d5e4af7689d1c4bf5ad784bf4b1ec532f507/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d372d3642374542392e737667)](https://camo.githubusercontent.com/1707d1cf35d1b3dba207caa68b99d5e4af7689d1c4bf5ad784bf4b1ec532f507/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d372d3642374542392e737667)[![License](https://camo.githubusercontent.com/e5176b73237e83f9e5661b2f49a199bd5bbab6adcc2c61b15254bfac6f90718c/68747470733a2f2f706f7365722e707567782e6f72672f76616e696f2f76616e696f2d646f6d61696e2d62756e646c652f6c6963656e7365)](https://github.com/vaniocz/vanio-domain-bundle/blob/master/LICENSE)

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

[](#installation)

Installation can be done as usually using composer. `composer require vanio/vanio-domain-bundle`

Next step is to register this bundle as well as bundles it depends on inside your `AppKernel`.

```
// app/AppKernel.php
// ...

class AppKernel extends Kernel
{
    // ...

    public function registerBundles(): array
    {
        $bundles = [
            // ...
            new Vanio\UserBundle\VanioDomainBundle,
        ];

        // ...
    }
}
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 82.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~161 days

Total

4

Last Release

2820d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a0d882c3421e9c9188486977fb9193ee5840db4e1ac071fae1305112c92ab04a?d=identicon)[maryo](/maintainers/maryo)

![](https://www.gravatar.com/avatar/83fd24874418acb2e635bc408732703403e16fea6c003224f1e066f07e239bcb?d=identicon)[stanleyk](/maintainers/stanleyk)

---

Top Contributors

[![maryo](https://avatars.githubusercontent.com/u/900769?v=4)](https://github.com/maryo "maryo (222 commits)")[![dvondrak](https://avatars.githubusercontent.com/u/11498368?v=4)](https://github.com/dvondrak "dvondrak (27 commits)")[![nixbody](https://avatars.githubusercontent.com/u/1381401?v=4)](https://github.com/nixbody "nixbody (17 commits)")[![stanleyk](https://avatars.githubusercontent.com/u/510199?v=4)](https://github.com/stanleyk "stanleyk (2 commits)")

---

Tags

doctrinedddDomain Driven

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vanio-vanio-domain-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/vanio-vanio-domain-bundle/health.svg)](https://phpackages.com/packages/vanio-vanio-domain-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[sylius/grid-bundle

Amazing grids with support of filters and custom fields integrated into Symfony.

1358.9M61](/packages/sylius-grid-bundle)[sylius/resource

Basic resource interfaces for PHP applications.

252.8M101](/packages/sylius-resource)[pumukit/pumukit

Media Portal

6014.6k48](/packages/pumukit-pumukit)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
