Download the PHP package xp-forge/neo4j without Composer
On this page you can find all versions of the php package xp-forge/neo4j. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download xp-forge/neo4j
More information about xp-forge/neo4j
Files in xp-forge/neo4j
Download xp-forge/neo4j
More information about xp-forge/neo4j
Files in xp-forge/neo4j
Vendor xp-forge
Package neo4j
Short Description Neo4J connectivity for XP Framework
License BSD-3-Clause
Homepage http://xp-framework.net/
Package neo4j
Short Description Neo4J connectivity for XP Framework
License BSD-3-Clause
Homepage http://xp-framework.net/
Please rate this library. Is it a good library?
Informations about the package neo4j
Neo4J connectivity
This library implements Neo4J connectivity via its REST API.
Examples
Running a query can be done via open()
(which yields one record at a time) or query()
(which collects the results in an array):
To retrieve single results (or NULL if nothing is found), use fetch()
:
Formatting parameters uses printf-like format tokens. These will take care of proper escaping and type casting:
Batch statements can be executed via the execute()
method.
Format characters
%s
: Format a string%d
: Format a decimal number%f
: Format a floating point numer%b
: Format a boolean%v
: Copy value into parameter%l
: Copy label into query%c
: Copy literal into query%%
: A literal percent sign
Positional parameters (starting at 1) may be used, e.g. %2$s
.
All versions of neo4j with dependencies
PHP Build Version
Package Version
Requires
xp-framework/core Version
^12.0 | ^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0
xp-framework/http Version ^10.0 | ^9.0 | ^8.0
xp-forge/json Version ^5.0 | ^4.0 | ^3.0 | ^2.2
php Version >=7.0.0
xp-framework/http Version ^10.0 | ^9.0 | ^8.0
xp-forge/json Version ^5.0 | ^4.0 | ^3.0 | ^2.2
php Version >=7.0.0
The package xp-forge/neo4j contains the following files
Loading the files please wait ....