PHPackages                             rootinc/laravel-heroku-app-creator - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. rootinc/laravel-heroku-app-creator

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

rootinc/laravel-heroku-app-creator
==================================

Laravel Heroku App Creator

0.0.7(5y ago)02.5kMITPHPPHP &gt;=5.6.4

Since Oct 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/rootinc/laravel-heroku-app-creator)[ Packagist](https://packagist.org/packages/rootinc/laravel-heroku-app-creator)[ RSS](/packages/rootinc-laravel-heroku-app-creator/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (7)Dependencies (2)Versions (8)Used By (0)

Laravel Heroku App Creator
==========================

[](#laravel-heroku-app-creator)

Creates an App on Heroku using the Heroku Quick Deployer, as well as setups simple AWS credentials, and generates an app key.

Normal Installation
-------------------

[](#normal-installation)

1. `composer require rootinc/laravel-heroku-app-creator`
2. run `php artisan vendor:publish --provider="RootInc\LaravelHerokuAppCreator\AppCreatorServiceProvider"` to install config file to `config/app_creator.php`
3. In our routes folder (most likely `web.php`), add

```
Route::get('/create-app', '\RootInc\LaravelHerokuAppCreator\AppCreator@route');
```

4. In our `.env` add `AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_DEFAULT_REGION and AWS_BUCKET`. The access key and secret key is used to create S3 folders and IAM users, so be sure this programmatic user has the correct permissions. The `AWS_BUCKET` is where all the apps folders will get generated.
5. Also in our `.env` add `IAM_GROUP`, and `TEMPLATE_URL`. `IAM_GROUP` is the name of the group you want to assign the newly created AWS user for each Heroku app. `TEMPLATE_URL` is the url used with Heroku to create a new app. Make sure this repo has an app.json file. Ex: `TEMPLATE_URL=https://github.com/rootinc/laravel-heroku-app-creator/tree/master`.

Routing
-------

[](#routing)

`Route::get('/create-app', '\RootInc\LaravelHerokuAppCreator\AppCreator@route');` First parameter can be wherever you want to route the app creator route. Change as you would like.

Contributing
------------

[](#contributing)

Thank you for considering contributing to the Laravel Heroku App Creator! To encourage active collaboration, we encourage pull requests, not just issues.

If you file an issue, the issue should contain a title and a clear description of the issue. You should also include as much relevant information as possible and a code sample that demonstrates the issue. The goal of a issue is to make it easy for yourself - and others - to replicate the bug and develop a fix.

License
-------

[](#license)

The Laravel Heroku App Creator is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity47

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

Recently: every ~124 days

Total

7

Last Release

1903d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8fe66b3df7bb4090c31ea71998f6a61bf4e66c3a19dde5097dc875897c3083b2?d=identicon)[djewett](/maintainers/djewett)

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

---

Top Contributors

[![danieltjewett](https://avatars.githubusercontent.com/u/9869747?v=4)](https://github.com/danieltjewett "danieltjewett (2 commits)")

### Embed Badge

![Health badge](/badges/rootinc-laravel-heroku-app-creator/health.svg)

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

###  Alternatives

[slimkit/plus

The Plus(ThinkSNS+) is a powerful, easy-to-develop social system built with Laravel.

2.2k2.4k](/packages/slimkit-plus)[laravel-fans/docker

Full Laravel production environment for Docker

4311.3k](/packages/laravel-fans-docker)[downtoworld/laravel-devops

Laravel Cloudflare-Tunnels Ready Production Docker-Compose

161.1k](/packages/downtoworld-laravel-devops)

PHPackages © 2026

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