https://github.com/ipublikuj/doctrine-timestampable
:alarm_clock: Behavior for automate the update of timestamp fields on your entities for Nette Framework (3.0+)
https://github.com/ipublikuj/doctrine-timestampable
doctrine-timestampable doctrine2 extension ipub ipublikuj nette timestampable
Last synced: 5 months ago
JSON representation
:alarm_clock: Behavior for automate the update of timestamp fields on your entities for Nette Framework (3.0+)
- Host: GitHub
- URL: https://github.com/ipublikuj/doctrine-timestampable
- Owner: ipublikuj
- License: other
- Created: 2016-01-06T21:10:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T09:59:52.000Z (over 2 years ago)
- Last Synced: 2024-09-14T23:41:17.447Z (almost 2 years ago)
- Topics: doctrine-timestampable, doctrine2, extension, ipub, ipublikuj, nette, timestampable
- Language: PHP
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Doctrine Timestampable
[](https://github.com/ipublikuj/doctrine-timestampable)
[](https://coveralls.io/github/ipublikuj/doctrine-timestampable)

[](https://github.com/ipublikuj/doctrine-timestampable/blob/master/LICENSE.md)
[](https://packagist.org/packages/ipub/doctrine-timestampable)
[](https://packagist.org/packages/ipub/doctrine-timestampable)
[](https://github.com/phpstan/phpstan)
Timestampable behavior will automate the update of date fields on your Entities in [Nette Framework](http://nette.org/) and [Doctrine 2](http://www.doctrine-project.org/)
## Installation
The best way to install **ipub/doctrine-timestampable** is using [Composer](http://getcomposer.org/):
```sh
composer require ipub/doctrine-timestampable
```
After that you have to register extension in config.neon.
```neon
extensions:
doctrineTimestampable: IPub\DoctrineTimestampable\DI\DoctrineTimestampableExtension
```
## Documentation
Learn how to register and work with timestampable behavior in [documentation](https://github.com/iPublikuj/doctrine-timestampable/blob/master/docs/en/index.md).
***
Homepage [https://www.ipublikuj.eu](https://www.ipublikuj.eu) and repository [http://github.com/iPublikuj/doctrine-timestampable](http://github.com/iPublikuj/doctrine-timestampable).