PHPackages                             bedezign/laravel-openapi-consumer - 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. bedezign/laravel-openapi-consumer

ActiveLaravel-extension

bedezign/laravel-openapi-consumer
=================================

Laravel component to load an OpenAPIY JSON file and assist in consuming the underlying API.

324PHP

Since Oct 4Pushed 9y ago3 watchersCompare

[ Source](https://github.com/bedezign/laravel-openapi-consumer)[ Packagist](https://packagist.org/packages/bedezign/laravel-openapi-consumer)[ RSS](/packages/bedezign-laravel-openapi-consumer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

OpenAPI Consumer
================

[](#openapi-consumer)

PoC to see if it is possible to automatically consume an API that has an [OpenAPI specification](https://github.com/OAI/OpenAPI-Specification) (pka Swagger).

At this point the library is written for laravel.

If you need to use it, simply create a Client instance with the correct configuration

```
$api = new \OpenAPI\Consumer\Client('json specification path', [&lt;extra configuration&gt;])

```

You can then call any operation from the API in a very simplistic way:

```
$call = $api->operationName->with(['api-data' => 'api-data-value'])->execute();
if ($call->statusCode == 200) {
    dd($call->json);
}

```

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/78f7fd05d2823bcddf207d7d53ec3a35aefceef528e36c5ebbce774377478c8f?d=identicon)[Blizz](/maintainers/Blizz)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/bedezign-laravel-openapi-consumer/health.svg)

```
[![Health](https://phpackages.com/badges/bedezign-laravel-openapi-consumer/health.svg)](https://phpackages.com/packages/bedezign-laravel-openapi-consumer)
```

PHPackages © 2026

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