https://github.com/quillstack/http-request
Common interface for Server Requests and Client Requests.
https://github.com/quillstack/http-request
php php8 request
Last synced: about 1 month ago
JSON representation
Common interface for Server Requests and Client Requests.
- Host: GitHub
- URL: https://github.com/quillstack/http-request
- Owner: quillstack
- License: mit
- Created: 2022-01-08T00:10:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-08T00:17:48.000Z (about 4 years ago)
- Last Synced: 2025-09-27T16:52:52.327Z (4 months ago)
- Topics: php, php8, request
- Language: PHP
- Homepage: https://quillstack.org/request
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quillstack HTTP Request
Common interface for Server Requests and Client Requests.
## Docker
```shell
$ docker-compose up -d
$ docker exec -w /var/www/html -it quillstack_http-request sh
```