PHPackages                             andrewhood125/provisioner - 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. andrewhood125/provisioner

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

andrewhood125/provisioner
=========================

Provision your environment for a Laravel application.

v0.1.4(9y ago)048MITPHP

Since Feb 11Pushed 9y agoCompare

[ Source](https://github.com/andrewhood125/provisioner)[ Packagist](https://packagist.org/packages/andrewhood125/provisioner)[ RSS](/packages/andrewhood125-provisioner/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (3)Versions (10)Used By (0)

provisioner
===========

[](#provisioner)

Deploy your laravel projects straight from `artisan`.

### Getting Started

[](#getting-started)

Add provisioner to your laravel project. `composer require andrewhood125/provisioner --dev`

Add the hook for your local environment only in `app/Providers/AppServiceProvider.php`

```
public function register()
{
    if($this->app->environment() == 'local') {
        $this->app->register('Andrewhood125\Provisioner\ProvisionerServiceProvider');
    }
}

```

### Provisioning

[](#provisioning)

Before you provision you need to have a server spun up with a root user.

```
./artisan remote:provision:debian example.org

```

Once the server is provisioned you can install a site.

```
./artisan remote:install andrewhood125/ondamanda example.org

```

Once a site is installed you can deploy. At this point you still need to copy your environment variables over do any migrations and a composer install.

### Notes

[](#notes)

Having trouble cloning a private repository? (Troubleshooting SSH agent forwarding)\[\].

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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

Recently: every ~1 days

Total

8

Last Release

3631d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/56cf19be3e8cb5d9badcb9e3ee432ef8fdf8562904052284bae0b28136c70dfc?d=identicon)[andrewhood125](/maintainers/andrewhood125)

---

Top Contributors

[![andrewhood125](https://avatars.githubusercontent.com/u/1624718?v=4)](https://github.com/andrewhood125 "andrewhood125 (13 commits)")

### Embed Badge

![Health badge](/badges/andrewhood125-provisioner/health.svg)

```
[![Health](https://phpackages.com/badges/andrewhood125-provisioner/health.svg)](https://phpackages.com/packages/andrewhood125-provisioner)
```

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.1k91.3M282](/packages/laravel-horizon)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[illuminate/console

The Illuminate Console package.

13045.3M6.2k](/packages/illuminate-console)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[illuminate/process

The Illuminate Process package.

44869.2k97](/packages/illuminate-process)

PHPackages © 2026

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