@@ -6,21 +6,9 @@ PHP client API (v5.2) for [RavenDB](https://ravendb.net/) , a NoSQL document dat
6
6
7
7
** Package has been made to match Java and other RavenDB clients**
8
8
9
- > Please note that ** RavenDB PHP client** is still under ** DEVELOPMENT** and client API can be changed.
10
-
11
9
## Installation
12
10
13
- In order to add this library to your project, first you must add the following line to your project composer.json:
14
-
15
- ``` json
16
- {
17
- ...
18
- "minimum-stability" : " dev" ,
19
- ...
20
- }
21
- ```
22
-
23
- Then you can install library to your project via [ Composer] ( https://getcomposer.org/ )
11
+ You can install library to your project via [ Composer] ( https://getcomposer.org/ )
24
12
25
13
``` bash
26
14
$ composer require ravendb/ravendb-php-client
@@ -74,21 +62,27 @@ try {
74
62
75
63
Read more about ** RavenDB** and how to use it in our [ documentation] ( https://ravendb.net/docs/ ) .
76
64
77
- ## What's new?
65
+ ## Client features
78
66
79
- #### 5.2.0beta1
80
-
81
- - ** session**
67
+ - * session*
82
68
- ability to track objects
83
69
- crud
70
+ - delete
84
71
- include
85
72
- no tracking
73
+ - cluster transactions
74
+ - conditional load
86
75
87
- - ** indexes**
76
+ - * attachments*
77
+ - crud
78
+ - session
79
+ - move, rename
80
+
81
+ - * indexes*
88
82
- crud (static/auto)
89
83
- modify state: (setting index priority, enabling/disabling indexes, start/stop index, list/clean indexing errors, getting terms)
90
84
91
- - ** query* *
85
+ - * query*
92
86
- static/dynamic indexes
93
87
- document query methos (where equals, starts with, etc)
94
88
- aggregation (group by )
@@ -97,23 +91,21 @@ Read more about **RavenDB** and how to use it in our [documentation](https://rav
97
91
- select fields (projection)
98
92
- delete/patch by query
99
93
100
- - ** https support* *
94
+ - * https support*
101
95
- certificates crud
102
96
- request executor
103
97
104
- - ** compare exchange* *
98
+ - * compare exchange*
105
99
- crud
106
100
- session
107
101
108
- - ** patch* *
102
+ - * patch*
109
103
- by script
110
104
- by path
111
105
112
- - ** databases* *
106
+ - * databases*
113
107
- crud
114
108
115
- > The client is still in the ** beta** phase.
116
-
117
109
----
118
110
#### RavenDB Documentation
119
111
[ https://ravendb.net/docs/ ] ( https://ravendb.net/docs/ )
0 commit comments