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. [API Development](/categories/api)
4. /
5. bedezign/laravel-openapi-consumer

ActiveLaravel-extension[API Development](/categories/api)

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 today

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 21% 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://avatars.githubusercontent.com/u/22366?v=4)[Blizz](/maintainers/Blizz)[@blizz](https://github.com/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)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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