Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 724 Bytes

File metadata and controls

34 lines (22 loc) · 724 Bytes

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