File tree 1 file changed +1
-13
lines changed
1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,6 @@ This is the official PHP client for Riak.
3
3
4
4
[ ![ Build Status] ( https://secure.travis-ci.org/basho/riak-php-client.png?branch=master )] ( http://travis-ci.org/basho/riak-php-client )
5
5
6
- ## RoadMap
7
- * Current develop & master branches contain the legacy 1.4.x release of this library.
8
- * A Riak 2 rewrite is under active development in the 2.0.x branch
9
- * Shooting for a mid Q1 release candidate
10
- * Design goals are simplicity, extendability and stability
11
- * Follow PHP community standards for code style, docblock comments and use PHPUnit
12
- * Post questions, concerns and requests as Issues to open up a discussion
13
- * It will only use the HTTP Api for Riak at release
14
- * Decision was due to lack of PB library that doesn't depend on PHP extension with good PB message class generation
15
- * Plan for future by following Adapter design pattern so each API driver / adapter is interchangeable
16
- * It will make use of Traits, Abstract classes and Interfaces so app developers can extend and add any functionality they need
17
-
18
6
## Contributing
19
7
This is an open source project licensed under the Apache 2.0 License. We encourage and welcome contributions to the
20
8
project from the community. We ask that you keep in mind these considerations when planning your contribution.
@@ -61,7 +49,7 @@ Here is an example of a class docblock:
61
49
62
50
## Documentation ##
63
51
API documentation for this library can be found at<br />
64
- < http://basho.github.com /riak-php-client/ >
52
+ < http://basho.github.io /riak-php-client/archive/1.4.x >
65
53
66
54
(See ** Documentation Maintenance** at the bottom of the README for instructions on updating the docs.)
67
55
You can’t perform that action at this time.
0 commit comments