Download the PHP package webonaute/doctrine-datalocking-bundle without Composer
On this page you can find all versions of the php package webonaute/doctrine-datalocking-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download webonaute/doctrine-datalocking-bundle
More information about webonaute/doctrine-datalocking-bundle
Files in webonaute/doctrine-datalocking-bundle
Download webonaute/doctrine-datalocking-bundle
More information about webonaute/doctrine-datalocking-bundle
Files in webonaute/doctrine-datalocking-bundle
Vendor webonaute
Package doctrine-datalocking-bundle
Short Description Lock a list of object of the same entity to be executed by a single processor. When the lock is aquire, the lock ID generated can be use by a processor to execute action on that locked list.
License MIT
Homepage https://github.com/Webonaute/DoctrineDataLockingBundle
Package doctrine-datalocking-bundle
Short Description Lock a list of object of the same entity to be executed by a single processor. When the lock is aquire, the lock ID generated can be use by a processor to execute action on that locked list.
License MIT
Homepage https://github.com/Webonaute/DoctrineDataLockingBundle
Please rate this library. Is it a good library?
Informations about the package doctrine-datalocking-bundle
Doctrine DataLocking Bundle
- Doctrine DataLocking Bundle
- About
- Branches
- Installation
- Documentation
- Configure Entity
- Lock data who are due.
- Get objects related to one lock ID.
- Unlock object after usage.
- Consume object after usage with deleteLocked
- License
About
Lock a list of object of the same entity to be executed by a single processor. When the lock is aquire, the lock ID generated can be use by a processor to execute action on that locked list.
Branches
Installation
This bundle is available via composer, find it on packagist.
Run :
Documentation
Configure Entity
Add this snipped code to your entity.
Lock data who are due.
Get objects related to one lock ID.
Unlock object after usage.
This will simply unlock the object. To consume the entity object, use deleteLocked method.
Consume object after usage with deleteLocked
This method will consume the entity object by deleting it from the database.
License
See LICENSE.
All versions of doctrine-datalocking-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
symfony/framework-bundle Version ^5.0
symfony/config Version ^5.0
symfony/console Version ^5.0
symfony/dependency-injection Version ^5.0
doctrine/doctrine-bundle Version ^1.8|^2.0
doctrine/orm Version ^2.0
symfony/framework-bundle Version ^5.0
symfony/config Version ^5.0
symfony/console Version ^5.0
symfony/dependency-injection Version ^5.0
doctrine/doctrine-bundle Version ^1.8|^2.0
doctrine/orm Version ^2.0
The package webonaute/doctrine-datalocking-bundle contains the following files
Loading the files please wait ....