Questions tagged [neoxygen]
14 questions
5
votes
4 answers
Fatal error: Interface 'Psr\Log\LoggerInterface' not found
Fatal error: Interface 'Psr\Log\LoggerInterface' not found in C:\wamp\www\learningpower\vendor\neoxygen\neoclient\src\Logger\LoggerManager.php on line 20
I am trying to execute basic example of neoxygen.I have tried following code.
I have updated…

tarun14110
- 940
- 5
- 26
- 57
4
votes
1 answer
Use of "Neoxygen/Neoclient" as a ServiceProvider+Facade into Laravel 5.1
[EDIT] : OK, i updated this post several times during my tests and now it's working... I let the correct code here below... [/EDIT]
Since this morning, i'm trying to use "Neoxygen/Neoclient" as a ServiceProvider and a Facade into a new fresh…

frednotet
- 115
- 1
- 9
2
votes
2 answers
using neoxygen php neoclient without dependencies
How can we use neoclient without any framework .Because we are not using laravel or symphony even we are using nothing like these frameworks.Our backend is written pure core PHP.
Simply my question is that if we are not using any framework for core…

Ravinder Payal
- 2,884
- 31
- 40
2
votes
2 answers
Quoting into Cypher queries using PHP (escaping a string)
I'm using PHP and neoxygen/neo4j-neoclient to build a graph database and looking for a way to escape strings so that I can quote them safely into Cypher queries.
I'm aware of the documentation on Cypher expressions but I was wondering if perhaps…

Marcin Wasilewski
- 685
- 1
- 10
- 26
2
votes
2 answers
working on Neo4j / graph database through php
I am working on a project for which I need work on graph database.
So I have learnt basics of Neo4j (cypher language) .But I do not know how to access / query the database from php.
Or suggest me any other way to work on graph database.
Help will be…

tarun14110
- 940
- 5
- 26
- 57
1
vote
0 answers
How to use neo4j spatial index with PHP
I am using Neo4j 2.3.2 with ZF2 and Neoxygen/NeoClient. I have latitude and longitude of users stored in my db. I want to display user and map on page like in airbnb. Users are displayed on left side and map will be displayed on right side and…

iit2011081
- 742
- 8
- 26
1
vote
1 answer
Class ClientBuilder(Neoxygen) not found in PHP
Im trying to use Neoxygen in my PHP project. but im getting this error:
Class 'Neoxygen\NeoClient\ClientBuilder' not found in /var/www/html/work/api/vendor/myproj/myproj-core/src/MyProj/DatabaseTest/ManagersTest/AdminDbManagerTest.php.
my code :…

Bakalash
- 463
- 2
- 5
- 14
1
vote
3 answers
Neo4J, how to query hierarchical data / PHP
i created a category-structure in graph-database "neo4j".
I have nodes and relationships, everything perfect.
I am using Neoxygen Neoclient for PHP to access the data. How can I query the whole category-graph in an efficient way (including…

mr_g
- 21
- 1
0
votes
2 answers
How to check neo4j is running or not from php?
I want to send an email when my db is down. I don't know how to check neo4j is running or not from php. I am using neoxygen neoclient library to connect to neo4j. Is there any way around to do this ? I am using neo4j 2.3.2

iit2011081
- 742
- 8
- 26
0
votes
1 answer
Unable to install neoclient on Windows
I am following the directions given here to install neoclient on Windows 7 -
https://github.com/neoxygen/neo4j-neoclient
But I get the error -
Parse error: syntax error, unexpected 'use' (T_USE) in C:\xampp\htdocs\send.php on line…

goelakash
- 2,502
- 4
- 40
- 56
0
votes
1 answer
how to reinitialize a Neo4j query?
Could you please tell me which command line can help me to reinitialize a neo4j query, to explain more, I have a query which gives all users nodes and the second query gives folders nodes, unfortunately, the second query remember the result of the…

Amina el
- 75
- 8
0
votes
1 answer
Export json to file from Neo4j databse using PHP
I used for that the following command line:
:POST /db/data/transaction/commit {"statements":[{"statement":"match n return n"}]}
when I set this query into a PHP variable, I get the following error:
Fatal error: Uncaught exception…

Amina el
- 75
- 8
0
votes
2 answers
Using raw Cypher to query Neo4j in Symfony
I am trying to go throught this tutorial: http://www.sitepoint.com/adding-social-network-features-php-app-neo4j/ But using the Symfony Framework instead of Silex.
I have been able to set up Neo4j to run with Symfony and am able to right user data to…

Mfbaer
- 465
- 3
- 15
0
votes
1 answer
NeoClientPHP Issue when retrieving data from Neo4J
Currently, I am still learning the Neo4J Graph Database and plan to migrate my current RDBMS into Graph Database. So I was searching the methodology of how to connect Neo4J in PHP/Codeigniter until i found out that Neoxygen-NeoClient was the…

Shandy Kurnia
- 21
- 2
- 8