Download the PHP package nelmio/cors-bundle without Composer
On this page you can find all versions of the php package nelmio/cors-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nelmio/cors-bundle
More information about nelmio/cors-bundle
Files in nelmio/cors-bundle
Download nelmio/cors-bundle
More information about nelmio/cors-bundle
Files in nelmio/cors-bundle
Vendor nelmio
Package cors-bundle
Short Description Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony application
License MIT
Package cors-bundle
Short Description Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony application
License MIT
Please rate this library. Is it a good library?
Informations about the package cors-bundle
NelmioCorsBundle
About
The NelmioCorsBundle allows you to send Cross-Origin Resource Sharing headers with ACL-style per-URL configuration.
Features
- Handles CORS preflight OPTIONS requests
- Adds CORS headers to your responses
- Configured at the PHP/application level. This is convenient but it also means that any request serving static files and not going through Symfony will not have the CORS headers added, so if you need to serve CORS for static files you probably should rather configure these headers in your web server
Installation
Require the nelmio/cors-bundle
package in your composer.json and update your dependencies:
The bundle should be automatically enabled by Symfony Flex. If you don't use Flex, you'll need to enable it manually as explained in the docs.
Usage
See the documentation for usage instructions.
License
Released under the MIT License, see LICENSE.
All versions of cors-bundle with dependencies
PHP Build Version
Package Version
The package nelmio/cors-bundle contains the following files
Loading the files please wait ....