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)16316.7k↓30.8%17[5 PRs](https://github.com/gimler/guzzle-description-loader/pulls)4MITPHPPHP &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 1mo ago

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

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

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity45

Moderate usage in the ecosystem

Community18

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

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

[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.6M233](/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)
