PHPackages                             vortechstudio/laravel-test-generator - 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. vortechstudio/laravel-test-generator

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

vortechstudio/laravel-test-generator
====================================

Auto-Test Generator for laravel

1.0.2(2y ago)08[3 PRs](https://github.com/vortechstudio-packager/laravel-test-generator/pulls)MITPHPPHP ^8.2CI passing

Since May 22Pushed 2mo agoCompare

[ Source](https://github.com/vortechstudio-packager/laravel-test-generator)[ Packagist](https://packagist.org/packages/vortechstudio/laravel-test-generator)[ Docs](https://github.com/vortechstudio/laravel-test-generator)[ GitHub Sponsors](https://github.com/Vortechstudio)[ RSS](/packages/vortechstudio-laravel-test-generator/feed)WikiDiscussions main Synced today

READMEChangelog (3)Dependencies (9)Versions (9)Used By (0)

Auto-Test Generator for laravel
===============================

[](#auto-test-generator-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/8e80ebd1f3a8682e8c5f3faabb4ae6cf0837e2ffbc3ac91b8fa30d0a4c852f59/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f766f727465636873747564696f2f6c61726176656c2d746573742d67656e657261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vortechstudio/laravel-test-generator)[![GitHub Tests Action Status](https://camo.githubusercontent.com/52304c4c6ee9c6ed2b3279c786cb3d1ea80cb43ea682117d26ac212cbbf722a9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f766f727465636873747564696f2f6c61726176656c2d746573742d67656e657261746f722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/vortechstudio/laravel-test-generator/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/8f696d515f8f96168d49c818938254abe0f5be5e32edbf64d0abb31dc7f1fb6a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f766f727465636873747564696f2f6c61726176656c2d746573742d67656e657261746f722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/vortechstudio/laravel-test-generator/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/db2c7e61c151f9dc7acf03ddf92d11b2384b7d236dbd884022c394db8c34a5f3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f766f727465636873747564696f2f6c61726176656c2d746573742d67656e657261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vortechstudio/laravel-test-generator)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/416734fb9379e887603c97347574dfd2b532752b89e133468bfb15a31071e414/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6c61726176656c2d746573742d67656e657261746f722e6a70673f743d31)](https://spatie.be/github-ad-click/laravel-test-generator)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require vortechstudio/laravel-test-generator
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="laravel-test-generator-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-test-generator-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="laravel-test-generator-views"
```

Usage
-----

[](#usage)

```
$laravelTestGenerator = new Vortechstudio\LaravelTestGenerator();
echo $laravelTestGenerator->echoPhrase('Hello, Vortechstudio!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Vortechstudio](https://github.com/Vortechstudio)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance57

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 52% 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

3

Last Release

772d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/155325740?v=4)[Vortech Studio](/maintainers/vortechstudio)[@vortechstudio](https://github.com/vortechstudio)

---

Top Contributors

[![vortechstudio](https://avatars.githubusercontent.com/u/155325740?v=4)](https://github.com/vortechstudio "vortechstudio (13 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (6 commits)")

---

Tags

laravellaravel-test-generatorVortechstudio

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/vortechstudio-laravel-test-generator/health.svg)

```
[![Health](https://phpackages.com/badges/vortechstudio-laravel-test-generator/health.svg)](https://phpackages.com/packages/vortechstudio-laravel-test-generator)
```

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M100](/packages/dedoc-scramble)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.3k3](/packages/defstudio-telegraph)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k39](/packages/spatie-laravel-passkeys)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

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

PHPackages © 2026

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