https://github.com/radekhubner/doctrineextensions
Implementation of DoctrineExtensions into Nette Framework.
https://github.com/radekhubner/doctrineextensions
doctrine doctrineextensions extension hubner nette php
Last synced: 2 months 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 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T19:59:31.000Z (over 8 years ago)
- Last Synced: 2025-02-14T20:57:50.483Z (over 1 year 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
[](https://travis-ci.org/radekhubner/DoctrineExtensions)
[](https://packagist.org/packages/radekhubner/doctrine-extensions)
[](https://packagist.org/packages/radekhubner/doctrine-extensions)
[](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
```