https://github.com/68publishers/doctrine-persistence
:floppy_disk: Persistence utils like transaction objects.
https://github.com/68publishers/doctrine-persistence
doctrine nette
Last synced: 5 months ago
JSON representation
:floppy_disk: Persistence utils like transaction objects.
- Host: GitHub
- URL: https://github.com/68publishers/doctrine-persistence
- Owner: 68publishers
- License: mit
- Created: 2019-06-17T19:41:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T00:52:52.000Z (almost 2 years ago)
- Last Synced: 2025-11-28T01:44:26.441Z (7 months ago)
- Topics: doctrine, nette
- Language: PHP
- Homepage:
- Size: 80.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
> :warning: Warning! This package does not have active support, it exists only for the historical needs of the author.
# Doctrine Persistence
Persistence utils like transaction objects.
## Installation
The best way to install 68publishers/doctrine-persistence is using Composer:
```bash
composer require 68publishers/doctrine-persistence
```
then you can register extension into DIC:
```neon
extensions:
68publishers.doctrine_persistence: SixtyEightPublishers\DoctrinePersistence\Bridge\Nette\DI\DoctrinePersistenceExtension
```
## Contributing
Before committing any changes, don't forget to run
```bash
vendor/bin/php-cs-fixer fix --config=.php_cs.dist -v --dry-run
```
and
```bash
$ composer run tests
```