laravel-console-mutex

Mutex for Laravel Console Commands.

MIT License

Downloads
629K
Stars
139
Committers
7

Bot releases are visible (Hide)

laravel-console-mutex - Release 5.3.0

Published by dmitry-ivanov about 7 years ago

  • Added separate branch and release for Laravel 5.3;
laravel-console-mutex - Release 5.2.0

Published by dmitry-ivanov about 7 years ago

  • Added separate branch and release for Laravel 5.2;
laravel-console-mutex - Release 5.1.0

Published by dmitry-ivanov about 7 years ago

  • Added separate branch and release for Laravel 5.1;
laravel-console-mutex - Release 1.5.0

Published by dmitry-ivanov about 7 years ago

  • RuntimeException used for immediate stop of command execution.

Useful for complex commands, where few initialize actions are take place. If initializeMutex is first, all other initializations would be skipped automatically now.

laravel-console-mutex - Release 1.4.6

Published by dmitry-ivanov about 7 years ago

  • Made different Travis test envs more independent;
laravel-console-mutex - Release 1.4.5

Published by dmitry-ivanov over 7 years ago

  • phpredis client supported for redis strategy, as well as predis client;
laravel-console-mutex - Release 1.4.4

Published by dmitry-ivanov over 7 years ago

  • Readme improved;
laravel-console-mutex - Release 1.4.3

Published by dmitry-ivanov over 7 years ago

  • Added the database port to MySqlLock;
laravel-console-mutex - Release 1.4.2

Published by dmitry-ivanov over 7 years ago

  • Tagged all points of Laravel backwards compatibility logic;
laravel-console-mutex - Release 1.4.1

Published by dmitry-ivanov over 7 years ago

  • Minor tests fixes;
laravel-console-mutex - Release 1.4.0

Published by dmitry-ivanov over 7 years ago

  • Info message used instead of RuntimeException on blocks;
laravel-console-mutex - Release 1.3.2

Published by dmitry-ivanov over 7 years ago

  • Cached configs support added;
laravel-console-mutex - Release 1.3.1

Published by dmitry-ivanov over 7 years ago

  • Tests structure improved;
laravel-console-mutex - Release 1.3.0

Published by dmitry-ivanov over 7 years ago

  • Mutex timeout added;
laravel-console-mutex - Release 1.2.1

Published by dmitry-ivanov over 7 years ago

  • Travis tests on PHP 7.1 added;
  • Strict Laravel versions support;
laravel-console-mutex - Release 1.2.0

Published by dmitry-ivanov over 7 years ago

  • Laravel 5.1+ support added;
laravel-console-mutex - Release 1.1.13

Published by dmitry-ivanov almost 8 years ago

  • StyleCI rules fixed;
  • Composer lock updated;
laravel-console-mutex - Release 1.1.12

Published by dmitry-ivanov almost 8 years ago

  • StyleCI rules fixed;
  • Composer lock updated;
laravel-console-mutex - Release 1.1.11

Published by dmitry-ivanov almost 8 years ago

  • Tests minor fixes;
  • Composer lock updated;
laravel-console-mutex - Release 1.1.10

Published by dmitry-ivanov almost 8 years ago

  • Readme minor fixes;
  • Composer lock updated;
Package Rankings
Top 2.56% on Packagist.org
Badges
Extracted from project README
StyleCI Build Status Coverage Status Laravel Idea Material Theme UI Plugin
Related Projects