PHPackages                             marshmallow/commands - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. marshmallow/commands

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

marshmallow/commands
====================

Verschillende handige commands.

v1.3.0(11mo ago)015.0k↓75%[1 PRs](https://github.com/marshmallow-packages/commands/pulls)13MITPHPPHP ^7.0|^8.0CI passing

Since Apr 3Pushed 2w ago1 watchersCompare

[ Source](https://github.com/marshmallow-packages/commands)[ Packagist](https://packagist.org/packages/marshmallow/commands)[ Docs](https://marshmallow.dev/)[ RSS](/packages/marshmallow-commands/feed)WikiDiscussions main Synced yesterday

READMEChangelog (1)DependenciesVersions (12)Used By (13)

[![alt text](https://camo.githubusercontent.com/329958cb02b7bee461fd9dcae7a0a3a34e6595669116ff441ad5ef9e77bc511c/68747470733a2f2f63646e2e6d617273686d616c6c6f772d6f66666963652e636f6d2f6d656469612f696d616765732f6c6f676f2f6d617273686d616c6c6f772e7472616e73706172656e742e7265642e706e67 "marshmallow.")](https://camo.githubusercontent.com/329958cb02b7bee461fd9dcae7a0a3a34e6595669116ff441ad5ef9e77bc511c/68747470733a2f2f63646e2e6d617273686d616c6c6f772d6f66666963652e636f6d2f6d656469612f696d616765732f6c6f676f2f6d617273686d616c6c6f772e7472616e73706172656e742e7265642e706e67)

Marshmallow Commands
====================

[](#marshmallow-commands)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7221204096b458971e5204be18db940227c6a2c53fe9f9fe9b20840e97bd040e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d617273686d616c6c6f772f636f6d6d616e64732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/marshmallow/commands)[![Tests](https://camo.githubusercontent.com/eb71c5af633e57307a6aa856ec0266fc0070efd46a15e3a772b3896ac340c6be/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d617273686d616c6c6f772d7061636b616765732f636f6d6d616e64732f7068702d73796e7461782d636865636b65722e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/marshmallow-packages/commands/actions/workflows/php-syntax-checker.yml)[![Total Downloads](https://camo.githubusercontent.com/2cd082183fd14b6ebb17ffde419979d7d78b4daadf812880d24953ebd9197a69/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d617273686d616c6c6f772f636f6d6d616e64732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/marshmallow/commands)

A collection of handy Artisan commands that can be reused across all Marshmallow projects.

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

[](#installation)

Install the package via Composer:

```
composer require marshmallow/commands
```

The service provider (`Marshmallow\Commands\CommandsServiceProvider`) is auto-discovered, so there is nothing else to register. The commands become available as soon as the package is installed.

Commands
--------

[](#commands)

CommandDescription`env:set {key} {value}`Add a variable to your `.env` file, or update it in place if the key already exists.`marshmallow:resource {resource_name?} {package_name?} {--force}`Generate a Laravel Nova resource from the package's stub into your `app/Nova` folder. Prompts for any missing argument; use `--force` to overwrite an existing resource without confirmation.`marshmallow:clear`Run all of Laravel's cache-clearing commands in one go (`cache:clear`, `route:clear`, `config:clear`, `view:clear`, `clear-compiled`).`package:status {--cs-fixer} {--has-workflow=}`List a table of symlinked path-repository packages (read from the project `composer.json`) that have outstanding git changes.`cron:show`Experimental: parse the scheduler defined in `app/Console/Kernel.php` and derive a single combined cron expression.> **Note:** `cron:show` is a work in progress and currently dumps its intermediate output for debugging rather than returning a finished cron line.

Usage
-----

[](#usage)

Set (or update) an environment variable:

```
php artisan env:set APP_NAME Marshmallow
```

Generate a Nova resource from the bundled stub:

```
php artisan marshmallow:resource Order orders
```

Clear all Laravel caches at once:

```
php artisan marshmallow:clear
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for recent changes.

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

[](#contributing)

Contributions are welcome. Please open an issue or pull request on the [repository](https://github.com/marshmallow-packages/commands) and follow Marshmallow's standard contribution process.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please report security vulnerabilities by email to  rather than via the public issue tracker.

Credits
-------

[](#credits)

- [Stef](https://marshmallow.dev)
- [All Contributors](https://github.com/marshmallow-packages/commands/contributors)

License
-------

[](#license)

The MIT License. Please see the [License File](LICENSE) for more information.

###  Health Score

50

—

FairBetter than 95% of packages

Maintenance78

Regular maintenance activity

Popularity24

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 92.3% 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 ~325 days

Recently: every ~476 days

Total

7

Last Release

330d ago

PHP version history (2 changes)v1.0.0PHP &gt;=7.0.0

v1.2.1PHP ^7.0|^8.0

### Community

Maintainers

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

---

Top Contributors

[![stefvanesch](https://avatars.githubusercontent.com/u/46725619?v=4)](https://github.com/stefvanesch "stefvanesch (36 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")

---

Tags

marshmallow

### Embed Badge

![Health badge](/badges/marshmallow-commands/health.svg)

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

PHPackages © 2026

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