PHPackages                             kjohnson/impress-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. kjohnson/impress-cli

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

kjohnson/impress-cli
====================

A CLI for generating DDD classes

0.0.7(2y ago)026MITPHPPHP ^8.1

Since Dec 9Pushed 2y ago1 watchersCompare

[ Source](https://github.com/kjohnson/impress-cli)[ Packagist](https://packagist.org/packages/kjohnson/impress-cli)[ RSS](/packages/kjohnson-impress-cli/feed)WikiDiscussions master Synced yesterday

READMEChangelog (6)Dependencies (8)Versions (7)Used By (0)

```
 _____
|_   _|
  | |  _ __ ___  _ __  _ __ ___  ___ ___
  | | | '_ ` _ \| '_ \| '__/ _ \/ __/ __|
 _| |_| | | | | | |_) | | |  __/\__ \__ \
|_____|_| |_| |_| .__/|_|  \___||___/___/
                | |
                |_|

```

**Impress** is a developer command line tool for generating Domain Driven Design (DDD) classes, such as *actions*, *controllers*, and *exceptions* under a specific *domain*.

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

[](#installation)

The CLI installs globally via [Composer](https://getcomposer.org/) and can be called from any directory containing a `src` sub-directory.

```
composer global require kjohnson/impress-cli
```

Note: `.composer/vendor/bin` must be included in PATH for the command to be called globally, which varies across operating systems.

Usage
-----

[](#usage)

Once installed, the CLI can be called from any directory containing a `src` sub-directory.

```
  USAGE:   [options] [arguments]

  make:action     Create a new Action class
  make:controller Create a new Controller class
  make:domain     Create a new Domain directory
  make:exception  Create a new Exception class
```

Example usage:

```
impress make:domain User
// Creates the `User` domain/directory within `src/`

impress make:action User UpdateUserPassword
// Creates the `UpdateUserPassword` action within the `User` domain
// See src/User/Actions/UpdateUserPassword.php
```

Each command will generate the appropriate directories and files within the corresponding *Domain*.

Maintenance
-----------

[](#maintenance)

### Releasing an update

[](#releasing-an-update)

1. Update the version number in `composer.json`
2. Run `composer run build`
3. Commit and push changes
4. Create a new release on GitHub
5. Update the package on Packagist

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

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

Total

6

Last Release

895d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/18a9e97baf7d42ec4eebeb45c9e4c5fbf094e911e16f26e36545fbd02a8af5ca?d=identicon)[kjohnson](/maintainers/kjohnson)

---

Top Contributors

[![kjohnson](https://avatars.githubusercontent.com/u/10858303?v=4)](https://github.com/kjohnson "kjohnson (31 commits)")

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/kjohnson-impress-cli/health.svg)

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

###  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)

PHPackages © 2026

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