PHPackages                             renanbritz/doctrine-utils - 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. renanbritz/doctrine-utils

ActiveLibrary[Database &amp; ORM](/categories/database)

renanbritz/doctrine-utils
=========================

Helpers to improve productivity with Doctrine ORM.

v0.1.13-alpha(6y ago)066MITPHPPHP &gt;=7

Since Sep 24Pushed 6y ago1 watchersCompare

[ Source](https://github.com/renanBritz/Doctrine-Utils)[ Packagist](https://packagist.org/packages/renanbritz/doctrine-utils)[ RSS](/packages/renanbritz-doctrine-utils/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (2)Versions (15)Used By (0)

Doctrine-Utils
==============

[](#doctrine-utils)

Introduction
------------

[](#introduction)

This project aims to provide a simple interface to query and persist data with Doctrine ORM. It will allow you to focus on domain logic rather than persistence logic, resulting in more readable and dry controllers.

### Persistence

[](#persistence)

By following a few simple conventions you'll be able to reduce the amount of code needed to store and update data to your database when using Doctrine ORM. See examples below.

Examples
--------

[](#examples)

### Persisting Data (Create and Update Person)

[](#persisting-data-create-and-update-person)

```
