Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christophwurst/nextcloud-http-client
HTTPlug adapter for Nextcloud
https://github.com/christophwurst/nextcloud-http-client
Last synced: about 1 month ago
JSON representation
HTTPlug adapter for Nextcloud
- Host: GitHub
- URL: https://github.com/christophwurst/nextcloud-http-client
- Owner: ChristophWurst
- License: mit
- Created: 2020-01-14T15:22:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-07T10:07:07.000Z (over 2 years ago)
- Last Synced: 2024-10-29T19:02:39.628Z (3 months ago)
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nextcloud-http-client
HTTPlug and PSR7 adapter for Nextcloud 20 and later.
Add this package to your Nextcloud app if another library needs an HTTP client implementation.
This package provides
* php-http/async-client-implementation
* php-http/client-implementation
* psr/http-client-implementation## Usage
```
composer require christophwurst/nextcloud-http-client
```