Skip to content

Commit 6da8885

Browse files
Update README.md
1 parent 6254b25 commit 6da8885

File tree

1 file changed

+10
-24
lines changed

1 file changed

+10
-24
lines changed

README.md

Lines changed: 10 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Logo](https://repository-images.githubusercontent.com/198229221/fcf334aa-ef6b-4fe9-89ad-d03e4c7d89e3)
1+
![Logo](https://repository-images.githubusercontent.com/198229221/d2c5f5c9-dce2-4314-a0ba-7870154ea748)
22

33
# Bolt
44

@@ -18,7 +18,13 @@ all available versions and keep up with protocol messages architecture and speci
1818

1919
We are trying to keep up and this library supports **Bolt <= 5.8**.
2020

21-
https://www.neo4j.com/docs/bolt/current/bolt-compatibility/
21+
## :books: Supported ecosystems
22+
23+
- [Neo4j](https://www.neo4j.com/docs/bolt/current/bolt-compatibility/)
24+
- Memgraph
25+
- Amazon Neptune
26+
- DozerDB
27+
- ONgDB
2228

2329
## :white_check_mark: Requirements
2430

@@ -45,7 +51,7 @@ Run the following command in your project to install the latest applicable versi
4551

4652
### Manual
4753

48-
1. Download source code from [github](https://github.com/neo4j-php/Bolt/)
54+
1. Download source code from [github](https://github.com/stefanak-michal/php-bolt-driver/)
4955
2. Unpack
5056
3. Copy content of `src` directory into your project
5157

@@ -130,7 +136,7 @@ _`run` executes query in auto-commit transaction if explicit transaction was not
130136
| Boolean | boolean |
131137
| Integer | integer |
132138
| Float | float |
133-
| Bytes | [Bytes class]([https://github.com/neo4j-php/Bolt/blob/master/src/structures/Bytes.php](https://github.com/neo4j-php/Bolt/blob/master/src/packstream/Bytes.php)) |
139+
| Bytes | [Bytes class](https://github.com/stefanak-michal/php-bolt-driver/blob/master/src/packstream/Bytes.php) |
134140
| String | string |
135141
| List | array with consecutive numeric keys from 0 |
136142
| Dictionary | object or array which is not considered as list |
@@ -268,23 +274,3 @@ This library contains own PSR-16 cache implementation `\Bolt\helpers\FileCache`.
268274
Bolt does collect anonymous analytics data. These data are just aggregated counts of executed queries and sessions. They are stored in [cache](#minidisc-psr-16-cache) and submitted once a day after midnight. You can opt out with environment variable `BOLT_ANALYTICS_OPTOUT`.
269275

270276
Analytics data are public and available at [Mixpanel](https://eu.mixpanel.com/p/7ttVKqvjdqJtGCjLCFgdeC).
271-
272-
## :pushpin: More solutions
273-
274-
If you need simple class to cover basic functionality you can
275-
use: [neo4j-bolt-wrapper](https://packagist.org/packages/stefanak-michal/neo4j-bolt-wrapper)
276-
277-
When you are in need of enterprise level take a look
278-
on: [php-client](https://packagist.org/packages/laudis/neo4j-php-client)
279-
280-
PDO implementation is available at [pdo-bolt](https://github.com/stefanak-michal/pdo-bolt)
281-
282-
More informations can be found at: https://neo4j.com/developer/php/
283-
284-
## :recycle: Old versions
285-
286-
If you need support for end-of-life PHP versions, here is a short info list. Not all new features are implement backwards and this readme is updated to latest released version.
287-
288-
* PHP < 7.4 - v3.x
289-
* PHP 7.4 - v5.x
290-
* PHP 8.0 - v6.x

0 commit comments

Comments
 (0)