Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/68publishers/doctrine-persistence
:floppy_disk: Persistence utils like transaction objects.
https://github.com/68publishers/doctrine-persistence
doctrine nette
Last synced: 27 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T00:52:52.000Z (5 months ago)
- Last Synced: 2024-11-13T14:22:20.850Z (about 2 months ago)
- Topics: doctrine, nette
- Language: PHP
- Homepage:
- Size: 80.1 KB
- Stars: 1
- Watchers: 3
- 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
```