PHPackages                             chatbox-inc/laravel-heroku - 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. chatbox-inc/laravel-heroku

ActiveLibrary

chatbox-inc/laravel-heroku
==========================

0.0.8(6y ago)12.0k1MITPHPPHP 7.\*

Since Jun 12Pushed 6y ago2 watchersCompare

[ Source](https://github.com/chatbox-inc/laravel-heroku)[ Packagist](https://packagist.org/packages/chatbox-inc/laravel-heroku)[ RSS](/packages/chatbox-inc-laravel-heroku/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)DependenciesVersions (8)Used By (0)

Laravel on Heroku
=================

[](#laravel-on-heroku)

[![Latest Stable Version](https://camo.githubusercontent.com/bc83965447c08ff64e6cdaf9eb1579d91d8e9433c7eb0cb30b05763eff4f2bc2/68747470733a2f2f706f7365722e707567782e6f72672f63686174626f782d696e632f6c61726176656c2d6865726f6b752f76657273696f6e)](https://packagist.org/packages/chatbox-inc/laravel-heroku)

These are ServiceProviders that helps you use Laravel on Heroku.

functions
---------

[](#functions)

These provider wont be auto-discovered.

You should add setting to `config/app.php`.

- HerokuPostgresServiceProvider : Support to connect Heroku Postgres
- HerokuRedisServiceProvider : Support to connect Heroku Redis

Usage
-----

[](#usage)

```
$ composer require chatbox-inc/laravel-heroku

```

### Heroku Postgres / Heroku Redis

[](#heroku-postgres--heroku-redis)

HerokuPostgresServiceProvider をサービスプロバイダとして公開

For Laravel

```
// at config/app.php

"providers" => [
    HerokuPostgresServiceProvider::class,
]

```

After that, You can use `herokupg` keyword as `DB_CONNECTION` value.

DATABASE\_URL will auto parsed on connecting DB.

```
DB_CONNECTION=herokupg
DATABASE_URL=postgres://xxxxxxxxxxxxxxxxxxxxxxxxx

```

Heroku Redis
------------

[](#heroku-redis)

`HerokuRedisServiceProvider` will auto setup your redis connection.

`REDIS_URL` will automatically parsed to connect Redis.

Procfile
--------

[](#procfile)

```
cp vendor/chatbox-inc/laravel-heroku/Procfile Procfile

```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 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 ~231 days

Recently: every ~313 days

Total

7

Last Release

2235d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a0dd32f123fcf9eb9a5a7a8ac609266eb470babf23631c3687d59d28c067396f?d=identicon)[mikakane](/maintainers/mikakane)

---

Top Contributors

[![mikakane](https://avatars.githubusercontent.com/u/1859101?v=4)](https://github.com/mikakane "mikakane (14 commits)")

### Embed Badge

![Health badge](/badges/chatbox-inc-laravel-heroku/health.svg)

```
[![Health](https://phpackages.com/badges/chatbox-inc-laravel-heroku/health.svg)](https://phpackages.com/packages/chatbox-inc-laravel-heroku)
```

PHPackages © 2026

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