cyberhouse/typo3-doctrine-orm

Provides Extbase integration for Doctrine ORM for TYPO3 8+

Installs: 1 117

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 5

Forks: 2

Open Issues: 0

Type:typo3-cms-extension

1.0.4 2018-01-22 13:07 UTC

This package is not auto-updated.

Last update: 2024-04-13 23:25:42 UTC


README

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:

  1. Register and setup some Typoscript, as described in <Documentation/Setup.rst>
  2. 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)