Download the PHP package cyberhouse/typo3-doctrine-orm without Composer
On this page you can find all versions of the php package cyberhouse/typo3-doctrine-orm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cyberhouse/typo3-doctrine-orm
More information about cyberhouse/typo3-doctrine-orm
Files in cyberhouse/typo3-doctrine-orm
Package typo3-doctrine-orm
Short Description Provides Extbase integration for Doctrine ORM for TYPO3 8+
License GPL-3.0-only
Informations about the package typo3-doctrine-orm
Doctrine ORM for TYPO3
Extension doctrine_orm integrates the well known Doctrine ORM using the TYPO3 Doctrine DBAL API exposed by TYPO3 8. It does not offer the full feature set of either extbase or Doctrine, simply because the conceptual differences are too big for a 100% seamless integration.
It's main goal is to provide a set of APIs to use Doctrine managed entites within extbase plugins.
Installation
Install via the TER or use composer: composer require cyberhouse/typo3-doctrine-orm
Usage
Using this package requires two steps:
- Register and setup some Typoscript, as described in <Documentation/Setup.rst>
- Create Doctrine ORM models with some changes applied <Documentation/Usage.rst>
Development
This extension is developed and maintained publicly on https://github.com/cyberhouse/typo3-doctrine-orm
License
This package is licensed under the GPL v3. Please see the file LICENSE
or
the official [FSF GPL Website](FSF GPL Website: https://www.gnu.org/licenses/gpl-3.0.html)
All versions of typo3-doctrine-orm with dependencies
typo3/cms Version ^8.6
doctrine/orm Version ^2.5
doctrine/annotations Version ^1.3