PHPackages                             mengdodo/laravel-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. mengdodo/laravel-tools

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

mengdodo/laravel-tools
======================

laravel develop artisan command tools. Create service,trait,Repositories,Presenters template quickly, support ^5.5 and 6、7、8、9

2.0.0(4y ago)0105MITPHPPHP &gt;=7.0||^8.0CI failing

Since Dec 18Pushed 4y ago1 watchersCompare

[ Source](https://github.com/mengdodo/LaravelTools)[ Packagist](https://packagist.org/packages/mengdodo/laravel-tools)[ Docs](https://www.mengdodo.com)[ RSS](/packages/mengdodo-laravel-tools/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (10)Used By (0)

laravelTools
============

[](#laraveltools)

simple artisan extend package for laravel,Create service,trait,Repositories,Presenters quickly

Laravel artisan 终端命令增强工具，增加了 Service、Trait、Repositories、Presenters 模版文件生成命令，支持Laravel 9。

Directory Structure
-------------------

[](#directory-structure)

[![laravel path](./dst/WechatIMG6.jpeg)](./dst/WechatIMG6.jpeg)

require
-------

[](#require)

```
php > 7.0 || php > 9.0

laravel > 5.5 || laravel > 9.*

```

install
-------

[](#install)

```
composer require mengdodo/laravel-tools --dev

```

how to use
----------

[](#how-to-use)

create a new trait file

```
php artisan make:trait Order
// Trait created successfully in app/Traits/OrderTrait.php

```

create a new service file

```
php artisan make:service Mail
// service created successfully in app/Services/MailService.php

```

create a new repository file

```
php artisan make:repo Product
// Trait created successfully in app/Repositories/ProductRepository.php

```

create a new presenter file

```
php artisan make:presenter Category
// Trait created successfully in app/Presenters/CategoryPresenter.php

```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity68

Established project with proven stability

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

Recently: every ~191 days

Total

9

Last Release

1481d ago

Major Versions

v1.0.9 → 2.0.02022-04-22

PHP version history (2 changes)1.0.1PHP &gt;=7.0

2.0.0PHP &gt;=7.0||^8.0

### Community

Maintainers

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

---

Top Contributors

[![mengdodo](https://avatars.githubusercontent.com/u/21698573?v=4)](https://github.com/mengdodo "mengdodo (11 commits)")

---

Tags

laravelcommand toolsmengdodo

### Embed Badge

![Health badge](/badges/mengdodo-laravel-tools/health.svg)

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

PHPackages © 2026

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