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

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

kezor/guzzle-description-loader
===============================

Load guzzle service description from various file formats

v0.0.6(7y ago)1294.8k↓59.6%1MITPHPPHP &gt;=5.5.0

Since Sep 10Pushed 7y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (2)Versions (9)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

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76.9% 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 ~255 days

Recently: every ~295 days

Total

6

Last Release

2671d ago

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

v0.0.3PHP &gt;=5.5.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1099791?v=4)[Arthur Kirkosa](/maintainers/arthurkirkosa)[@arthurkirkosa](https://github.com/arthurkirkosa)

---

Top Contributors

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

### Embed Badge

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

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