@@ -20,11 +20,11 @@ composer require neo4j-php/query-api
20
20
21
21
## Client Installation
22
22
23
- If you plan on using the HTTP drivers , make sure you have psr-7, psr-17, and psr-18 implementations included in your project.
24
- If you don't have any, you can install them via Composer:
23
+ This client uses the HTTP protocol , make sure you have psr-7, psr-17, and psr-18 implementations included in your project.
24
+ If you don't have any, you can install one of the many options via Composer:
25
25
26
26
``` sh
27
- composer require psr/http-message psr/http-factory psr/http-client
27
+ composer require guzzlehttp/guzzle
28
28
```
29
29
30
30
> ** _ NOTE:_ ** PSR-17 and PSR-18 are essential for HTTP client communication. Other compatible clients like Guzzle can also be used.
@@ -121,19 +121,18 @@ Cypher values and types map to these php types and classes:
121
121
| Authentication | Yes |
122
122
| Transaction | Yes |
123
123
| HTTP | Yes |
124
- | Cluster | Partly* |
124
+ | Cluster | Partly * |
125
125
| Aura | Yes |
126
126
| Bookmarks | Yes |
127
127
| Bolt | No |
128
128
129
- > ** _ NOTE:_ ** It supports neo4j databases versions > 5.25 or Neo4j Aura (which has QueryAPI enabled.)
130
129
> \* Client side routing is only supported in the Neo4j driver
131
130
132
-
131
+ ** _ NOTE: _ ** * _ It supports neo4j databases versions > 5.25 or Neo4j Aura (which has QueryAPI enabled.) _ *
133
132
134
133
## Contributing
135
134
136
- Please see CONTRIBUTING for details.
135
+ Please see [ CONTRIBUTING.md ] ( ./Contributing.md ) for details.
137
136
138
137
## Security
139
138
@@ -142,8 +141,10 @@ If you discover any security-related issues, please email *
[email protected] *
142
141
## Credits
143
142
144
143
- Created with ❤️ by Nagels
145
- - [ Ghlen Nagels] ( https://www.linkedin.com/in/ghlen/ ) , [ Kiran Chandani] ( https://www.linkedin.com/in/kiran-chandani-5628a1213/ ) , [ Pratiksha Zalte] ( )
144
+ - [ Kiran Chandani] ( https://www.linkedin.com/in/kiran-chandani-5628a1213/ ) ,
145
+ - [ Pratiksha Zalte] ( https://github.com/p123-stack ) ,
146
+ - [ Ghlen Nagels] ( https://www.linkedin.com/in/ghlen/ )
146
147
147
148
## License
148
149
149
- The MIT License (MIT). Please see License File for more information.
150
+ The MIT License (MIT). Please see [ License File] ( LICENSE ) for more information.
0 commit comments