Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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