2017 © Pedro Peláez
 

library laravel-lock

This package provides additional lock drivers and functionality on top of the default locking functionality.

image

wesleydekanter/laravel-lock

This package provides additional lock drivers and functionality on top of the default locking functionality.

  • Sunday, May 6, 2018
  • by wesleydekanter
  • Repository
  • 0 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel lock extension

This package provides additional locking features on top of the default cache locking mechanism. It also provided alternate drivers to use in stead of the default cache lock., (*1)

Cache lock

By default this package uses the default Cache lock functionality as provided in Laravel., (*2)

File lock

This package offers locking through the filesystem using flock. By default it places lock files in the storage/app/lock folder, though this can be changed in the config file., (*3)

MySQL lock

This package also offers locks using MySQL's GET_LOCK() implementation. By default it uses the default connection, but the connection can be changed in the config file., (*4)

NOTICE: MySQL <5.7 does not allow holding multiple locks on one connection! To circumvent this, the driver sets up a new connection with the same credentials for each new lock., (*5)

The Versions

06/05 2018

dev-master

9999999-dev

This package provides additional lock drivers and functionality on top of the default locking functionality.

  Sources   Download

MIT

by Wesley de Kanter

laravel framework