Stars: 1810
Forks: 109
Pull Requests: 70
Issues: 119
Watchers: 18
Last Updated: 2023-07-19 19:48:42
Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony application
License: MIT License
Languages: PHP
The NelmioCorsBundle allows you to send Cross-Origin Resource Sharing headers with ACL-style per-URL configuration.
Require the nelmio/security-bundle
package in your composer.json and update your dependencies:
$ composer require nelmio/cors-bundle
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.
See the documentation for usage instructions.
Released under the MIT License, see LICENSE.