phenixphp / http-cors
There is no license information available for the latest version (0.1.0) of this package.
An Amp http-server middleware library to facilitate CORS
0.1.0
2024-05-01 02:55 UTC
Requires
- php: ^8.1
- amphp/http-server: ^v3.2.0
Requires (Dev)
- amphp/phpunit-util: ^3
- cspray/labrador-coding-standard: 0.2.0
- phpunit/phpunit: ^9.0
README
A PHP 7+ library intended to provide spec-compliant CORS middleware for projects running on Amp's http-server.
Though this library lives under the Labrador namespace it has only one dependency, amphp/http-server
, and does not depend
on any other Labrador packages.
Installation
Composer is the only supported method for installing Labrador packages.
composer require cspray/labrador-http-cors
Documentation
Labrador packages have thorough documentation in-repo in the docs/
directory. You can also check out the documentation
online at https://labrador-kennel.io/docs/http-cors.
Governance
All Labrador packages adhere to the rules laid out in the Labrador Governance repo.