Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sokil/corsbundle
Handling CORS Requests
https://github.com/sokil/corsbundle
cors php preflight
Last synced: 18 days ago
JSON representation
Handling CORS Requests
- Host: GitHub
- URL: https://github.com/sokil/corsbundle
- Owner: sokil
- License: mit
- Created: 2017-06-30T05:59:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-04T09:15:19.000Z (over 7 years ago)
- Last Synced: 2024-10-28T11:01:04.534Z (2 months ago)
- Topics: cors, php, preflight
- Language: PHP
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CorsBundle
Handling CORS Requests
[![Total Downloads][badge-totalDownloads-img]][badge-totalDownloads-url]
# Installation
Add composer dependency:
```
composer.phar require sokil/cors-bundle
```Register bundle in your AppKernel:
```php