Skip to content
This repository was archived by the owner on Oct 4, 2019. It is now read-only.
/ SoclozStateBundle Public archive

[DEPRECATED] A Symfony2 bundle to manage state, configuration, locks and features flags

License

Notifications You must be signed in to change notification settings

SoCloz/SoclozStateBundle

Repository files navigation

SoclozStateBundle

A Symfony2 bundle to manage state, configuration, locks and features flags

Dependencies

It currently uses Redis as a storage backend. phpredis needs to be installed.

Lock Manager

Usage:

$lockManager = $container->get('socloz_state.lock_manager');
if ($lockManager->lock("lock_name") {
    // do some stuff
    $lockManager->unlock("lock_name");
}

State manager

Not yet implemented

Feature flag manager

Not yet implemented

About

[DEPRECATED] A Symfony2 bundle to manage state, configuration, locks and features flags

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages