Symfony 2 bundle that implements consistent hashing, one of the most know use case is in distributed caching, but can be used in other cases like shard data across multiple databases/servers.
The source code of this bundle is base Flexihash.
You can read more about consistent hashing in: http://www.tomkleinpeter.com/2008/03/17/programmers-toolbox-part-3-consistent-hashing/
Pull requests are welcome (see Contributing section).
Installation instructions are located in documentation.
This bundle is under the MIT license. See the complete license in:
Resources/meta/LICENSE