Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```