@@ -6,21 +6,9 @@ PHP client API (v5.2) for [RavenDB](https://ravendb.net/) , a NoSQL document dat
66
77** Package has been made to match Java and other RavenDB clients**
88
9- > Please note that ** RavenDB PHP client** is still under ** DEVELOPMENT** and client API can be changed.
10-
119## Installation
1210
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/ )
2412
2513``` bash
2614$ composer require ravendb/ravendb-php-client
@@ -74,21 +62,27 @@ try {
7462
7563Read more about ** RavenDB** and how to use it in our [ documentation] ( https://ravendb.net/docs/ ) .
7664
77- ## What's new?
65+ ## Client features
7866
79- #### 5.2.0beta1
80-
81- - ** session**
67+ - * session*
8268 - ability to track objects
8369 - crud
70+ - delete
8471 - include
8572 - no tracking
73+ - cluster transactions
74+ - conditional load
8675
87- - ** indexes**
76+ - * attachments*
77+ - crud
78+ - session
79+ - move, rename
80+
81+ - * indexes*
8882 - crud (static/auto)
8983 - modify state: (setting index priority, enabling/disabling indexes, start/stop index, list/clean indexing errors, getting terms)
9084
91- - ** query* *
85+ - * query*
9286 - static/dynamic indexes
9387 - document query methos (where equals, starts with, etc)
9488 - aggregation (group by )
@@ -97,23 +91,21 @@ Read more about **RavenDB** and how to use it in our [documentation](https://rav
9791 - select fields (projection)
9892 - delete/patch by query
9993
100- - ** https support* *
94+ - * https support*
10195 - certificates crud
10296 - request executor
10397
104- - ** compare exchange* *
98+ - * compare exchange*
10599 - crud
106100 - session
107101
108- - ** patch* *
102+ - * patch*
109103 - by script
110104 - by path
111105
112- - ** databases* *
106+ - * databases*
113107 - crud
114108
115- > The client is still in the ** beta** phase.
116-
117109----
118110#### RavenDB Documentation
119111[ https://ravendb.net/docs/ ] ( https://ravendb.net/docs/ )
0 commit comments