Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ipublikuj/doctrine-blameable
Behavior for automate update of user reference fields on your entities for Nette Framework (3.0+)
https://github.com/ipublikuj/doctrine-blameable
blameable doctrine-blameable doctrine2 extension ipub ipublikuj nette
Last synced: 20 days ago
JSON representation
Behavior for automate update of user reference fields on your entities for Nette Framework (3.0+)
- Host: GitHub
- URL: https://github.com/ipublikuj/doctrine-blameable
- Owner: ipublikuj
- License: other
- Created: 2016-01-04T21:05:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-23T21:39:51.000Z (over 4 years ago)
- Last Synced: 2024-12-13T03:53:02.431Z (about 2 months ago)
- Topics: blameable, doctrine-blameable, doctrine2, extension, ipub, ipublikuj, nette
- Language: PHP
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Doctrine Blameable
[![Build Status](https://img.shields.io/travis/iPublikuj/doctrine-blameable.svg?style=flat-square)](https://travis-ci.org/iPublikuj/doctrine-blameable)
[![Scrutinizer Code Coverage](https://img.shields.io/scrutinizer/coverage/g/iPublikuj/doctrine-blameable.svg?style=flat-square)](https://scrutinizer-ci.com/g/iPublikuj/doctrine-blameable/?branch=master)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/iPublikuj/doctrine-blameable.svg?style=flat-square)](https://scrutinizer-ci.com/g/iPublikuj/doctrine-blameable/?branch=master)
[![Latest Stable Version](https://img.shields.io/packagist/v/ipub/doctrine-blameable.svg?style=flat-square)](https://packagist.org/packages/ipub/doctrine-blameable)
[![Composer Downloads](https://img.shields.io/packagist/dt/ipub/doctrine-blameable.svg?style=flat-square)](https://packagist.org/packages/ipub/doctrine-blameable)
[![License](https://img.shields.io/packagist/l/ipub/doctrine-blameable.svg?style=flat-square)](https://packagist.org/packages/ipub/doctrine-blameable)Blameable behavior will automate the update of username or user reference 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-blameable is using [Composer](http://getcomposer.org/):
```sh
$ composer require ipub/doctrine-blameable
```After that you have to register extension in config.neon.
```neon
extensions:
doctrineBlameable: IPub\DoctrineBlameable\DI\DoctrineBlameableExtension
```## Documentation
Learn how to register and work with blameable behavior in [documentation](https://github.com/iPublikuj/doctrine-blameable/blob/master/docs/en/index.md).
***
Homepage [https://www.ipublikuj.eu](https://www.ipublikuj.eu) and repository [http://github.com/iPublikuj/doctrine-blameable](http://github.com/iPublikuj/doctrine-blameable).