Skip to content

Conversation

@pdscopes
Copy link

Firstly, thank you for writing this brilliant distributed semaphore using Redis!

For me to be able to use this I require a namespace for the RedLock class, which I have added along with some PHPDoc documentation and PHPUnit tests.

@annuh
Copy link

annuh commented Jul 28, 2017

Could this PR be merged? I need the namespace support for my project :)

@pdscopes
Copy link
Author

You can use my code directly if this doesn't get a merged (doesn't look likely) by add a my repo as a VCS repository to your composer file, i.e.:

{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/pdscopes/redlock-php"
    }
  ],
  ...
  "require": {
    "ronnylt/redlock-php": "~1.0.0"
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants