talentrydev/locking-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Installs: 259

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/talentrydev/locking-bundle

1.0.1 2021-07-01 17:01 UTC

This package is auto-updated.

Last update: 2024-06-29 05:10:51 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();
];