PHPackages                             saritasa/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. saritasa/laravel-tools

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

saritasa/laravel-tools
======================

Laravel Tools

1.5.1(7y ago)0180[4 issues](https://github.com/Saritasa/php-laravel-tools/issues)[1 PRs](https://github.com/Saritasa/php-laravel-tools/pulls)MITPHPPHP &gt;=7.1

Since Mar 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Saritasa/php-laravel-tools)[ Packagist](https://packagist.org/packages/saritasa/laravel-tools)[ Docs](https://github.com/Saritasa/php-laravel-tools)[ RSS](/packages/saritasa-laravel-tools/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (9)Versions (19)Used By (0)

Laravel Tools
=============

[](#laravel-tools)

[![Build Status](https://camo.githubusercontent.com/fc8665acb9781efd33625e28726e60a1eb9963927e91ae1d4b74167749f273ad/68747470733a2f2f7472617669732d63692e6f72672f53617269746173612f7068702d6c61726176656c2d746f6f6c732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Saritasa/php-laravel-tools)[![CodeCov](https://camo.githubusercontent.com/58cdf15ad3d11d39e6a841a817e586e616836ea46b53d14111fddb45829d4aef/68747470733a2f2f636f6465636f762e696f2f67682f53617269746173612f7068702d6c61726176656c2d746f6f6c732f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/Saritasa/php-laravel-tools)[![Release](https://camo.githubusercontent.com/352e4d94e452c660622ca45bddd0945c6d4761a912b0ecd534a805924bef23a3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f53617269746173612f7068702d6c61726176656c2d746f6f6c732e737667)](https://github.com/Saritasa/php-laravel-tools/releases)[![PHPv](https://camo.githubusercontent.com/7ddcd82d3290e84cb885cb6a2d2750567dece43393c17204412058b58830b2df/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f73617269746173612f6c61726176656c2d746f6f6c732e737667)](http://www.php.net)[![Downloads](https://camo.githubusercontent.com/3d9c3a184d632a7a984ea7dfd164f403ccd2ba2212a322607d790f412c36d299/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73617269746173612f6c61726176656c2d746f6f6c732e737667)](https://packagist.org/packages/saritasa/laravel-tools)

This package was designed to help developers scaffold parts of code for Laravel-based projects.

Installation and configuration
------------------------------

[](#installation-and-configuration)

Install the `saritasa/laravel-tools` package as dev dependency:

```
$ composer require saritasa/laravel-tools --dev
```

If you use Laravel 5.4 or less, or 5.5+ with [package discovery](https://laravel.com/docs/5.5/packages#package-discovery) disabled, add the LaravelToolsServiceProvider in `AppServiceProvider.php`:

```
    public function register()
    {
        if ($this->app->environment() === 'local') {
            // If we are in local environment, enable some developer's tools
            ...
            $this->app->register(LaravelToolsServiceProvider::class);
            ...
        }
    }
```

Publish config with

```
$ artisan vendor:publish --tag=laravel_tools
```

Available artisan commands
--------------------------

[](#available-artisan-commands)

### artisan make:form\_request ModelName FormRequestName

[](#artisan-makeform_request-modelname-formrequestname)

Allows to generate FormRequest class with rules based on model's attributes.

### artisan make:dto ModelName DtoName

[](#artisan-makedto-modelname-dtoname)

Allows to generate DTO class with properties based on model's attributes.

### artisan make:api\_routes

[](#artisan-makeapi_routes)

Allows to build API routes declaration based on swagger specification.

### artisan make:api\_controllers

[](#artisan-makeapi_controllers)

Allows to scaffold API Controllers with actions based on swagger specification.

Documentation
-------------

[](#documentation)

Please, read our [**WIKI**](https://github.com/Saritasa/php-laravel-tools/wiki) for complete documentation.

Known issues
------------

[](#known-issues)

- [Enum DB type is casted as String via custom doctrine mapping](https://github.com/Saritasa/php-laravel-tools/issues/3)
- [Tinyint type is casted by Doctrine as Boolean](https://github.com/Saritasa/php-laravel-tools/issues/4)

What's next?
------------

[](#whats-next)

What need to improve:

1. Declare only necessary packages in composer.json instead of entire laravel

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

[](#contributing)

See [CONTRIBUTING](CONTRIBUTING.md) and [Code of Conduct](CONDUCT.md), if you want to make contribution (pull request) or just build and test project on your own.

Resources
---------

[](#resources)

- [Changes History](CHANGES.md)
- [Bug Tracker](https://github.com/Saritasa/php-laravel-tools/issues)
- [Authors](https://github.com/Saritasa/php-laravel-tools/contributors)

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

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

Recently: every ~74 days

Total

16

Last Release

2707d ago

Major Versions

0.1.10 → 1.0.02018-03-24

### Community

Maintainers

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

---

Top Contributors

[![populov](https://avatars.githubusercontent.com/u/3766033?v=4)](https://github.com/populov "populov (2 commits)")

---

Tags

artisanlaravelphpscaffoldingphpsaritasa

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.6M217](/packages/backpack-crud)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

101466.4k45](/packages/friendsoftypo3-content-blocks)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)[flarum/core

Delightfully simple forum software.

201.4M2.2k](/packages/flarum-core)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3691.3k16](/packages/netgen-layouts-core)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)

PHPackages © 2026

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