nghuuquyen / movies-php-neoclient

Neo4j Movies Demo App in php with neoclient

Home Page:http://neo4j.com/developer/php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neo4j Movies Example Application - The PHP NeoClient Version

Deploy to Heroku

First, download and install the Composer dependency manager for PHP.

Next, change into the source directory and install the dependencies:

$ composer install

If you are running PHP 5.4+, you can use the built-in PHP development web server to serve the application:

$ php -S localhost:8080

If you are using a different version of PHP, or want to deploy to a different web server, make sure all it is serving on port 8080, and that all requests are routed to index.php

Navigate to http://localhost:8080 and you should see your first Neo4j application

About

Neo4j Movies Demo App in php with neoclient

http://neo4j.com/developer/php


Languages

Language:HTML 93.5%Language:PHP 6.5%