Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

deprecate this repository #16

Merged
merged 1 commit into from
Jan 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@

[HTTPlug](http://httplug.io) adapter for the [CakePHP](https://cakephp.org/) HTTP library.

This branch is for use with CakePHP 5.0+.
# Deprecated

The CakePHP HTTP client implements the PSR-18 `HttpClientInterface`. If your code still relies on the HTTPlug `HttpClient`, we recommend to upgrade to rely on the compatible PSR-18 `HttpClientInterface` interface directly instead.

## Version Info

This branch is for use with CakePHP 5.0+.

- ^0.2: CakePHP 3
- ^0.3: CakePHP 4
- ^0.4: CakePHP 5
Expand Down