PHPackages                             fatal-error/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. fatal-error/guzzle-description-loader

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

fatal-error/guzzle-description-loader
=====================================

Load guzzle service description from various file formats

3.1.2(5mo ago)0179.7k↓46%1MITPHPPHP ^7.0|^8.0

Since Dec 22Pushed 5mo agoCompare

[ Source](https://github.com/Fatal-Error/guzzle-description-loader)[ Packagist](https://packagist.org/packages/fatal-error/guzzle-description-loader)[ RSS](/packages/fatal-error-guzzle-description-loader/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (4)Used By (0)

[![Build Status](https://camo.githubusercontent.com/af8cb333b729788edcc6875fbd990f5713b80edb0449b4f486c58d7ccee6297f/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f67696d6c65722f67757a7a6c652d6465736372697074696f6e2d6c6f616465722e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/gimler/guzzle-description-loader)[![Dependency Status](https://camo.githubusercontent.com/9fe6f5c3198bf7d53c55926f162f841e575c5833674a518b44da095462ba6015/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3535663137623933643464323034303031653030303035332f62616467652e706e67)](https://www.versioneye.com/user/projects/55f17b93d4d204001e000053)

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

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

A stand-alone Service Description loader for Guzzle 5.x.

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

[](#installation)

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

```
composer require "gimler/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

45

—

FairBetter than 91% of packages

Maintenance73

Regular maintenance activity

Popularity34

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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

Total

3

Last Release

150d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a162b05599ad9022762cc68f9c4c80072fbb045978dc2a489cacc9297815762e?d=identicon)[Fatal-Error](/maintainers/Fatal-Error)

---

Top Contributors

[![ASA1-ET-JENKINS](https://avatars.githubusercontent.com/u/48315530?v=4)](https://github.com/ASA1-ET-JENKINS "ASA1-ET-JENKINS (10 commits)")[![Fatal-Error](https://avatars.githubusercontent.com/u/7291654?v=4)](https://github.com/Fatal-Error "Fatal-Error (6 commits)")[![arthurkirkosa](https://avatars.githubusercontent.com/u/1099791?v=4)](https://github.com/arthurkirkosa "arthurkirkosa (3 commits)")[![kezor](https://avatars.githubusercontent.com/u/200569622?v=4)](https://github.com/kezor "kezor (3 commits)")

### Embed Badge

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

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

###  Alternatives

[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

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

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)[jolicode/castor

A lightweight and modern task runner. Automate everything. In PHP.

54743.1k4](/packages/jolicode-castor)[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)

PHPackages © 2026

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