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

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

gimler/guzzle-description-loader
================================

Load guzzle service description from various file formats

v0.0.4(10y ago)17323.1k↓64.4%17[3 issues](https://github.com/gimler/guzzle-description-loader/issues)[5 PRs](https://github.com/gimler/guzzle-description-loader/pulls)5MITPHPPHP &gt;=5.5.0

Since Sep 10Pushed 3y ago2 watchersCompare

[ Source](https://github.com/gimler/guzzle-description-loader)[ Packagist](https://packagist.org/packages/gimler/guzzle-description-loader)[ RSS](/packages/gimler-guzzle-description-loader/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (2)Versions (5)Used By (5)

[![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

36

—

LowBetter than 79% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity45

Moderate usage in the ecosystem

Community19

Small or concentrated contributor base

Maturity51

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.

###  Release Activity

Cadence

Every ~46 days

Total

4

Last Release

3811d ago

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

v0.0.3PHP &gt;=5.5.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/685ac42edfee8d9cab853076b414ed64b5bf2567a875a00d6205e1846a721687?d=identicon)[gimler](/maintainers/gimler)

---

Top Contributors

[![ASA1-ET-JENKINS](https://avatars.githubusercontent.com/u/48315530?v=4)](https://github.com/ASA1-ET-JENKINS "ASA1-ET-JENKINS (10 commits)")

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/gimler-guzzle-description-loader/health.svg)](https://phpackages.com/packages/gimler-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)
