PHPackages                             php-panel/ladmin-ext-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. php-panel/ladmin-ext-api-tester

ActiveLibrary[API Development](/categories/api)

php-panel/ladmin-ext-api-tester
===============================

Api tester for laravel

v1.0.2(5mo ago)08Apache-2.0BladePHP &gt;=8.2

Since Nov 20Pushed 5mo agoCompare

[ Source](https://github.com/php-panel/ladmin-ext-api-tester)[ Packagist](https://packagist.org/packages/php-panel/ladmin-ext-api-tester)[ Docs](https://github.com/php-panel/ladmin-ext-api-tester)[ RSS](/packages/php-panel-ladmin-ext-api-tester/feed)WikiDiscussions master Synced 1mo ago

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

API tester for laravel-admin
============================

[](#api-tester-for-laravel-admin)

[Documentation](http://laravel-admin.org/docs/#/en/extension-api-tester) | [中文文档](http://laravel-admin.org/docs/#/zh/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 php-panel/ladmin-ext-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 Apacle 2.0 License](LICENSE).

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance71

Regular maintenance activity

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~8 days

Total

3

Last Release

164d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f32cb7625515c0969fec15915be4a137f057c3484420bb7abf025c8e975dd3a5?d=identicon)[leeqvip](/maintainers/leeqvip)

---

Top Contributors

[![z-song](https://avatars.githubusercontent.com/u/1479100?v=4)](https://github.com/z-song "z-song (10 commits)")[![leeqvip](https://avatars.githubusercontent.com/u/35752209?v=4)](https://github.com/leeqvip "leeqvip (3 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

apilaravel-admintester

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/php-panel-ladmin-ext-api-tester/health.svg)

```
[![Health](https://phpackages.com/badges/php-panel-ladmin-ext-api-tester/health.svg)](https://phpackages.com/packages/php-panel-ladmin-ext-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)
