68publishers/doctrine-persistence

Persistence utils like transaction objects.

v0.3.0 2023-01-03 23:19 UTC

This package is auto-updated.

Last update: 2024-04-04 02:22:43 UTC


README

⚠️ 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:

composer require 68publishers/doctrine-persistence

then you can register extension into DIC:

extensions:
    68publishers.doctrine_persistence: SixtyEightPublishers\DoctrinePersistence\Bridge\Nette\DI\DoctrinePersistenceExtension

Contributing

Before committing any changes, don't forget to run

vendor/bin/php-cs-fixer fix --config=.php_cs.dist -v --dry-run

and

$ composer run tests