-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from neo4j-php/release_v3
Release v3
- Loading branch information
Showing
53 changed files
with
656 additions
and
617 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# Bolt | ||
Bolt protocol library over TCP socket. Bolt protocol is created and in use for communication with [Neo4j](https://neo4j.com/) Graph database. The documentation is available at [https://7687.org/](https://7687.org/). This library is aimed to be low level and keep up with protocol messages architecture and specifications. | ||
|
||
![](https://img.shields.io/badge/phpunit-passed-success) ![](https://img.shields.io/badge/coverage-88%25-green) ![](https://img.shields.io/github/stars/stefanak-michal/Bolt) ![](https://img.shields.io/packagist/dt/stefanak-michal/bolt) ![](https://img.shields.io/github/v/release/stefanak-michal/bolt) ![](https://img.shields.io/github/commits-since/stefanak-michal/bolt/latest) | ||
![](https://img.shields.io/badge/phpunit-passed-success) ![](https://img.shields.io/github/stars/stefanak-michal/Bolt) ![](https://img.shields.io/packagist/dt/stefanak-michal/bolt) ![](https://img.shields.io/github/v/release/stefanak-michal/bolt) ![](https://img.shields.io/github/commits-since/stefanak-michal/bolt/latest) | ||
|
||
## [Version support](https://github.com/stefanak-michal/Bolt/wiki/Version-support) | ||
## [Requirements](https://github.com/stefanak-michal/Bolt/wiki/Requirements) | ||
## [Installation](https://github.com/stefanak-michal/Bolt/wiki/Installation) | ||
## [Usage](https://github.com/stefanak-michal/Bolt/wiki/Usage) | ||
## [Errors](https://github.com/stefanak-michal/Bolt/wiki/Errors) | ||
## [Version support](https://github.com/neo4j-php/Bolt/wiki/Version-support) | ||
## [Requirements](https://github.com/neo4j-php/Bolt/wiki/Requirements) | ||
## [Installation](https://github.com/neo4j-php/Bolt/wiki/Installation) | ||
## [Usage](https://github.com/neo4j-php/Bolt/wiki/Usage) | ||
## [Errors](https://github.com/neo4j-php/Bolt/wiki/Errors) | ||
|
||
## Another solutions | ||
https://neo4j.com/developer/php/ |
Oops, something went wrong.