PHPackages                             snowsoft/oaapi-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. snowsoft/oaapi-tester

ActiveLibrary[API Development](/categories/api)

snowsoft/oaapi-tester
=====================

Api tester for open-admin

0.01(2y ago)04MITPHPPHP &gt;=7.0.0

Since Oct 2Pushed 2y agoCompare

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

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

[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 snowsoft/oaapi-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

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 Bus Factor1

Top contributor holds 72.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

Unknown

Total

1

Last Release

958d ago

### Community

Maintainers

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

---

Top Contributors

[![open-admin-org](https://avatars.githubusercontent.com/u/86517067?v=4)](https://github.com/open-admin-org "open-admin-org (8 commits)")[![snowsoft](https://avatars.githubusercontent.com/u/4568234?v=4)](https://github.com/snowsoft "snowsoft (2 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/snowsoft-oaapi-tester/health.svg)

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