PHPackages                             open-admin-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. open-admin-ext/api-tester

ActiveLibrary[API Development](/categories/api)

open-admin-ext/api-tester
=========================

Api tester for open-admin

v1.0.2(3y ago)52.5k2MITPHPPHP &gt;=7.0.0

Since Feb 10Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/open-admin-org/api-tester)[ Packagist](https://packagist.org/packages/open-admin-ext/api-tester)[ Docs](https://github.com/open-admin-org/api-tester)[ RSS](/packages/open-admin-ext-api-tester/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (5)Used By (0)

API tester for open-admin
=========================

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

[![StyleCI](https://camo.githubusercontent.com/cca4e8c800ad49ba44aa1393b8024c9f87d5c0593819f4d9e97d0c4fd9b9b2c1/68747470733a2f2f7374796c6563692e696f2f7265706f732f3435373837393932352f736869656c643f6272616e63683d6d61696e)](https://styleci.io/repos/99563385)[![Packagist](https://camo.githubusercontent.com/b159a7ec4cb3170619228d76d9198f7ebd07bad799a8f07f2b1c1066c2d0f95a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6f70656e2d61646d696e2d6f72672f6170692d7465737465722e7376673f6d61784167653d32353932303030267374796c653d666c61742d73717561726526636f6c6f723d627269676874677265656e)](https://packagist.org/packages/open-admin-ext/api-tester)[![Total Downloads](https://camo.githubusercontent.com/ba81c8604c9d53adbe88f69bc05f08db04895733dfd10b54276e01d75baa2697/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f70656e2d61646d696e2d6578742f6170692d7465737465722e7376673f7374796c653d666c61742d73717561726526636f6c6f723d627269676874677265656e)](https://packagist.org/packages/open-admin-admin-ext/api-tester)![Pull request welcome](https://camo.githubusercontent.com/773a3fa745da4fda1b5c5179d6885c35d05b5ee83473d301bcba61af9b649e63/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f70722d77656c636f6d652d677265656e2e7376673f7374796c653d666c61742d73717561726526636f6c6f723d627269676874677265656e)

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

Screenshot
----------

[](#screenshot)

[![extention-api-tester](https://user-images.githubusercontent.com/86517067/153463990-bd59e3ac-bc88-4858-adac-2714cc08e705.png)](https://user-images.githubusercontent.com/86517067/153463990-bd59e3ac-bc88-4858-adac-2714cc08e705.png)

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

[](#installation)

```
$ composer require open-admin-ext/api-tester

$ 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

34

—

LowBetter than 77% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90% 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 ~69 days

Total

3

Last Release

1418d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6c8d24612adef7b7662b8ae3122ae2e9c69e9967248ad86939079ce92a10b6e2?d=identicon)[open-admin-org](/maintainers/open-admin-org)

---

Top Contributors

[![open-admin-org](https://avatars.githubusercontent.com/u/86517067?v=4)](https://github.com/open-admin-org "open-admin-org (9 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (1 commits)")

---

Tags

apitesteropen-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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