PHPackages                             syverum/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. [CLI &amp; Console](/categories/cli)
4. /
5. syverum/installer

ActiveProject[CLI &amp; Console](/categories/cli)

syverum/installer
=================

CLI installer for Syverum framework projects.

v1.4.0(9mo ago)08MITPHPPHP ^8.0

Since May 23Pushed 9mo agoCompare

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

READMEChangelogDependenciesVersions (7)Used By (0)

Syverum Installer
=================

[](#syverum-installer)

CLI to bootstrap new Syverum projects from the official skeleton.

Requirements

- PHP (CLI)
- Git
- Composer in PATH (`composer` or `composer.bat` on Windows)
- Node.js + npm (optional, for frontend dependencies)

Install

- `composer global require syverum/installer`

Usage

- Create a new project:
    - `syverum new project-name`

What the installer does

- Runs `composer install` for PHP dependencies
- If `package.json` exists, runs `npm install` (falls back to `yarn`/`pnpm` if available).
- Ensures the project `composer.json` has the script:
    - `composer run dev` → `php -S 127.0.0.1:3000 -t public`
- Ensures `package.json` has Tailwind scripts if missing:
    - `npm run dev` → `npx @tailwindcss/cli -i ./resources/css/app.css -o ./public/css/output.css --watch`
    - `npm run build` → same command with `--minify`

Local development

- Start the PHP dev server on port 3000:
    - `cd project-name`
    - `composer run dev`

Troubleshooting

- Composer not recognized: open a new terminal or use `composer.bat` on Windows.
- Node/npm missing: frontend install is skipped; run it later and re-run Tailwind commands.
- Port 3000 busy: change the `dev` script in `composer.json`.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance58

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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

Recently: every ~32 days

Total

6

Last Release

276d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/99cb350e56c52fa5aa5bc0346382ed85a2ed832f0b489aebd67194c20f948e06?d=identicon)[santiagomoo](/maintainers/santiagomoo)

---

Top Contributors

[![Santiagomoo](https://avatars.githubusercontent.com/u/138322039?v=4)](https://github.com/Santiagomoo "Santiagomoo (7 commits)")

### Embed Badge

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

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

###  Alternatives

[illuminate/console

The Illuminate Console package.

13046.0M6.5k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71470.5k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20720.9k21](/packages/winbox-args)[tomatophp/filament-artisan

Simple but yet powerful library for running some artisan commands for FilamentPHP

3275.4k1](/packages/tomatophp-filament-artisan)[thettler/laravel-console-toolkit

This Package provides some usefully console features like the attribute syntax for arguments and options, validation, auto ask and casting.

324.1k](/packages/thettler-laravel-console-toolkit)

PHPackages © 2026

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