PHPackages                             denizozturk/quick-command - 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. denizozturk/quick-command

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

denizozturk/quick-command
=========================

This is a collection of quick commands for your laravel project. It includes commands for actions, enums, helper, traits and other stuff.

v1.0(3y ago)241MITPHPPHP ^8.1

Since Aug 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/denizozturk/quick-command)[ Packagist](https://packagist.org/packages/denizozturk/quick-command)[ Docs](https://github.com/denizozturk/quick-command)[ RSS](/packages/denizozturk-quick-command/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (12)Versions (2)Used By (0)

`quick-command`
===============

[](#quick-command)

This is a collection of quick commands for your Laravel project. It includes commands for actions, enums, helper, traits, etc.

[![Latest Version on Packagist](https://camo.githubusercontent.com/67d2ddc98e0031aeeedeb535c26113a144e4dc21b5d402f653df2b1809e1b3be/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64656e697a6f7a7475726b2f717569636b2d636f6d6d616e642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/denizozturk/quick-command)[![GitHub Tests Action Status](https://camo.githubusercontent.com/706be170f6a5885f37a35767b3c98e761fbe69df2c63b6cbb8b6be4c3131ae91/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f64656e697a6f7a7475726b2f717569636b2d636f6d6d616e642f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/denizozturk/quick-command/actions?query=workflow%3Arun-tests+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/f4a13dc6491a4fff690438439c50d5d1b0beb7d4705b4f5d1e0d0f2f9f026a67/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64656e697a6f7a7475726b2f717569636b2d636f6d6d616e642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/denizozturk/quick-command)

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

[](#installation)

You can install the package via composer:

```
composer require denizozturk/quick-command
```

Usage
-----

[](#usage)

```
php artisan quick:make CollectionName --type=action
```

> **Note**You can use `php artisan quick:make` command with `--type=action` or `--type=contract` or `--type=enum` or `--type=helper` or `--type=trait`

> **Warning**If you created a global helper, you should update your `compose.json` file. As you can see in the example below:

```
{
  "autoload": {
    "files": [
      "app/Helpers/helpers.php"
    ]
  }
}
```

Testing
-------

[](#testing)

```
composer test
```

TODO
----

[](#todo)

- Add support to more types
- Add support for useful patterns
- Add support arguments for commands

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

[](#contributing)

Please see [CONTRIBUTING](https://github.com/denizozturk/.github/blob/main/CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Deniz ÖZTÜRK](https://github.com/denizozturk)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Unknown

Total

1

Last Release

1371d ago

### Community

Maintainers

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

---

Top Contributors

[![denizozturk](https://avatars.githubusercontent.com/u/34531750?v=4)](https://github.com/denizozturk "denizozturk (1 commits)")

---

Tags

actioncommandconcerncontractenumhelperlaravelquicktraitlaravelDenizOzturkquick-command

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/denizozturk-quick-command/health.svg)

```
[![Health](https://phpackages.com/badges/denizozturk-quick-command/health.svg)](https://phpackages.com/packages/denizozturk-quick-command)
```

###  Alternatives

[worksome/envy

Automatically keep your .env files in sync.

6871.8M](/packages/worksome-envy)[spatie/laravel-signal-aware-command

Handle signals in artisan commands

16613.2M2](/packages/spatie-laravel-signal-aware-command)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[lorisleiva/artisan-ui

Run your artisan commands by pressing buttons.

2254.1k](/packages/lorisleiva-artisan-ui)[geowrgetudor/command-history

Track Laravel Artisan commands executions inside Laravel Pulse

1324.1k](/packages/geowrgetudor-command-history)[thettler/laravel-console-toolkit

This Package provides some usefully console features like the attribute syntax for arguments and options, validation, auto ask and casting.

324.1k](/packages/thettler-laravel-console-toolkit)

PHPackages © 2026

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