Download the PHP package sgpatil/orientdb-php without Composer
On this page you can find all versions of the php package sgpatil/orientdb-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sgpatil/orientdb-php
More information about sgpatil/orientdb-php
Files in sgpatil/orientdb-php
Download sgpatil/orientdb-php
More information about sgpatil/orientdb-php
Files in sgpatil/orientdb-php
Vendor sgpatil
Package orientdb-php
Short Description PHP Wrapper for the Orientdb database (REST)
License MIT
Package orientdb-php
Short Description PHP Wrapper for the Orientdb database (REST)
License MIT
Please rate this library. Is it a good library?
Informations about the package orientdb-php
Orientdb-php
Author: Sumit Patil [email protected]
Copyright (c) 2014-2015
PHP Wrapper for the Orientdb graph database REST interface
- Installation
- Database Connection
Installation
Add the package to your composer.json
Connection
If you are using default configuration then the code should be
To check database connection.
This will display server information.
Create Class
Supporting Datatype
Commands |
---|
$property->short('<field_name>'); |
$property->integer('<field_name>'); |
$property->long('<field_name>'); |
$property->byte('<field_name>'); |
$property->boolean('<field_name>'); |
$property->float('<field_name>'); |
$property->double('<field_name>'); |
$property->datetime('<field_name>'); |
$property->date('<field_name>'); |
$property->timestamp('<field_name>'); |
$property->string('<field_name>'); |
$property->binary('<field_name>'); |
$property->embedded('<field_name>'); |
$property->embeddedlist('<field_name>'); |
$property->embeddedset('<field_name>'); |
$property->link('<field_name>'); |
$property->linklist('<field_name>'); |
$property->linkset('<field_name>'); |
$property->linkmap('<field_name>'); |
$property->linkbag('<field_name>'); |
$property->custom('<field_name>'); |
$property->any('<field_name>'); |
All versions of orientdb-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
ext-curl Version *
ext-curl Version *
The package sgpatil/orientdb-php contains the following files
Loading the files please wait ....