Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 637 Bytes

File metadata and controls

23 lines (15 loc) · 637 Bytes

Zend Adapter (deprecated)

An HTTPlug adapter for the Zend HTTP client.

Zend framework meanwhile has been renamed to Laminas, and the client is no longer maintained.

This adapter only implements the PHP-HTTP synchronous interface. This interface has been superseded by PSR-18, which the Laminas Diactoros implements directly.

Installation

To install the Zend adapter, which will also install Zend itself (if it was not yet included in your project), run:

$ composer require php-http/zend-adapter