PHPackages                             ellinaut/cors-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. ellinaut/cors-bundle

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

ellinaut/cors-bundle
====================

A bundle to allow CORS request to the server

1.0.1(10mo ago)0269MITPHPPHP &gt;=8.1

Since Aug 4Pushed 10mo ago2 watchersCompare

[ Source](https://github.com/Ellinaut/CORS-Bundle)[ Packagist](https://packagist.org/packages/ellinaut/cors-bundle)[ RSS](/packages/ellinaut-cors-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

CORS-Bundle
===========

[](#cors-bundle)

```
cors:
  patterns:
    '*': ~
```

```
cors:
  patterns:
    '*':
      handle_options: true
      credentials: true
      origin: [ '*' ]
      methods:
        - 'OPTIONS'
        - 'HEAD'
        - 'GET'
        - 'POST'
        - 'PATCH'
        - 'PUT'
        - 'DELETE'
      additional_methods: [ ]
      headers:
        - 'Access-Control-Allow-Headers'
        - 'Access-Control-Request-Method'
        - 'Access-Control-Request-Headers'
        - 'Access-Control-Allow-Credentials'
        - 'Origin'
        - 'Authorization'
        - 'Content-Type'
        - 'Accept'
        - 'Accept-Language'
        - 'Vary'
        - 'X-Requested-With'
      additional_headers: [ ]
```

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance54

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1056 days

Total

2

Last Release

322d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/21ec4e897f4ee0a0d0bcaf844242946502ff852e9bee8fb2e1ef9a2fc2fb5f16?d=identicon)[pmarien](/maintainers/pmarien)

---

Top Contributors

[![pmarien](https://avatars.githubusercontent.com/u/8394874?v=4)](https://github.com/pmarien "pmarien (11 commits)")

### Embed Badge

![Health badge](/badges/ellinaut-cors-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/ellinaut-cors-bundle/health.svg)](https://phpackages.com/packages/ellinaut-cors-bundle)
```

###  Alternatives

[nelmio/api-doc-bundle

Generates documentation for your REST API from attributes

2.3k63.6M233](/packages/nelmio-api-doc-bundle)[friendsofsymfony/http-cache-bundle

Set path based HTTP cache headers and send invalidation requests to your HTTP cache

43813.2M47](/packages/friendsofsymfony-http-cache-bundle)[handcraftedinthealps/rest-routing-bundle

This bundle provides automatic route registration for the Controllers

582.0M2](/packages/handcraftedinthealps-rest-routing-bundle)[ideasoft/http-batch-bundle

Http batch server implementation for symfony via sub requests.

2520.4k](/packages/ideasoft-http-batch-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
