PHPackages                             thundrlabs/thundr-cli - 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. thundrlabs/thundr-cli

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

thundrlabs/thundr-cli
=====================

Thundr CLI for managing Laravel and Statamic sites.

v1.0.4(1y ago)11MITPHPPHP ^8.2CI passing

Since Mar 31Pushed 1y ago1 watchersCompare

[ Source](https://github.com/thundrlabs/thundr-cli)[ Packagist](https://packagist.org/packages/thundrlabs/thundr-cli)[ RSS](/packages/thundrlabs-thundr-cli/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (8)Versions (6)Used By (0)

⚡️ Thundr CLI
=============

[](#️-thundr-cli)

Thundr is a PHP CLI tool for managing Laravel and Statamic sites on your servers—without SSHing in manually. It helps you provision, deploy, configure, and maintain sites using a simple `thundr.yml` file.

---

Features
--------

[](#features)

- 🔧 Site provisioning with PHP, Nginx, MySQL, Redis, and more
- 🔐 SSL via Let's Encrypt or Cloudflare Origin Certificates
- ⚙️ Scheduler and cron management
- 📦 Zero-downtime deployments with shared `.env`, releases, and rollbacks
- 🛠 Remote `.env`, logs, and Artisan command execution
- 📂 Multiple server support with centralized global config
- 🧼 Rollback support and automatic release pruning

---

Requirements
------------

[](#requirements)

- PHP 8.1+
- Laravel or Statamic project
- `thundr.yml` file in your project root
- Remote server with SSH access (`thundr` user will be provisioned)

---

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

[](#installation)

```
composer global require thundrlabs/thundr-cli
```

Make sure Composer's global `vendor/bin` directory is in your `$PATH`.

---

Quick Start
-----------

[](#quick-start)

It's best to start with a clean install of Ubuntu 24.04 or Oracle Linux 9.

1. Initialize global config:

    ```
    thundr config:init
    ```
2. Provision the server (installs PHP, Nginx, MySQL, Redis, Node via NVM, etc.):

    ```
    thundr server:provision
    ```
3. Set up your project:

    ```
    thundr site:init
    ```
4. Provision the site on the server:

    ```
    thundr site:create
    ```
5. Deploy the project:

    ```
    thundr site:deploy
    ```

---

Example `thundr.yml`
--------------------

[](#example-thundryml)

```
production:
  root_domain: example.com
  repo: user/repo.git
  branch: main
  php_version: '8.3'
  project_type: laravel
  server: my-production-server
  operating_system: ubuntu
```

---

Full Command Reference
----------------------

[](#full-command-reference)

We’ve documented each command with descriptions, usage examples, and notes:

[View Full CLI Documentation](/docs/index)

---

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

[](#contributing)

Pull requests and suggestions are welcome! Please open an issue or submit a PR.

---

License
-------

[](#license)

MIT

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance43

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Total

5

Last Release

455d ago

Major Versions

v0.1.0 → v1.0.12025-04-02

### Community

Maintainers

![](https://www.gravatar.com/avatar/34515c639712e2e66d9e7e60f2d3eb4cebc1a048b645b82458d553964f125c26?d=identicon)[mccomaschris](/maintainers/mccomaschris)

---

Top Contributors

[![mccomaschris](https://avatars.githubusercontent.com/u/26128?v=4)](https://github.com/mccomaschris "mccomaschris (25 commits)")

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/thundrlabs-thundr-cli/health.svg)

```
[![Health](https://phpackages.com/badges/thundrlabs-thundr-cli/health.svg)](https://phpackages.com/packages/thundrlabs-thundr-cli)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[illuminate/console

The Illuminate Console package.

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

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[whatsdiff/whatsdiff

See what's changed in your project's dependencies

771.2k](/packages/whatsdiff-whatsdiff)[jolicode/castor

A lightweight and modern task runner. Automate everything. In PHP.

54743.1k4](/packages/jolicode-castor)[drupal/core

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

21866.0M1.7k](/packages/drupal-core)

PHPackages © 2026

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