PHPackages                             lmt9x/laramin-api-tester - 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. [API Development](/categories/api)
4. /
5. lmt9x/laramin-api-tester

ActiveLibrary[API Development](/categories/api)

lmt9x/laramin-api-tester
========================

Api tester for laramin

v1.0.5(5y ago)017MITBladePHP &gt;=7.0.0

Since Aug 9Pushed 5y agoCompare

[ Source](https://github.com/lmt9x/laramin-api-tester)[ Packagist](https://packagist.org/packages/lmt9x/laramin-api-tester)[ Docs](https://github.com/lmt9x/laramin-api-tester)[ RSS](/packages/lmt9x-laramin-api-tester/feed)WikiDiscussions master Synced today

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

API tester for laramin
======================

[](#api-tester-for-laramin)

[![Packagist](https://camo.githubusercontent.com/ebd7c218c865dce474fa2990cae971364307109989d47a555c1b3893909757c7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c61726176656c2d61646d696e2d6578742f6170692d7465737465722e7376673f6d61784167653d32353932303030)](https://packagist.org/packages/laravel-admin-ext/api-tester)

Inspired by [laravel-api-tester](https://github.com/asvae/laravel-api-tester).

[Documentation](http://laravel-admin.org/docs/#/en/extension-api-tester)

Screenshot
----------

[](#screenshot)

[![wx20170809-164424](https://user-images.githubusercontent.com/1479100/29112946-1e32971c-7d22-11e7-8cc0-5b7ad25d084e.png)](https://user-images.githubusercontent.com/1479100/29112946-1e32971c-7d22-11e7-8cc0-5b7ad25d084e.png)

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

[](#installation)

```
$ composer require lmt9x/laramin-api-tester -vvv

$ php artisan vendor:publish --tag=api-tester

```

Then last run flowing command to import menu and permission:

```
$ php artisan admin:import api-tester

```

Finally open `http://localhost/admin/api-tester`.

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

[](#configuration)

`api-tester` supports 3 configuration, open `config/admin.php` find `extensions`:

```
    'extensions' => [

        'api-tester' => [

            // route prefix for APIs
            'prefix' => 'api',

            // auth guard for api
            'guard'  => 'api',

            // If you are not using the default user model as the authentication model, set it up
            'user_retriever' => function ($id) {
                return \App\User::find($id);
            },
        ]
    ]
```

License
-------

[](#license)

Licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 83.3% 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 ~311 days

Total

5

Last Release

1953d ago

### Community

Maintainers

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

---

Top Contributors

[![z-song](https://avatars.githubusercontent.com/u/1479100?v=4)](https://github.com/z-song "z-song (10 commits)")[![licxisky](https://avatars.githubusercontent.com/u/20389946?v=4)](https://github.com/licxisky "licxisky (1 commits)")[![themightysapien](https://avatars.githubusercontent.com/u/732813?v=4)](https://github.com/themightysapien "themightysapien (1 commits)")

---

Tags

apitesterlaramin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lmt9x-laramin-api-tester/health.svg)

```
[![Health](https://phpackages.com/badges/lmt9x-laramin-api-tester/health.svg)](https://phpackages.com/packages/lmt9x-laramin-api-tester)
```

###  Alternatives

[laravel-admin-ext/api-tester

Api tester for laravel

5665.0k1](/packages/laravel-admin-ext-api-tester)[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22779.0k](/packages/m165437-laravel-blueprint-docs)

PHPackages © 2026

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