PHPackages                             storinka/invoke-toolkit-explore - 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. storinka/invoke-toolkit-explore

ActiveLibrary

storinka/invoke-toolkit-explore
===============================

Invoke Explore for PHP

v2.0.2(3y ago)010MITHTML

Since Nov 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/storinka/invoke-toolkit-explore)[ Packagist](https://packagist.org/packages/storinka/invoke-toolkit-explore)[ RSS](/packages/storinka-invoke-toolkit-explore/feed)WikiDiscussions v2 Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Invoke Toolkit Explore
======================

[](#invoke-toolkit-explore)

Invoke Explore for PHP.

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

[](#installation)

```
composer require storinka/invoke-toolkit-explore:^2
```

Usage
-----

[](#usage)

Basic:

```
use Invoke\Toolkit\Explore\InvokeToolkitExplore;

$html = InvokeToolkitExplore::render(
    url: '/invoke/getApiDocument',
    base: '/invoke-explore'
);
```

Laravel:

```
// routes/web.php

use Invoke\Toolkit\Explore\InvokeToolkitExplore;

Route::get('/invoke-explore', function () {
    return InvokeToolkitExplore::render(
        url: '/api/invoke/getApiDocument',
        base: '/invoke-explore'
    );
});
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

1282d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4d3f4af288b1ce188d4ffb9f89e415f47f84bf4ada50074447cf804245ef3c19?d=identicon)[expexes](/maintainers/expexes)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/storinka-invoke-toolkit-explore/health.svg)

```
[![Health](https://phpackages.com/badges/storinka-invoke-toolkit-explore/health.svg)](https://phpackages.com/packages/storinka-invoke-toolkit-explore)
```

PHPackages © 2026

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