Vinelab / NeoEloquent

The Neo4j OGM for Laravel
MIT License
633 stars 197 forks source link

New client integration #346

Closed transistive closed 2 years ago

transistive commented 2 years ago

I integrated the client into neo eloquent and greenbarred all tests.

Some pointers:

Hope this is up to standard :+1:

Looking forward to your feedback

transistive commented 2 years ago

Hi @KinaneD,

Thank you for the positive review!

The GitHub neo4j-php/neo4j-php-client is the source of the laudis/neo4j-php-client package, so it all works out. This discrepancy is there because I built the driver by myself in the beginning and then moved it to neo4j-PHP's GitHub. The next major version will probably move namespaces, but this is not set in stone yet.

I can help with future issues if needed!

Kind regards,

Ghlen

transistive commented 2 years ago

I took the liberty to change the Dockerfile and remove some unnecessary items in the composer file to make it all work for local development :+1: