PHPackages                             julienjovy/devx - 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. julienjovy/devx

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

julienjovy/devx
===============

Universal CLI tool to automate dev setup and maintenance (Laravel, Nuxt, Composer, ...)

v0.2.3(1y ago)212MITPHPPHP ^8.3CI passing

Since May 17Pushed 1y ago1 watchersCompare

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

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

devx
====

[](#devx)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ebad3047d48ab85a321dd4ef5c1f9c4cacc041e9873e0ae6cba3c0c730259e3f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a756c69656e6a6f76792f646576782e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/julienjovy/devx)[![PHP Version](https://camo.githubusercontent.com/af5bc6d6f3c730d3dd6afcf337ad177d885fa5e29e440b0f39e4b369dbc9dae2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253545382e332d626c75653f6c6f676f3d706870267374796c653d666c61742d737175617265)](https://www.php.net/)[![License](https://camo.githubusercontent.com/f948cc4e49f331f0d80ea4b2bd9bdba3cbb42215690a70fd6a29e10370a01409/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6a756c69656e6a6f76792f646576783f7374796c653d666c61742d737175617265)](LICENSE)

**The Laravel-friendly CLI to automate development environments.**From initializing fullstack apps (Laravel + Nuxt) to updating dependencies, devx does the boring stuff for you.

---

🚀 What is devx?
---------------

[](#-what-is-devx)

`devx` is a command-line tool that helps developers quickly set up, maintain, and scale local development environments.

It (or will) supports:

- PHP framework scaffolding
- JS / TS frontend pairing
- Composer and Node/NPM automation
- Custom aliases, `.bashrc` generation, OTP/OAuth setup
- And more to come...

---

🧰 Installation
--------------

[](#-installation)

```
composer global require julienjovy/devx

```

Make sure your global Composer bin directory is in your `$PATH`:

- **Linux/macOS**:

    ```
    export PATH="$HOME/.config/composer/vendor/bin:$PATH"
    ```
- **Windows (PowerShell)**:

    ```
    set PATH=%APPDATA%\Composer\vendor\bin;%PATH%
    ```

Once installed, use `devx` from anywhere:

```
devx --help

```

---

⚙️ Available Commands
---------------------

[](#️-available-commands)

### 🏗️ Scaffold a Laravel + Nuxt fullstack app

[](#️-scaffold-a-laravel--nuxt-fullstack-app)

```
devx install --stack=laravel-nuxt --project=my-app --mode=split

```

Options:

- `--stack=laravel-nuxt|laravel-only`
- `--mode=split|fullstack``split` = frontend &amp; backend in separate folders `fullstack` = front (e.g. Vite/Blade) inside Laravel app

### 🏗️ Generate aliases for you favorite tools

[](#️-generate-aliases-for-you-favorite-tools)

```
devx alias
devx alias:kube (can be shortened to alias:k)
devx alias:docker (can be shortened to alias:d)

```

---

### 🧪 Environment checks

[](#-environment-checks)

```
devx doctor

```

Checks:

- PHP, Composer, Node, NPM, NVM
- Docker installed?
- Laravel tools present?

---

💬 Feedback
----------

[](#-feedback)

Made with ❤️ &amp;&amp; ☕ by [Julien Jovy](https://github.com/julienjovy)

Pull requests welcome.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance48

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Total

17

Last Release

386d ago

PHP version history (2 changes)v0.0.1PHP ^8.1

v0.1.4PHP ^8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/111763167?v=4)[Julien Jovy](/maintainers/julienjovy)[@julienjovy](https://github.com/julienjovy)

---

Top Contributors

[![julienjovy](https://avatars.githubusercontent.com/u/111763167?v=4)](https://github.com/julienjovy "julienjovy (45 commits)")

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/julienjovy-devx/health.svg)

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[drupal/core

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

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

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[drupal/core-recommended

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

6942.5M421](/packages/drupal-core-recommended)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M739](/packages/sylius-sylius)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M577](/packages/shopware-core)

PHPackages © 2026

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