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)0138MITPHP

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 2d 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

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

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

3189d 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.9k117.2M114](/packages/jdorn-sql-formatter)[propel/propel1

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

8351.6M87](/packages/propel-propel1)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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