Skip to content

Instantly share code, notes, and snippets.

View azrad's full-sized avatar

Nurulazrad Murad azrad

View GitHub Profile
@jadell
jadell / Actor.php
Last active June 2, 2016 07:55
Neo4j and PHP sample application
<?php
use Everyman\Neo4j\Node,
Everyman\Neo4j\Index;
class Actor
{
public $id = null;
public $name = '';
protected $node = null;