PHPackages                             storinka/invoke-api-document - 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. storinka/invoke-api-document

ActiveLibrary[API Development](/categories/api)

storinka/invoke-api-document
============================

Invoke API Document Extension

v2.0.2(4y ago)0463MITPHPPHP ^8.1

Since Mar 7Pushed 4y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

Invoke API Document
===================

[](#invoke-api-document)

Documentation toolkit for Invoke.

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

[](#installation)

1. Install the dependency via composer:

```
composer require storinka/invoke-api-document
```

2. Register the extension:

```
use Invoke\Toolkit\Docs\ApiDocumentExtension;

$invoke->registerExtension(ApiDocumentExtension::class);
```

Configuration
-------------

[](#configuration)

```
$invoke->setConfig([
    "apiDocument" => [
        // Name of the API
        "name" => "Invoke API Document",

        // Short description of the API
        "summary" => "API documentation by Invoke API Document.",

        // Url to API icon
        "iconUrl" => "https://user-images.githubusercontent.com/21020331/145628046-ca19dbdf-2935-49fe-934c-a171219566cc.png",

        // Show only icon without name in header
        "iconOnly" => true,

        // Documentation sections
        "sections" => [
            // Default section with list of methods
            \Invoke\Toolkit\Docs\Sections\MethodsSection::class

            // You can put here your custom sections
        ],

        // Documentation methods
        "methods" => [
            "getApiDocument" => [
                "enabled" => true,
                "method" => \Invoke\Toolkit\Docs\Methods\GetApiDocument::class
            ]
        ],

        // Invoke instruction
        "invokeInstruction" => [
            // Name of the instruction
            "name" => "fetch",

            // Server protocol
            "protocol" => "http",

            // Server host
            "host" => "localhost",

            // Server port
            "port" => 8081,

            // Url path
            "path" => "",
        ]
    ]
]);
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 77.8% 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 ~1 days

Total

4

Last Release

1529d 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 (7 commits)")[![aquaminer](https://avatars.githubusercontent.com/u/17113289?v=4)](https://github.com/aquaminer "aquaminer (2 commits)")

### Embed Badge

![Health badge](/badges/storinka-invoke-api-document/health.svg)

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

###  Alternatives

[phpdocumentor/phpdocumentor

Documentation Generator for PHP

4.4k3.1M878](/packages/phpdocumentor-phpdocumentor)[googleads/googleads-php-lib

Google Ad Manager SOAP API Client Library for PHP

67410.3M25](/packages/googleads-googleads-php-lib)[thecodingmachine/graphqlite

Write your GraphQL queries in simple to write controllers (using webonyx/graphql-php).

5723.1M30](/packages/thecodingmachine-graphqlite)[felixfbecker/advanced-json-rpc

A more advanced JSONRPC implementation

25578.7M6](/packages/felixfbecker-advanced-json-rpc)[overblog/graphql-bundle

This bundle provides tools to build a GraphQL server in your Symfony App.

8027.9M28](/packages/overblog-graphql-bundle)[api-platform/api-pack

A pack for API Platform

5236.7M40](/packages/api-platform-api-pack)

PHPackages © 2026

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