Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

neo4j-examples/movies-bolt-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neo4j Movies Bolt PHP Example Application

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

Movies Neo4j Example with Bolt PHP Driver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 93.6%
  • PHP 6.1%
  • ApacheConf 0.3%