Download the PHP package loco/swizzle without Composer
On this page you can find all versions of the php package loco/swizzle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package swizzle
Short Description Build Guzzle service descriptions from Swagger compliant APIs
License MIT
Homepage https://github.com/loco/swizzle
Informations about the package swizzle
Swizzle
Build Guzzle service descriptions from Swagger compliant APIs.
What?
- Guzzle is a framework for building HTTP clients in PHP.
- Swagger is a specification for describing RESTful services.
Although Guzzle's service descriptions are heavily inspiried by the Swagger spec, they are different enough that we need something to bridge the divide.
Swizzle crawls JSON Swagger docs (such as ours) and transforms them into a compatible schema for use with guzzle/guzzle-services.
Important! This library is for use with v1.2 of the Swagger specification which is obsolete.
Installation
Installation is via Composer.
Add the latest stable version of loco/swizzle to your project's composer.json file as follows:
If you want to install straight from Github you'll have to write your own autoloader for now.
Usage
Basic usage is to configure, build and export - as follows:
More advanced usage includes registering custom Guzzle classes for commands and responses. See example directory for fuller, working examples.
Build the PHP API documentation with apigen using apigen -c apigen.yml
Limitations
This library supports only version 1.2 of the old Swagger specification. We developed this very quickly for our own needs, and haven't kept up with the newer OpenAPI project.
All versions of swizzle with dependencies
ext-json Version *
guzzlehttp/guzzle-services Version ^1.1
monolog/monolog Version 1.*