PHPackages                             pdaleramirez/laravel-neo4j-starter - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. pdaleramirez/laravel-neo4j-starter

ActiveLibrary[Database &amp; ORM](/categories/database)

pdaleramirez/laravel-neo4j-starter
==================================

This is starter package for laravel that uses the neo4j database.

1.0.3(8y ago)1138MITPHP

Since Apr 24Pushed 8y ago2 watchersCompare

[ Source](https://github.com/pdaleramirez/laravel-neo4j-starter)[ Packagist](https://packagist.org/packages/pdaleramirez/laravel-neo4j-starter)[ RSS](/packages/pdaleramirez-laravel-neo4j-starter/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

LaravelNeo4jStarter
===================

[](#laravelneo4jstarter)

This is a starter package for laravel that uses the neo4j database. Authentication, Registration and Password Resets are also implemented on this package.

Quick Reference
---------------

[](#quick-reference)

- [Installation](#installation)
- [Configuration](#configuration)

Installation
------------

[](#installation)

Add the package to your `composer.json` and run `composer update`.

### Laravel 5

[](#laravel-5)

#### 5.3 - 5.4

[](#53---54)

```
{
    "require": {
        "pdaleramirez/laravel-neo4j-starter": "dev-master"
    }
}
```

Add the service provider in `app/config/app.php`:

```
pdaleramirez\LaravelNeo4jStarter\Providers\Neo4jServiceProvider::class,
```

The service provider will register all the required classes for Laravel Neo4j Starter package.

Add the required facades in `app/config/app.php`:

```
'Neo4jQuery' 	  => pdaleramirez\LaravelNeo4jStarter\Facades\Neo4jQueryFacade::class
```

Configuration
-------------

[](#configuration)

### Connection

[](#connection)

Open environment-based configuration '.env' file then define your configuration.

```
NEO4J_HOST=localhost
NEO4J_PORT=7474
NEO4J_USERNAME=neo4j
NEO4J_PASSWORD=neo4j

```

On your application root open config/auth.php and change the providers values with the one below.

```
    'providers' => [
        'users' => [
            'driver' => 'neo4jauth',
            'model' => pdaleramirez\LaravelNeo4jStarter\Models\User::class,
        ],
    ],

```

Password Resets
---------------

[](#password-resets)

Open your app/Http/Controllers/Auth/ForgotPasswordController.php and app/Http/Controllers/Auth/RegisterController.php file and this method to the class.

```
public function broker()
{
	return \App::make('auth.password.neo4j');
}
```

###  Health Score

30

—

LowBetter than 61% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~55 days

Total

4

Last Release

3234d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/80ecfeba39735012c4d9816b834a200b55b09e5338357329edb98ecbb2bfe183?d=identicon)[pdaleramirez](/maintainers/pdaleramirez)

---

Top Contributors

[![pdaleramirez](https://avatars.githubusercontent.com/u/4172750?v=4)](https://github.com/pdaleramirez "pdaleramirez (1 commits)")

### Embed Badge

![Health badge](/badges/pdaleramirez-laravel-neo4j-starter/health.svg)

```
[![Health](https://phpackages.com/badges/pdaleramirez-laravel-neo4j-starter/health.svg)](https://phpackages.com/packages/pdaleramirez-laravel-neo4j-starter)
```

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.8k117.8M121](/packages/jdorn-sql-formatter)[backup-manager/backup-manager

A framework agnostic database backup manager with user-definable procedures and support for S3, Dropbox, FTP, SFTP, and more with drivers for popular frameworks.

1.7k1.6M11](/packages/backup-manager-backup-manager)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M88](/packages/propel-propel1)[insolita/yii2-migration-generator

Set of gii tools for generating files for migration by schema of table , phpdoc or table data

108508.0k5](/packages/insolita-yii2-migration-generator)[xpdo/xpdo

A PDO-based Object/Relational Bridge Library

7088.4k4](/packages/xpdo-xpdo)[voku/session2db

A PHP library acting as a wrapper for PHP's default session handling functions which stores data in a MySQL database, providing both better performance and better security and protection against session fixation and session hijacking.

2920.0k](/packages/voku-session2db)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
