PHPackages                             viper/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. [Framework](/categories/framework)
4. /
5. viper/installer

ActiveLibrary[Framework](/categories/framework)

viper/installer
===============

Viper application installer.

v3.0.2(6y ago)3105MITPHPPHP ^7.2.9CI failing

Since Dec 7Pushed 6y ago1 watchersCompare

[ Source](https://github.com/viperactual/viper-installer)[ Packagist](https://packagist.org/packages/viper/installer)[ RSS](/packages/viper-installer/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (5)Versions (20)Used By (0)

Viper Installer
===============

[](#viper-installer)

---

Install
-------

[](#install)

### Composer

[](#composer)

We recommend this command for linux based web servers.

```
composer require viper/installer
```

Recommended that you install it globally for development environments.

```
composer global require viper/installer
```

### Authorization

[](#authorization)

Coming soon. For more information, please visit [Viper Lab](http://www.viper-lab.com).

### New Project

[](#new-project)

Once installed, the `viper new` command will create a fresh Viper installation in the directory you specify. For instance, `viper new api` will create a directory named `api` containing a fresh Viper installation with all of Viper's dependencies already installed:

#### Linux

[](#linux)

```
viper new api
```

```
composer create-project --prefer-dist viper/viper api
```

#### Windows

[](#windows)

If you are planning on installing Viper's dependencies on a Windows OS running locally, then you may have to provided a few extra steps.

1. Create new `api` project directory.

```
viper new api
```

2. Followed by running these commands in order.

```
composer install --no-scripts
composer run-script post-root-package-install
composer run-script post-create-project-cmd
composer run-script post-autoload-dump
```

### Docker

[](#docker)

Additionally, you can install **Docker** containers for your project.

```
viper new docker
```

### Vagrant

[](#vagrant)

We choose to use **Vagrant** for building our virtual machines.

```
viper new vagrant
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

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

Recently: every ~13 days

Total

18

Last Release

2299d ago

Major Versions

v2.2.9 → v3.0.02019-12-28

### Community

Maintainers

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

---

Top Contributors

[![viperactual](https://avatars.githubusercontent.com/u/7461636?v=4)](https://github.com/viperactual "viperactual (34 commits)")

---

Tags

frameworkinstallerviper

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19462.3M1.3k](/packages/drupal-core)[silverstripe/framework

The SilverStripe framework

7213.5M2.5k](/packages/silverstripe-framework)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6939.5M343](/packages/drupal-core-recommended)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)

PHPackages © 2026

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