PHPackages                             jimmeak/doctrine-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. jimmeak/doctrine-bundle

ActiveLibrary[Database &amp; ORM](/categories/database)

jimmeak/doctrine-bundle
=======================

Making life easier while developing Symfony project using Doctrine

3.0.1(2y ago)05MITPHPPHP ^8.3

Since Jun 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/jimmeak/DoctrineBundle)[ Packagist](https://packagist.org/packages/jimmeak/doctrine-bundle)[ RSS](/packages/jimmeak-doctrine-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (6)Versions (19)Used By (0)

Doctrine Bundle by Jimmeak
==========================

[](#doctrine-bundle-by-jimmeak)

This bundle has been created as helping hand across many Symfony projects, when Doctrine is present and more complex database Entities are required. You can use many predefined PHP traits and also one mapped superclass containing *createdAt* or *updatedAt* with Gedmo Doctrine Extension.

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

[](#installation)

You need to use PHP 8.2 to run this bundle, since it contains new readonly classes syntax.

If you are using Symfony Flex, all you need to do is to run composer require command

```
composer require jimmeak/doctrine-bundle
```

If you are not using flex within the Symfony application, make sure you have the bundle registered

```
// config/bundles.php
