Download the PHP package guzzlehttp/guzzle-services without Composer
On this page you can find all versions of the php package guzzlehttp/guzzle-services. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download guzzlehttp/guzzle-services
More information about guzzlehttp/guzzle-services
Files in guzzlehttp/guzzle-services
Package guzzle-services
Short Description Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.
License MIT
Informations about the package guzzle-services
Guzzle Services
guzzlehttp/guzzle-services builds service-description-driven clients on top of
guzzlehttp/command. A
service description maps named operations and parameters to HTTP requests, then
maps responses into result data.
Use this package when you are building an SDK-style client for an API and want
operations described in arrays instead of hand-writing every request serializer.
If you only need to send HTTP requests directly, install
guzzlehttp/guzzle
instead.
Installation
Version Guidance
| Version | Status | PHP Version |
|---|---|---|
| 2.0 | Latest | >=7.4,<8.6 |
| 1.7 | Maintenance | >=7.2.5,<8.6 |
Quick Start
Documentation
- Service Descriptions
- Cookbook
- Service Client Extension Points
- Upgrade Guide
- Changelog
Security
If you discover a security vulnerability within this package, please send an email to [email protected]. All security vulnerabilities will be promptly addressed. Please do not disclose security-related issues publicly until a fix has been announced. Please see Security Policy for more information.
License
Guzzle is made available under the MIT License (MIT). Please see License File for more information.
For Enterprise
Available as part of the Tidelift Subscription
The maintainers of Guzzle and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. Learn more.
All versions of guzzle-services with dependencies
guzzlehttp/command Version ^2.0
guzzlehttp/guzzle Version ^8.0
guzzlehttp/promises Version ^3.0
guzzlehttp/psr7 Version ^3.0
guzzlehttp/uri-template Version ^2.0
symfony/polyfill-php80 Version ^1.25
symfony/polyfill-php82 Version ^1.27