Hi Collin
If you did not import the class in your php file, you need to use the fully
qualified name which is \Basho\Riak\Riak like this:
$client = new \Basho\Riak\Riak('127.0.0.1', 8098);
The name change form RiakClient to Riak happened recently (probably as part of
the PSR1 and PSR2 refactori
Hi everyone
I just made php_riak available on PECL, to test it out install it with pecl
like this.
pecl install riak-alpha
Php_riak is a protobuff riak client for PHP written in C, it has only been
tested by myself so far, so it is still in a very early state, but if your
interested in improvi