neo4j-php / Bolt

PHP library to provide connectivity to graph database over TCP socket with Bolt specification
https://packagist.org/packages/stefanak-michal/bolt
MIT License
74 stars 10 forks source link

Implement server state changes #118

Closed stefanak-michal closed 11 months ago

stefanak-michal commented 1 year ago

There was some naming changes. Update it by https://www.neo4j.com/docs/bolt/current/bolt/server-state/

The old protocol versions should still use the original naming. So ServerState class will contain consts for all of them.