Download the PHP package basho/riak without Composer
On this page you can find all versions of the php package basho/riak. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package riak
Riak Client for PHP
Riak PHP Client is a library which makes it easy to communicate with Riak, an open source, distributed database that focuses on high availability, horizontal scalability, and predictable latency. This library communicates with Riak's HTTP interface using the cURL extension. If you want to communicate with Riak using the Protocol Buffers interface, use the Official PHP PB Client. Both Riak and this library are maintained by Basho Technologies.
To see other clients available for use with Riak visit our Documentation Site
- Installation
- Documentation
- Contributing
- An honest disclaimer
- Roadmap
- License and Authors
Installation
Dependencies
- PHP 5.4+
- PHP Extensions: curl, json and openssl [required for security features]
- Riak 2.1+
- Composer PHP Dependency Manager
Composer Install
This library has been added to Packagist to simplify the installation process. Run the following composer command:
Alternately, manually add the following to your composer.json
, in the require
section:
And then run composer update
to ensure the module is installed.
Documentation
A fully traversable version of the API documentation for this library can be found on Github Pages.
Example Usage
Below is a short example of using the client. More substantial sample code is available in examples.
Contributing
This repo's maintainers are engineers at Basho and we welcome your contribution to the project! You can start by reviewing CONTRIBUTING.md for information on everything from testing to coding standards.
An honest disclaimer
Due to our obsession with stability and our rich ecosystem of users, community updates on this repo may take a little longer to review.
The most helpful way to contribute is by reporting your experience through issues. Issues may not be updated while we review internally, but they're still incredibly appreciated.
Thank you for being part of the community! We love you for it.
Roadmap
- Current develop & master branches contain feature support for Riak version 2.1+
- Add support for Riak TS Q2 2016
License and Authors
- Author: Christopher Mancini (https://github.com/christophermancini)
- Author: Alex Moore (https://github.com/alexmoore)
- Author: Luke Bakken (https://github.com/lukebakken)
Copyright (c) 2015 Basho Technologies, Inc. Licensed under the Apache License, Version 2.0 (the "License"). For more details, see License.
All versions of riak with dependencies
ext-json Version *
ext-curl Version *