PHPackages                             orbitale/doctrine-tools - 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. orbitale/doctrine-tools

Abandoned → [orbitale/array-fixture](/?search=orbitale%2Farray-fixture)ArchivedLibrary[Database &amp; ORM](/categories/database)

orbitale/doctrine-tools
=======================

A pack of tools to use with Doctrine ORM

v0.7.5(6y ago)39.2kMITPHPPHP ^7.2

Since May 5Pushed 5y ago2 watchersCompare

[ Source](https://github.com/Orbitale/DoctrineTools)[ Packagist](https://packagist.org/packages/orbitale/doctrine-tools)[ Docs](https://github.com/Orbitale/DoctrineTools)[ RSS](/packages/orbitale-doctrine-tools/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (25)Used By (0)

⚠️ This package is abandoned, please use [Orbitale/ArrayFixture](https://github.com/Orbitale/ArrayFixture) instead
------------------------------------------------------------------------------------------------------------------

[](#warning-this-package-is-abandoned-please-use-orbitalearrayfixture-instead)

Orbitale Doctrine Tools
=======================

[](#orbitale-doctrine-tools)

This library is composed of multiple tools to be used with the Doctrine ORM.

### Documentation

[](#documentation)

- [Installation](#installation)
- [Usage](#usage)
    - [Entity Repository](#entity-repository)
    - [Doctrine Fixtures](#doctrine-fixtures)

Installation
============

[](#installation)

Simply install the library with [Composer](https://getcomposer.org):

```
    composer require orbitale/doctrine-tools:~0.1
```

Usage
=====

[](#usage)

Entity Repository
-----------------

[](#entity-repository)

There are 3 ways of using `EntityRepositoryHelperTrait`:

1. In your own repositories, just extend the Orbitale's one:

```
