โ ๏ธ Warning! This package does not have active support, it exists only for the historical needs of the author.
Persistence utils like transaction objects.
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
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