PHPackages                             torakel/database-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. torakel/database-bundle

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

torakel/database-bundle
=======================

The database bundle for the Torakel project

0.2(8y ago)19MITPHPPHP &gt;=7.1

Since Mar 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/torakel/database-bundle)[ Packagist](https://packagist.org/packages/torakel/database-bundle)[ Docs](https://github.com/torakel/database-bundle)[ RSS](/packages/torakel-database-bundle/feed)WikiDiscussions master Synced 6d ago

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

database-bundle
===============

[](#database-bundle)

[![Build Status](https://camo.githubusercontent.com/a6595d4a98ee90b98747fc07524330f1d47e5d6eaf7f091e7f019acbd25daab4/68747470733a2f2f7472617669732d63692e6f72672f746f72616b656c2f64617461626173652d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/torakel/database-bundle)[![Coverage Status](https://camo.githubusercontent.com/a3ac46a1d55f408287967f75294c23a4739d0b7169a9e2bfd263de5ca867be03/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f746f72616b656c2f64617461626173652d62756e646c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/torakel/database-bundle?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/017762c6cc043ac30a4f66ec0e0f3cb86f961d998bdfb8ea07a55291e7112088/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f746f72616b656c2f64617461626173652d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/torakel/database-bundle/?branch=master)[![Code Intelligence Status](https://camo.githubusercontent.com/83c0b0169af8a3c367560c8e6b08ca6a96f662b86e4385ec1804abc26483aa53/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f746f72616b656c2f64617461626173652d62756e646c652f6261646765732f636f64652d696e74656c6c6967656e63652e7376673f623d6d6173746572)](https://scrutinizer-ci.com/code-intelligence)[![Latest Stable Version](https://camo.githubusercontent.com/de868bc954d06f61a7ee314e3936b4a1d066852745bda3e1e9b525864f032488/68747470733a2f2f706f7365722e707567782e6f72672f746f72616b656c2f64617461626173652d62756e646c652f762f737461626c65)](https://packagist.org/packages/torakel/database-bundle)[![License](https://camo.githubusercontent.com/42fc7ad4071e6724eaddd092112653a2b3f762150bd397ccd03207b167fc715e/68747470733a2f2f706f7365722e707567782e6f72672f746f72616b656c2f64617461626173652d62756e646c652f6c6963656e7365)](https://packagist.org/packages/torakel/database-bundle)

This is the database bundle for the Torakel project. It contains all the Doctrine Entities and Repositories to store and select the data.

Install
-------

[](#install)

```
composer require torakel/database-bundle 0.2
```

```
php bin/console doctrine:database:create
```

```
php bin/console doctrine:schema:update --force
```

Database Schema
---------------

[](#database-schema)

There is another repository for the actual database schema of the Torakel project. You don't need the files, since everything is generated from this Bundle, but if you want to understand the relationships within the schema, you might check up the docs of the repository: .

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.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 ~1 days

Total

2

Last Release

2990d ago

### Community

Maintainers

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

---

Top Contributors

[![Abenil](https://avatars.githubusercontent.com/u/8174737?v=4)](https://github.com/Abenil "Abenil (60 commits)")[![nilsabegg](https://avatars.githubusercontent.com/u/283556?v=4)](https://github.com/nilsabegg "nilsabegg (4 commits)")

---

Tags

databasedoctrineSymfony2footballsport

### Embed Badge

![Health badge](/badges/torakel-database-bundle/health.svg)

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

###  Alternatives

[sonata-project/entity-audit-bundle

Audit for Doctrine Entities

644989.8k1](/packages/sonata-project-entity-audit-bundle)[kreait/firebase-bundle

Symfony Bundle for the Firebase Admin SDK

1534.7M2](/packages/kreait-firebase-bundle)[jawira/doctrine-diagram-bundle

📐 Symfony Bundle to generate database diagrams

8187.1k2](/packages/jawira-doctrine-diagram-bundle)[webonaute/doctrine-fixtures-generator-bundle

Generate Fixture from your existing data in your database. You can specify the Entity name and the IDs you want to import in your fixture.

67184.1k](/packages/webonaute-doctrine-fixtures-generator-bundle)[prezent/doctrine-translatable-bundle

Integrate the doctrine-translatable extension in Symfony

14698.4k5](/packages/prezent-doctrine-translatable-bundle)

PHPackages © 2026

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