talentrydev/locking-bundle

1.0.1 2021-07-01 17:01 UTC

This package is auto-updated.

Last update: 2024-04-29 04:44:47 UTC


README

This is a Symfony bundle used for integrating talentrydev/locking library into a Symfony project.

Installing

  • Run:
composer require talentrydev/locking-bundle
  • Add the LockingBundle to your kernel's registerBundles method:
return [
    //...
    new \Talentry\LockingBundle\LockingBundle();
];