Re: Announcing a new PHP client

2012-11-28 Thread Mark Steele
You could generate the php glue code via the protocol buffer command line tool that's part of the Drslump protobuf package, which I could pull into my package. The command I use is in the readme. Mark On Wednesday, November 28, 2012, Sean Cribbs wrote: > Mark, > > That's awesome! If there's a w

Re: Announcing a new PHP client

2012-11-28 Thread Sean Cribbs
Mark, That's awesome! If there's a way we can make the riak_pb repo generate the PHP code automatically (and distributable), please let me know. On Tue, Nov 27, 2012 at 11:04 PM, Mark Steele wrote: > Hi folks, > > I've finally gotten around to writing up a PB client for PHP. > > The URL: https:

Announcing a new PHP client

2012-11-27 Thread Mark Steele
Hi folks, I've finally gotten around to writing up a PB client for PHP. The URL: https://github.com/marksteele/riak-php Background: http://www.control-alt-del.org/2011/09/06/building-a-better-riak-client-for-php/ It's a full implementation supporting all the features of 1.2.1 that are exposed vi