Download the PHP package guzzlehttp/command without Composer
On this page you can find all versions of the php package guzzlehttp/command. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download guzzlehttp/command
More information about guzzlehttp/command
Files in guzzlehttp/command
Package command
Short Description Provides the foundation for building command-based web service clients
License MIT
Informations about the package command
Guzzle Command
Guzzle Command provides the foundation for building command-based web service clients on top of Guzzle. A command represents one service operation, and a result represents the processed response from that operation.
Use this package when you are building an SDK-style client with named operations
such as listUsers() or createOrder(). If you only need to send ordinary HTTP
requests, install
guzzlehttp/guzzle
instead.
For declarative service descriptions that define operations from API metadata, see Guzzle Services.
Installation
Version Guidance
| Version | Status | PHP Version |
|---|---|---|
| 2.0 | Latest | >=7.4,<8.7 |
| 1.5 | Maintenance | >=7.2.5,<8.7 |
Quick Start
The service client can also execute commands asynchronously and run many commands with a configurable concurrency limit.
Documentation
- Service Clients
- Executing Commands
- Async and Concurrency
- Middleware: Extending the Client
- 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 Command 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 command with dependencies
guzzlehttp/guzzle Version ^8.1
guzzlehttp/promises Version ^3.0.2
guzzlehttp/psr7 Version ^3.1
psr/http-client Version ^1.0
symfony/polyfill-php80 Version ^1.25
symfony/polyfill-php82 Version ^1.27