Skip to content

Commit dc88213

Browse files
committed
updated README.md
1 parent 2c7ce6c commit dc88213

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ composer require neo4j-php/query-api
2020

2121
## Client Installation
2222

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:
2525

2626
```sh
27-
composer require psr/http-message psr/http-factory psr/http-client
27+
composer require guzzlehttp/guzzle
2828
```
2929

3030
> **_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:
121121
| Authentication | Yes |
122122
| Transaction | Yes |
123123
| HTTP | Yes |
124-
| Cluster | Partly* |
124+
| Cluster | Partly * |
125125
| Aura | Yes |
126126
| Bookmarks | Yes |
127127
| Bolt | No |
128128

129-
> **_NOTE:_** It supports neo4j databases versions > 5.25 or Neo4j Aura (which has QueryAPI enabled.)
130129
> \* Client side routing is only supported in the Neo4j driver
131130
132-
131+
**_NOTE:_** *_It supports neo4j databases versions > 5.25 or Neo4j Aura (which has QueryAPI enabled.)_*
133132

134133
## Contributing
135134

136-
Please see CONTRIBUTING for details.
135+
Please see [CONTRIBUTING.md](./Contributing.md) for details.
137136

138137
## Security
139138

@@ -142,8 +141,10 @@ If you discover any security-related issues, please email *[email protected]*
142141
## Credits
143142

144143
- 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/),
146147

147148
## License
148149

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

Comments
 (0)