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
73 stars 10 forks source link

moved sockets extension from a requirement to a suggestion #61

Closed transistive closed 3 years ago

transistive commented 3 years ago

Since the stream extension is standard in the PHP installation and does not require the socket's extension, it seems best to move it as a suggests instead of a requirement. This way, people using the Stream socket will not be required to install the socket extension.

Also, thank you for promoting the neo4j-php-client :+1: