PHPackages                             ronanflavio/artisan-make-extension - 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. ronanflavio/artisan-make-extension

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

ronanflavio/artisan-make-extension
==================================

An extension from "php artisan make" command

0.0.3(6y ago)316MITPHP

Since Mar 2Pushed 6y ago1 watchersCompare

[ Source](https://github.com/ronanflavio/artisan-make-extension)[ Packagist](https://packagist.org/packages/ronanflavio/artisan-make-extension)[ RSS](/packages/ronanflavio-artisan-make-extension/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

### Installation

[](#installation)

PHP 7.2 and Laravel 6.x or higher are required.

```
composer require ronanflavio/artisan-make-extension
```

After updating `composer`, add the service provider to the `providers` array in `config/app.php`

```
Ronanflavio\ArtisanMakeExtension\ArtisanMakeExtensionServiceProvider::class,

```

### Available make commands

[](#available-make-commands)

#### Data Transfer Objects

[](#data-transfer-objects)

It is a layer used to carries data between the processes using a default object.

To create your own, use the command bellow:

```
php artisan make:dto Example/CreatingExampleDto
```

The command above will create the directory `DataTransferObjects` inside your `app` folder. In this directory will be placed the abstract class `DataTransferObject.php` which is used as extension from all DTOs' classes generated with the `make:dto` command.

The actual class `CreatingExampleDto` will be placed within the directory `Example` inside the `DataTransferObjects` folder, because of the slash separating the class of its namespace and directory.

#### Services

[](#services)

A layer used to manage the business rules and concentrate the logical stuffs.

To create your own, use the command bellow:

```
php artisan make:service Example/ExampleService
```

The command above will create the directory `Services` inside your `app` folder. In this directory will be placed the abstract class `Service.php` which is used as extension from all services' classes generated with the `make:service` command.

The actual class `ExampleService` will be placed within the directory `Example` inside the `Services` folder, because of the slash separating the class of its namespace and directory.

### License

[](#license)

The Artisan Make Extension is free software licensed under the MIT license.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Total

3

Last Release

2260d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/77fe4bfadb131e0da2b0f919ab62c43ea27e78eff2042cc1e3ca830415fcc062?d=identicon)[ronanflavio](/maintainers/ronanflavio)

---

Top Contributors

[![ronanflavio](https://avatars.githubusercontent.com/u/8162211?v=4)](https://github.com/ronanflavio "ronanflavio (12 commits)")

---

Tags

consolelaravelartisanextensioncommandmake

### Embed Badge

![Health badge](/badges/ronanflavio-artisan-make-extension/health.svg)

```
[![Health](https://phpackages.com/badges/ronanflavio-artisan-make-extension/health.svg)](https://phpackages.com/packages/ronanflavio-artisan-make-extension)
```

###  Alternatives

[nunomaduro/laravel-console-dusk

Laravel Console Dusk allows the usage of Laravel Dusk in Laravel/Laravel Zero artisan commands.

16255.4k7](/packages/nunomaduro-laravel-console-dusk)[hydreflab/laravel-make-me

Extendable Interactive Make Command for Laravel

371.2k](/packages/hydreflab-laravel-make-me)

PHPackages © 2026

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