This example shows how you can run the PHP framework Flow with the graph database Neo4j.
Create a company with the properties name and city. You can add employees to this company and customers can rate for it.
Create a employee with the properties name and born. Employees can work for a company.
Create a customer with the properties name and login. Customer can rate the companies.