PHPackages                             thuraaung2493/laravel-make-files-tools - 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. thuraaung2493/laravel-make-files-tools

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

thuraaung2493/laravel-make-files-tools
======================================

A small cli tools to create DTO, Action and Service classes for Laravel project.

088PHP

Since May 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/thuraaung2493/laravel-make-files-tools)[ Packagist](https://packagist.org/packages/thuraaung2493/laravel-make-files-tools)[ RSS](/packages/thuraaung2493-laravel-make-files-tools/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Larave Make Files Tools
=======================

[](#larave-make-files-tools)

**It supports Laravel 9+ and PHP 8.1+**

Description
-----------

[](#description)

This package is small cli tool for creating the Action class, DTO class and Service class.

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

[](#installation)

### Laravel

[](#laravel)

Require this package with composer using the following command:

```
  composer require thuraaung2493/laravel-make-files-tools@dev
```

Usage
-----

[](#usage)

### To create DTO class

[](#to-create-dto-class)

```
  php artisan make:dto NewUser --pest

  // created in App\DataObjects\NewUser.php & tests/Feature/DataObject/NewUserTest.php
```

### To create Action class

[](#to-create-action-class)

```
  php artisan make:action CreateUserAction --pest

  // created in App\Actions\CreateUserAction.php & tests/Feature/Actions/CreateUserActionTest.php
```

### To create Service class

[](#to-create-service-class)

```
  php artisan make:service NotificationService --pest

  // created in App\Services\NotificationService.php & tests/Feature/Services/NotificationServiceTest.php
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6764acf86f328588b8b35a2e03683a19f42ed37d11dddb582256743c467d318f?d=identicon)[thuraaung2493](/maintainers/thuraaung2493)

---

Top Contributors

[![thuraaung2493](https://avatars.githubusercontent.com/u/22706964?v=4)](https://github.com/thuraaung2493 "thuraaung2493 (15 commits)")

### Embed Badge

![Health badge](/badges/thuraaung2493-laravel-make-files-tools/health.svg)

```
[![Health](https://phpackages.com/badges/thuraaung2493-laravel-make-files-tools/health.svg)](https://phpackages.com/packages/thuraaung2493-laravel-make-files-tools)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

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