Download the PHP package diablomedia/doctrine1-bundle without Composer
On this page you can find all versions of the php package diablomedia/doctrine1-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download diablomedia/doctrine1-bundle
More information about diablomedia/doctrine1-bundle
Files in diablomedia/doctrine1-bundle
Package doctrine1-bundle
Short Description Symfony Doctrine1Bundle
License MIT
Homepage http://github.com/diablomedia/doctrine1-bundle
Informations about the package doctrine1-bundle
Doctrine1 Bundle
Symfony Bundle for Doctrine1 ORM
This is heavily based on the Symfony/Doctrine DoctrineBundle (https://github.com/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
Install using composer:
While this bundle should work with the original Doctrine1 library, we recommend using our fork that is better tested against recent versions of PHP.
Configuration
Enable the Bundle in Symfony:
To configure your database connection, create a doctrine1.yaml
file in your config/packages
folder with the necessary connection credentials, here's a sample for mysql:
All versions of doctrine1-bundle with dependencies
doctrine/doctrine1 Version ^1.2.0
doctrine/sql-formatter Version ^1.0.1
symfony/cache Version ^5.4 || ^6.0 || ^7.0
symfony/config Version ^5.4 || ^6.0 || ^7.0
symfony/console Version ^5.4 || ^6.0 || ^7.0
symfony/dependency-injection Version ^5.4 || ^6.0 || ^7.0
symfony/framework-bundle Version ^5.4 || ^6.0 || ^7.0
symfony/service-contracts Version ^1.1.1 || ^2.0 || 3.0