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

ActiveLibrary

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 1mo ago

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 59% of packages

Maintenance46

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

409d 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

[crazywhalecc/static-php-cli

Build single static PHP binary, with PHP project together, with popular extensions included.

1.8k13.9k](/packages/crazywhalecc-static-php-cli)[drupal/core

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

19562.3M1.3k](/packages/drupal-core)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)

PHPackages © 2026

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