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(3y ago)170811MITPHPPHP &gt;=7.1.3

Since Sep 10Pushed 3y 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 today

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 66% 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

1136d 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

[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M568](/packages/shopware-core)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k13](/packages/2lenet-crudit-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[aeliot/todo-registrar

Register TODOs from source code in issue tracker

153.0k](/packages/aeliot-todo-registrar)[perplorm/perpl

Perpl is an improved and still maintained fork of Propel2, an open-source Object-Relational Mapping (ORM) for PHP.

2411.8k](/packages/perplorm-perpl)

PHPackages © 2026

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