Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/radekhubner/doctrineextensions

Implementation of DoctrineExtensions into Nette Framework.
https://github.com/radekhubner/doctrineextensions

doctrine doctrineextensions extension hubner nette php

Last synced: 9 days ago
JSON representation

Implementation of DoctrineExtensions into Nette Framework.

Awesome Lists containing this project

README

        

# DoctrineExtensions

[![Build Status](https://travis-ci.org/radekhubner/DoctrineExtensions.svg?branch=master)](https://travis-ci.org/radekhubner/DoctrineExtensions)
[![Latest Stable Version](https://poser.pugx.org/radekhubner/doctrine-extensions/v/stable)](https://packagist.org/packages/radekhubner/doctrine-extensions)
[![Latest Unstable Version](https://poser.pugx.org/radekhubner/doctrine-extensions/v/unstable)](https://packagist.org/packages/radekhubner/doctrine-extensions)
[![License](https://poser.pugx.org/radekhubner/doctrine-extensions/license)](https://packagist.org/packages/radekhubner/doctrine-extensions)

Implementation of [DoctrineExtensions](https://github.com/Atlantic18/DoctrineExtensions) into [Nette Framework](https://github.com/nette).

## Installation

```sh
composer require radekhubner/doctrine-extensions
```

Enable extension in your neon config:

```yaml
extensions:
- RadekHubner\DoctrineExtensions\DI\TimestampableExtension
```