PHPackages                             devrix/scaffold - 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. devrix/scaffold

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

devrix/scaffold
===============

DevriX: Scaffold

1.0.2(3y ago)038MITPHP

Since Oct 6Pushed 10mo ago3 watchersCompare

[ Source](https://github.com/DevriX/dx-scaffold)[ Packagist](https://packagist.org/packages/devrix/scaffold)[ Docs](https://github.com/Neychok/devrix-scaffold)[ RSS](/packages/devrix-scaffold/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

DevriX Scaffold CLI
===================

[](#devrix-scaffold-cli)

This is a CLI tool to scaffold a new plugin based on the DevriX plugin boilerplate.

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

[](#installation)

```
composer global require devrix/scaffold
```

> Note: Make sure to place the `~/.composer/vendor/bin` directory (or the equivalent directory for your OS) in your PATH so the `dx-scaffold` executable can be located by your system.

```
export PATH="$PATH:$HOME/.config/composer/vendor/bin"
```

Usage
-----

[](#usage)

After installing the composer package `cd` to the `wp-content/plugins` directory.

Then run the following command to start the interactive CLI:

```
dx-scaffold plugin new
```

You can predefine the plugin attributes by specifying them as arguments:

- `name=""` - The name of the plugin.
- `slug=""` - The slug of the plugin.
- `class=""` - The main class of the plugin.
- `namespace=""` - The namespace of the plugin.
- `abbr=""` - The abbreviation to use for global variables.

Example usage:

```
dx-scaffold name="DevriX" slug="devrix" class="Devrix" namespace="DX" abbr="DX"
```

You can also skip parts of the interactive CLI by specifying a `--skip` flag.

- `--skip-clone` - Skips the git clone step.
- `--skip-rename` - Skips the renaming/search-replace step.
- `--skip-npm` - Skips `npm install` and `npm run prod`.

License
-------

[](#license)

MIT [DevriX](https://devrix.com)

###  Health Score

28

—

LowBetter than 51% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~0 days

Total

3

Last Release

1412d ago

### Community

Maintainers

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

---

Top Contributors

[![Neychok](https://avatars.githubusercontent.com/u/45290296?v=4)](https://github.com/Neychok "Neychok (2 commits)")[![KIvanow](https://avatars.githubusercontent.com/u/541999?v=4)](https://github.com/KIvanow "KIvanow (1 commits)")[![metodiew](https://avatars.githubusercontent.com/u/1453530?v=4)](https://github.com/metodiew "metodiew (1 commits)")

---

Tags

cliscaffolddevrix

### Embed Badge

![Health badge](/badges/devrix-scaffold/health.svg)

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

###  Alternatives

[symfony/symfony

The Symfony PHP framework

31.4k87.4M2.2k](/packages/symfony-symfony)[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k257.3M12.4k](/packages/symfony-framework-bundle)[drush/drush

Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.

2.4k61.7M839](/packages/drush-drush)[symfony/security-bundle

Provides a tight integration of the Security component into the Symfony full-stack framework

2.5k190.0M2.6k](/packages/symfony-security-bundle)[symfony/web-profiler-bundle

Provides a development tool that gives detailed information about the execution of any request

2.3k164.3M1.4k](/packages/symfony-web-profiler-bundle)[helhum/typo3-console

A reliable and powerful command line interface for TYPO3 CMS

2949.6M274](/packages/helhum-typo3-console)

PHPackages © 2026

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