Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/radekhubner/doctrineextensions
- Owner: radekhubner
- License: mit
- Created: 2017-03-19T20:10:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T19:59:31.000Z (over 6 years ago)
- Last Synced: 2024-10-07T03:21:21.469Z (30 days ago)
- Topics: doctrine, doctrineextensions, extension, hubner, nette, php
- Language: PHP
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```