https://github.com/chubbyphp/chubbyphp-cors
A minimal CORS middleware for PSR 15.
https://github.com/chubbyphp/chubbyphp-cors
chubbyphp-framework cors mezzio middleware psr-15 psr-7 slim-framework zend-expressive
Last synced: 12 days ago
JSON representation
A minimal CORS middleware for PSR 15.
- Host: GitHub
- URL: https://github.com/chubbyphp/chubbyphp-cors
- Owner: chubbyphp
- License: mit
- Created: 2019-06-24T19:07:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T14:09:38.000Z (about 1 month ago)
- Last Synced: 2025-03-27T18:55:25.362Z (29 days ago)
- Topics: chubbyphp-framework, cors, mezzio, middleware, psr-15, psr-7, slim-framework, zend-expressive
- Language: PHP
- Homepage:
- Size: 99.6 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chubbyphp-cors
[](https://github.com/chubbyphp/chubbyphp-cors/actions/workflows/ci.yml)
[](https://coveralls.io/github/chubbyphp/chubbyphp-cors?branch=master)
[](https://dashboard.stryker-mutator.io/reports/github.com/chubbyphp/chubbyphp-cors/master)
[](https://packagist.org/packages/chubbyphp/chubbyphp-cors)
[](https://packagist.org/packages/chubbyphp/chubbyphp-cors)
[](https://packagist.org/packages/chubbyphp/chubbyphp-cors)[](https://sonarcloud.io/dashboard?id=chubbyphp_chubbyphp-cors)
[](https://sonarcloud.io/dashboard?id=chubbyphp_chubbyphp-cors)
[](https://sonarcloud.io/dashboard?id=chubbyphp_chubbyphp-cors)
[](https://sonarcloud.io/dashboard?id=chubbyphp_chubbyphp-cors)
[](https://sonarcloud.io/dashboard?id=chubbyphp_chubbyphp-cors)
[](https://sonarcloud.io/dashboard?id=chubbyphp_chubbyphp-cors)
[](https://sonarcloud.io/dashboard?id=chubbyphp_chubbyphp-cors)
[](https://sonarcloud.io/dashboard?id=chubbyphp_chubbyphp-cors)
[](https://sonarcloud.io/dashboard?id=chubbyphp_chubbyphp-cors)
[](https://sonarcloud.io/dashboard?id=chubbyphp_chubbyphp-cors)
[](https://sonarcloud.io/dashboard?id=chubbyphp_chubbyphp-cors)## Description
A minimal CORS middleware for PSR 15.
## Requirements
* php: ^8.2
* [psr/http-factory][2]: ^1.1
* [psr/http-message][3]: ^1.1|^2.0
* [psr/http-server-middleware][4]: ^1.0.2## Installation
Through [Composer](http://getcomposer.org) as [chubbyphp/chubbyphp-cors][1].
```sh
composer require chubbyphp/chubbyphp-cors "^1.6"
```## Usage
* [Chubbyphp Framework][10]
* [Mezzio][11]
* [Slim 3][12]
* [Slim 4][13]## Copyright
2025 Dominik Zogg
[1]: https://packagist.org/packages/chubbyphp/chubbyphp-cors
[2]: https://packagist.org/packages/psr/http-factory
[3]: https://packagist.org/packages/psr/http-message
[4]: https://packagist.org/packages/psr/http-server-middleware[10]: doc/ChubbyphpFramework.md
[11]: doc/Mezzio.md
[12]: doc/Slim3.md
[13]: doc/Slim4.md