Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T09:59:52.000Z (12 months ago)
- Last Synced: 2024-09-14T23:41:17.447Z (3 months 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
[![Build Status](https://badgen.net/github/checks/ipublikuj/doctrine-timestampable/master?cache=300&style=flast-square)](https://github.com/ipublikuj/doctrine-timestampable)
[![Code coverage](https://badgen.net/coveralls/c/github/ipublikuj/doctrine-timestampable?cache=300&style=flast-square)](https://coveralls.io/github/ipublikuj/doctrine-timestampable)
![PHP](https://badgen.net/packagist/php/ipub/doctrine-timestampable?cache=300&style=flast-square)
[![Licence](https://badgen.net/packagist/license/ipub/doctrine-timestampable?cache=300&style=flast-square)](https://github.com/ipublikuj/doctrine-timestampable/blob/master/LICENSE.md)
[![Downloads total](https://badgen.net/packagist/dt/ipub/doctrine-timestampable?cache=300&style=flast-square)](https://packagist.org/packages/ipub/doctrine-timestampable)
[![Latest stable](https://badgen.net/packagist/v/ipub/doctrine-timestampable/latest?cache=300&style=flast-square)](https://packagist.org/packages/ipub/doctrine-timestampable)
[![PHPStan](https://img.shields.io/badge/PHPStan-enabled-brightgreen.svg?style=flat-square)](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).