PHPackages                             pixamo/installer - 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. pixamo/installer

ActiveLibrary

pixamo/installer
================

pixamo/installer is a Laravel package that makes it easy to install your application with just one click. With this package, you can quickly set up your application's environment, dependencies, and configurations without having to manually run multiple commands or manually edit files. It streamlines the installation process and makes it more efficient, saving you time and effort. It's perfect for both new and experienced developers. Give it a try and see how it can simplify your development process.

v2.1.1(2y ago)3543↓100%1MITBlade

Since Jan 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/laramaster/installer)[ Packagist](https://packagist.org/packages/pixamo/installer)[ RSS](/packages/pixamo-installer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (6)Used By (0)

Laravel One Click Installer
---------------------------

[](#laravel-one-click-installer)

It's a Laravel package that makes it easy to install your application with just one click. With this package, you can quickly set up your application's environment, dependencies, and configurations without having to manually run multiple commands or manually edit files. It streamlines

[![Pixamo Installer V1.0](https://camo.githubusercontent.com/7b2c8ed8457cd52d8c04b3ba19798d8eede9cb6afeb3a0d5dc10ce6a11775055/68747470733a2f2f7777772e6c696e6b706963747572652e636f6d2f712f4669726553686f742d436170747572652d3032322d696e7374616c6c65722e746573742e706e67)](https://camo.githubusercontent.com/7b2c8ed8457cd52d8c04b3ba19798d8eede9cb6afeb3a0d5dc10ce6a11775055/68747470733a2f2f7777772e6c696e6b706963747572652e636f6d2f712f4669726553686f742d436170747572652d3032322d696e7374616c6c65722e746573742e706e67)

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

[](#installation)

You can install the package with [Composer](http://getcomposer.org/) using the following command:

```
composer require pixamo/installer
```

Copy the package config to your local config with the publish command:

```
php artisan vendor:publish --tag=installer
```

You can also check the installer is now active or not.

```
use Pixamo\Installer\Installer;

Installer::isActive();
```

If installer is active you can redirect it to installer page.

```
if(Installer::isActive())
{
    return redirect('install');
}
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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

Total

5

Last Release

934d ago

Major Versions

v1.5 → v2.02023-01-28

### Community

Maintainers

![](https://www.gravatar.com/avatar/13fd682fb3388beef6f6bc1dcfb24de3c3fe52b3f62fa97ceaba60885a62de76?d=identicon)[Laramaster](/maintainers/Laramaster)

---

Top Contributors

[![ArafatOSDev](https://avatars.githubusercontent.com/u/43510343?v=4)](https://github.com/ArafatOSDev "ArafatOSDev (22 commits)")

---

Tags

laravel-installerone-click-installation-scriptone-click-installer

### Embed Badge

![Health badge](/badges/pixamo-installer/health.svg)

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

PHPackages © 2026

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