PHPackages                             gessyken/laravel-test-accelerator - 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. gessyken/laravel-test-accelerator

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

gessyken/laravel-test-accelerator
=================================

A powerful Laravel package to accelerate the development and testing process of your applications

v1.0.0(6mo ago)17[4 PRs](https://github.com/gessyken/laravel-test-accelerator/pulls)MITPHPPHP ^8.4CI passing

Since Sep 17Pushed 1mo agoCompare

[ Source](https://github.com/gessyken/laravel-test-accelerator)[ Packagist](https://packagist.org/packages/gessyken/laravel-test-accelerator)[ Docs](https://github.com/gessyken/laravel-test-accelerator)[ GitHub Sponsors](https://github.com/gessyken)[ RSS](/packages/gessyken-laravel-test-accelerator/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (13)Versions (7)Used By (0)

Laravel Test Accelerator
========================

[](#laravel-test-accelerator)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f91b01a35f243291e22844152d0747721167ab703814a905426ff2aa05d57a67/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f67657373796b656e2f6c61726176656c2d746573742d616363656c657261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gessyken/laravel-test-accelerator)[![GitHub Tests Action Status](https://camo.githubusercontent.com/655fc6095e550b191cf0f46b3af7dd5f1b7115f36c338d0dbad3758eddb66e92/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f67657373796b656e2f6c61726176656c2d746573742d616363656c657261746f722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/gessyken/laravel-test-accelerator/actions?query=workflow%3Arun-tests+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/cf1933592cfc703238e5a5dabdb2710d0696feba31362c387cd90ba341358805/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f67657373796b656e2f6c61726176656c2d746573742d616363656c657261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gessyken/laravel-test-accelerator)

A Laravel package that accelerates test development by automatically generating tests, analyzing code coverage, and providing performance insights.

Features
--------

[](#features)

- **Automatic Test Generation** - Generate unit and feature tests automatically
- **Code Coverage Analysis** - Analyze test coverage with detailed reports
- **Performance Benchmarking** - Identify slow tests and performance bottlenecks
- **AI Integration** - Generate intelligent test cases using AI (OpenAI, Anthropic)
- **CLI Commands** - Easy-to-use Artisan commands for all features

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

[](#installation)

```
composer require gessyken/laravel-test-accelerator --dev
```

Publish the configuration file:

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

Usage
-----

[](#usage)

### Generate Tests

[](#generate-tests)

```
# Generate tests for a specific file
php artisan test:generate app/Models/User.php

# Generate tests for a directory
php artisan test:generate app/Services/

# Use AI to generate smarter tests
php artisan test:generate app/Models/User.php --ai
```

### Analyze Coverage

[](#analyze-coverage)

```
# Basic coverage analysis
php artisan test:coverage

# Generate HTML report
php artisan test:coverage --report

# Set minimum threshold
php artisan test:coverage --threshold=80
```

### Performance Benchmark

[](#performance-benchmark)

```
# Analyze test performance
php artisan test:benchmark

# Custom thresholds
php artisan test:benchmark --slow-threshold=2000 --memory-threshold=2048
```

Configuration
-------------

[](#configuration)

Add these variables to your `.env` file for AI features:

```
TEST_ACCELERATOR_AI_PROVIDER=openai
TEST_ACCELERATOR_AI_API_KEY=your_api_key_here
TEST_ACCELERATOR_AI_MODEL=gpt-4
```

Requirements
------------

[](#requirements)

- PHP 8.4+
- Laravel 12+
- Composer 2+

Testing
-------

[](#testing)

```
composer test
```

License
-------

[](#license)

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

Author
------

[](#author)

**Aurel KENNE**

- GitHub: [@gessyken](https://github.com/gessyken)
- Email:

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance80

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

202d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1fb9f6c97713a5a04c0b032e3524e4252f1ada06002507b7282d7f98b4f5e48a?d=identicon)[gessyken](/maintainers/gessyken)

---

Top Contributors

[![gessyken](https://avatars.githubusercontent.com/u/129058258?v=4)](https://github.com/gessyken "gessyken (20 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

aicode-coveragelaravelperformancepestphpphpunittest-generationtestingtestingphpunitpestlaravelautomationcoverageperformanceaigessykenlaravel-test-acceleratortest-generation

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/gessyken-laravel-test-accelerator/health.svg)

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

###  Alternatives

[code-distortion/adapt

A Laravel package that builds databases for your tests, improving their speed.

2835.5k](/packages/code-distortion-adapt)

PHPackages © 2026

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