PHPackages                             nassen/laravel-admin-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. nassen/laravel-admin-api-tester

ActiveLibrary

nassen/laravel-admin-api-tester
===============================

Api tester for laravel

03HTML

Since May 6Pushed 6y ago1 watchersCompare

[ Source](https://github.com/NassenSystemInc/laravel-admin-api-tester)[ Packagist](https://packagist.org/packages/nassen/laravel-admin-api-tester)[ RSS](/packages/nassen-laravel-admin-api-tester/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

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

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

[![StyleCI](https://camo.githubusercontent.com/48f3e30e75e0e7712f95a9ea814cdb17fee23a6f98a58241f4335f968e4e3987/68747470733a2f2f7374796c6563692e696f2f7265706f732f39393536333338352f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/99563385)[![Packagist](https://camo.githubusercontent.com/ebd7c218c865dce474fa2990cae971364307109989d47a555c1b3893909757c7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c61726176656c2d61646d696e2d6578742f6170692d7465737465722e7376673f6d61784167653d32353932303030)](https://packagist.org/packages/laravel-admin-ext/api-tester)[![Total Downloads](https://camo.githubusercontent.com/aa2f8b5b75d278f23c0c5c240da8964cc3a93307c57d3e4dc9f6ccd37fe33306/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c61726176656c2d61646d696e2d6578742f6170692d7465737465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laravel-admin-ext/api-tester)![Pull request welcome](https://camo.githubusercontent.com/25f2db1404306d6dc01b1ac6e8c70f5f397ea8043dd9584d8dc4bc31b8bfea59/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f70722d77656c636f6d652d677265656e2e7376673f7374796c653d666c61742d737175617265)

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

[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 laravel-admin-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 MIT License (MIT)](LICENSE).

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/nassen-laravel-admin-api-tester/health.svg)

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

PHPackages © 2026

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