Skip to content

bazo/nette-neo4j-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nette-neo4j-extension

Neo4j extension for Nette Framework

Provides configured entity manager from https://github.com/lphuberdeau/Neo4j-PHP-OGM and a debug panel

Instal via composer

"require": {
		"bazo/nette-neo4j-extension": "@dev"
    }

register in bootstrap

$configurator->onCompile[] = function($configurator, $compiler) {
		$compiler->addExtension('neo4j', new \Bazo\Extensions\Neo4j\DI\Neo4jExtension);
};

configuration options in config.neon:

neo4j:
	host: localhost
	port: 7474
	cachePrefix: neo4j
	metaDataCache: apc
	proxyDir: %appDir%/models/proxies

enjoy!

About

Neo4j extension for Nette Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages