manavo / php-voldemort

PHP library for integrating with Voldemort 1.6.0 via Protocol Buffers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP library for Voldemort

Build Status

Protocol buffer bindings for Voldemort Open Source release 1.6.0.

Voldemort

You can find project Voldemort here: https://github.com/voldemort/voldemort

Installation

The library can be included using composer. Add the following lines to your project's composer.json:

{
    "repositories": [
		{
			"type": "vcs",
			"url": "https://github.com/drslump/Protobuf-PHP"
		},
        {
            "type": "vcs",
            "url": "https://github.com/manavo/php-voldemort"
        }
    ],
    "require": {
		"drslump/Protobuf-PHP": "*@dev",
        "manavo/php-voldemort": "*@dev"
    }
}

Tests

To run the test suite, run composer (php composer.phar install) and then run PHPUnit (vendor/bin/phpunit) from the project root.

About

PHP library for integrating with Voldemort 1.6.0 via Protocol Buffers

License:MIT License


Languages

Language:PHP 100.0%