PHPackages                             diablomedia/doctrine1-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. diablomedia/doctrine1-bundle

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

diablomedia/doctrine1-bundle
============================

Symfony Doctrine1Bundle

1.1.4(2mo ago)1205[5 PRs](https://github.com/diablomedia/doctrine1-bundle/pulls)MITPHPPHP ~8.1 || ~8.2 || ~8.3 || ~8.4CI passing

Since Apr 17Pushed 1mo ago3 watchersCompare

[ Source](https://github.com/diablomedia/doctrine1-bundle)[ Packagist](https://packagist.org/packages/diablomedia/doctrine1-bundle)[ Docs](http://github.com/diablomedia/doctrine1-bundle)[ RSS](/packages/diablomedia-doctrine1-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (40)Versions (19)Used By (0)

Doctrine1 Bundle
================

[](#doctrine1-bundle)

[![Build](https://github.com/diablomedia/doctrine1-bundle/workflows/Build/badge.svg?event=push)](https://github.com/diablomedia/doctrine1-bundle/actions?query=workflow%3ABuild+event%3Apush)[![Latest Stable Version](https://camo.githubusercontent.com/716f9f1eefc7c75ce7d68a581b039d2f0d9f96e1e7839a46d8615caedc98d9a6/68747470733a2f2f706f7365722e707567782e6f72672f646961626c6f6d656469612f646f637472696e65312d62756e646c652f762f737461626c65)](https://packagist.org/packages/diablomedia/doctrine1-bundle)[![Total Downloads](https://camo.githubusercontent.com/57c637937ef27b31c9f15b9ec15342bf7583f385dcebfa556cecf9ce71d71c94/68747470733a2f2f706f7365722e707567782e6f72672f646961626c6f6d656469612f646f637472696e65312d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/diablomedia/doctrine1-bundle)[![License](https://camo.githubusercontent.com/c14725844eb32fa0f40a78bd399ad34e020164c71c7476d2cb9f1c3cff26928a/68747470733a2f2f706f7365722e707567782e6f72672f646961626c6f6d656469612f646f637472696e65312d62756e646c652f6c6963656e7365)](https://packagist.org/packages/diablomedia/doctrine1-bundle)

Symfony Bundle for Doctrine1 ORM

This is heavily based on the Symfony/Doctrine DoctrineBundle () but adapted to work with Doctrine1. This bundle allows you to configure Doctrine1 through Symfony's configuration and also adds a section to the Symfony profiler/debug toolbar so you can view query information in the same way you would with the DoctrineBundle.

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

[](#installation)

Install using composer:

```
composer require diablomedia/doctrine1-bundle

```

While this bundle should work with the original Doctrine1 library, we recommend using our fork that is better tested against recent versions of PHP.

```
composer require diablomedia/doctrine1

```

Configuration
-------------

[](#configuration)

Enable the Bundle in Symfony:

```
