https://github.com/quantaphp/http-endpoint
Minimalist library to create Psr-15 request handlers
https://github.com/quantaphp/http-endpoint
middleware psr-15 request-handler
Last synced: about 1 month ago
JSON representation
Minimalist library to create Psr-15 request handlers
- Host: GitHub
- URL: https://github.com/quantaphp/http-endpoint
- Owner: quantaphp
- License: mit
- Created: 2020-05-12T16:07:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-01T18:13:16.000Z (almost 5 years ago)
- Last Synced: 2025-07-18T16:52:50.948Z (6 months ago)
- Topics: middleware, psr-15, request-handler
- Language: PHP
- Homepage: https://github.com/quantaphp/http-endpoint
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Quanta Psr-15 endpoint
This package provides a minimalist library to create [Psr-15](https://www.php-fig.org/psr/psr-15/) request handlers.
**Require** php >= 7.4.0
**Installation** `composer require quanta/http-endpoint`
**Run tests** `./vendor/bin/kahlan`