PHPackages                             nastuzzi-samy/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. nastuzzi-samy/api-tester

ActiveLibrary[API Development](/categories/api)

nastuzzi-samy/api-tester
========================

Api tester for laravel

v1.1.0(7y ago)02.6kMITHTMLPHP &gt;=7.0.0

Since Aug 9Pushed 7y ago1 watchersCompare

[ Source](https://github.com/NastuzziSamy/api-tester)[ Packagist](https://packagist.org/packages/nastuzzi-samy/api-tester)[ Docs](https://github.com/laravel-admin-extensions/api-tester)[ RSS](/packages/nastuzzi-samy-api-tester/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (4)Versions (6)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

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 85.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 ~160 days

Total

4

Last Release

2712d ago

### Community

Maintainers

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

---

Top Contributors

[![z-song](https://avatars.githubusercontent.com/u/1479100?v=4)](https://github.com/z-song "z-song (6 commits)")[![NastuzziSamy](https://avatars.githubusercontent.com/u/24639904?v=4)](https://github.com/NastuzziSamy "NastuzziSamy (1 commits)")

---

Tags

apilaravel-admintester

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nastuzzi-samy-api-tester/health.svg)

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

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[sajya/server

Easy implementation of the JSON-RPC 2.0 server for the Laravel framework.

2391.9M4](/packages/sajya-server)[laravel-admin-ext/api-tester

Api tester for laravel

5665.0k1](/packages/laravel-admin-ext-api-tester)

PHPackages © 2026

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