PHPackages                             qiuqiu1999/junit-laravel - 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. qiuqiu1999/junit-laravel

ActiveLibrary

qiuqiu1999/junit-laravel
========================

A simplified version of the laravel framework unit test

1.0(6y ago)13MITPHP

Since May 1Pushed 6y ago1 watchersCompare

[ Source](https://github.com/qiuqiu1999/junit-laravel)[ Packagist](https://packagist.org/packages/qiuqiu1999/junit-laravel)[ RSS](/packages/qiuqiu1999-junit-laravel/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

qiuqiu1999/junit-laravel
------------------------

[](#qiuqiu1999junit-laravel)

#### 对于框架的要求

[](#对于框架的要求)

Laravel &gt;= 5.1 &amp; PHP &gt;= 7.1.3

#### 安装方式

[](#安装方式)

```
composer require "qiuqiu1999/junit-laravel"

```

#### 配置方式

[](#配置方式)

> 在config/app.php中进行服务注册

```
/*
|--------------------------------------------------------------------------
| Autoloaded Service Providers
|--------------------------------------------------------------------------
|
| The service providers listed here will be automatically loaded on the
| request to your application. Feel free to add your own services to
| this array to grant expanded functionality to your applications.
|
*/

'providers' => [
        ... ,
        QiuQiu1999\JunitLaravel\Providers\JunitServiceProvider::class
],

```

#### 路由

[](#路由)

```
Route::get('/', 'JunitController@index');                       // 测试主页
Route::post('/', 'JunitController@store')->name('junit.store'); // 提交

```

#### License

[](#license)

MIT

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Unknown

Total

1

Last Release

2206d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/35769500?v=4)[qiuqiu1999](/maintainers/qiuqiu1999)[@qiuqiu1999](https://github.com/qiuqiu1999)

---

Top Contributors

[![qiuqiu1999](https://avatars.githubusercontent.com/u/35769500?v=4)](https://github.com/qiuqiu1999 "qiuqiu1999 (1 commits)")

### Embed Badge

![Health badge](/badges/qiuqiu1999-junit-laravel/health.svg)

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

PHPackages © 2026

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