PHPackages                             keteraf/laratooler - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. keteraf/laratooler

ActiveLibrary[Testing &amp; Quality](/categories/testing)

keteraf/laratooler
==================

A simple yet useful package that install all the modern devtools you need.

v0.1.3-alpha(1y ago)17MITPHPPHP ^8.3||^8.4CI failing

Since May 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/keteraf/laratooler)[ Packagist](https://packagist.org/packages/keteraf/laratooler)[ Docs](https://github.com/keteraf/laratooler)[ GitHub Sponsors](https://github.com/keteraf)[ RSS](/packages/keteraf-laratooler/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (12)Versions (6)Used By (0)

Laratooler
==========

[](#laratooler)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a984b6a1e1318c04fdacf4feaf040d6aba9cb11c8f12b118e9dbc6c75dbd11b7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b6574657261662f6c617261746f6f6c65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/keteraf/laratooler)[![GitHub Tests Action Status](https://camo.githubusercontent.com/2bf720f1a79000a9853bf109e4053db48866ce2cfb44ab2b19c38a7762419f08/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6b6574657261662f6c617261746f6f6c65722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/keteraf/laratooler/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/6a32e9576d3e7833edc83c2f1cfb4bdea4f804421d43036550dde9dd74baac80/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6b6574657261662f6c617261746f6f6c65722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/keteraf/laratooler/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/2faa114abb310e1da84efe1a8ab76511b7adf07d0ba4c13fd6348348b20fc89e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b6574657261662f6c617261746f6f6c65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/keteraf/laratooler)

A simple yet useful package that install all the modern devtools you need in your Laravel app.

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

[](#installation)

You can install the package via composer:

```
composer require keteraf/laratooler
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="laratooler-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laratooler-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="laratooler-views"
```

Usage
-----

[](#usage)

```
$laratooler = new Laratooler();
echo $laratooler->echoPhrase('Hello, \!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Credits
-------

[](#credits)

- [Raffaele Longo Elia](https://github.com/keteraf)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance48

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Total

4

Last Release

404d ago

PHP version history (2 changes)v0.1.0-alphaPHP ^8.4

v0.1.1-alphaPHP ^8.3||^8.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3389643?v=4)[Raffaele Longo Elia](/maintainers/Keteraf)[@keteraf](https://github.com/keteraf)

---

Top Contributors

[![keteraf](https://avatars.githubusercontent.com/u/3389643?v=4)](https://github.com/keteraf "keteraf (5 commits)")

---

Tags

PHPStanlaravelstatic analysisCode stylelaravel-packagecode qualitylarastanrectorPintdevelopment-toolsphp-toolsdeveloper-experienceketeraflaratooler

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/keteraf-laratooler/health.svg)

```
[![Health](https://phpackages.com/badges/keteraf-laratooler/health.svg)](https://phpackages.com/packages/keteraf-laratooler)
```

###  Alternatives

[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.5k55.4M8.4k](/packages/larastan-larastan)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[calebdw/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

15118.7k4](/packages/calebdw-larastan)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

44855.7k](/packages/harris21-laravel-fuse)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24857.5k](/packages/vormkracht10-laravel-mails)

PHPackages © 2026

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