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 3y 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 yesterday

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://avatars.githubusercontent.com/u/22706964?v=4)[Thura@Blackmonster](/maintainers/thuraaung2493)[@thuraaung2493](https://github.com/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

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