PHPackages                             long-running/doctrine-orm - 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. long-running/doctrine-orm

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

long-running/doctrine-orm
=========================

1.1.0(4y ago)2582.1k—0%1MITPHPPHP ^8.0

Since Jan 25Pushed 4y ago2 watchersCompare

[ Source](https://github.com/LongRunning/doctrine-orm)[ Packagist](https://packagist.org/packages/long-running/doctrine-orm)[ RSS](/packages/long-running-doctrine-orm/feed)WikiDiscussions main Synced 1mo ago

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

LongRunning Doctrine ORM
========================

[](#longrunning-doctrine-orm)

This is a read only split from the [LongRunning](https://github.com/LongRunning/LongRunning) mono repository.

If you want to make changes, please create a pull request [there](https://github.com/LongRunning/LongRunning/pulls).

This packages requires Doctrine ORM 2.7 or higher.

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

[](#installation)

```
composer require long-running/doctrine-orm

```

Symfony
-------

[](#symfony)

If you are using Symfony, make sure to install the [DoctrineBundle](https://github.com/doctrine/DoctrineBundle).

```
composer require doctrine/doctrine-bundle

```

Then register the bundle:

```
