Re: Riak PHP questions

2013-05-12 Thread Kaspar Pedersen
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

[ANN] Php_riak 0.4.2

2013-06-13 Thread Kaspar Pedersen
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