PHPackages                             inveniem/guzzle-description-loader - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. inveniem/guzzle-description-loader

ActiveLibrary[HTTP &amp; Networking](/categories/http)

inveniem/guzzle-description-loader
==================================

Load guzzle service description from various file formats

v1.0.0(2y ago)169711MITPHPPHP &gt;=7.1.3

Since Sep 10Pushed 2y agoCompare

[ Source](https://github.com/Inveniem/guzzle-description-loader)[ Packagist](https://packagist.org/packages/inveniem/guzzle-description-loader)[ RSS](/packages/inveniem-guzzle-description-loader/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (6)Used By (1)

Guzzle Service Description Loader
=================================

[](#guzzle-service-description-loader)

A stand-alone Service Description loader for Guzzle with compatibility for Symfony 4.x, 5.x, and 6.x.

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

[](#installation)

If you are using Composer, and you should, just run the following command:

```
composer require "inveniem/guzzle-description-loader"
```

Supported File Formats
----------------------

[](#supported-file-formats)

- Yaml
- Php
- Json

Usage
-----

[](#usage)

```
use Guzzle\Service\Loader\JsonLoader;
use GuzzleHttp\Command\Guzzle\Description;
use Symfony\Component\Config\FileLocator;

$configDirectories = array(DESCRIPTION_PATH);
$this->locator = new FileLocator($configDirectories);

$this->jsonLoader = new JsonLoader($this->locator);

$description = $this->jsonLoader->load($this->locator->locate('description.json'));
$description = new Description($description);
```

Sample
------

[](#sample)

```
{
  "operations": {
    "certificates.list": {
      "httpMethod": "GET",
      "uri": "certificates",
      "description": "Lists and returns basic information about all of the management certificates associated with the specified subscription.",
      "responseModel": "CertificateList"
    }
  },
  "models": {
    "CertificateList": {
      "type": "array",
      "name": "certificates",
      "sentAs": "SubscriptionCertificate",
      "location": "xml",
      "items": {
        "type": "object"
      }
    }
  },
  "imports": [
    "description_import.json"
  ]
}
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~703 days

Total

5

Last Release

1082d ago

Major Versions

v0.0.4 → v1.0.02023-05-24

PHP version history (3 changes)v0.0.1PHP &gt;=5.4.0

v0.0.3PHP &gt;=5.5.0

v1.0.0PHP &gt;=7.1.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/028a4e1bd977134f46a3b8d918e0381876eb43259f982a7be7b5a0ae98e8cf6c?d=identicon)[guyelsmorepaddock](/maintainers/guyelsmorepaddock)

---

Top Contributors

[![ASA1-ET-JENKINS](https://avatars.githubusercontent.com/u/48315530?v=4)](https://github.com/ASA1-ET-JENKINS "ASA1-ET-JENKINS (10 commits)")[![omarlopesino](https://avatars.githubusercontent.com/u/3202817?v=4)](https://github.com/omarlopesino "omarlopesino (6 commits)")[![GuyPaddock](https://avatars.githubusercontent.com/u/2631799?v=4)](https://github.com/GuyPaddock "GuyPaddock (5 commits)")[![Eduardo-Morales-Alberti](https://avatars.githubusercontent.com/u/24698482?v=4)](https://github.com/Eduardo-Morales-Alberti "Eduardo-Morales-Alberti (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/inveniem-guzzle-description-loader/health.svg)

```
[![Health](https://phpackages.com/badges/inveniem-guzzle-description-loader/health.svg)](https://phpackages.com/packages/inveniem-guzzle-description-loader)
```

###  Alternatives

[zircote/swagger-php

Generate interactive documentation for your RESTful API using PHP attributes (preferred) or PHPDoc annotations

5.3k132.9M468](/packages/zircote-swagger-php)[nelmio/api-doc-bundle

Generates documentation for your REST API from attributes

2.3k63.6M232](/packages/nelmio-api-doc-bundle)[gos/web-socket-bundle

Symfony Web Socket Bundle

6202.2M8](/packages/gos-web-socket-bundle)[dreamfactory/df-core

DreamFactory(tm) Core Components

1651.7k20](/packages/dreamfactory-df-core)[mshauneu/php-rdkafka-bundle

Integrates php-rdkafka with Symfony2|3

1427.0k](/packages/mshauneu-php-rdkafka-bundle)

PHPackages © 2026

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