PHPackages                             quioteframework/security-headers - 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. [Security](/categories/security)
4. /
5. quioteframework/security-headers

ActiveLibrary[Security](/categories/security)

quioteframework/security-headers
================================

Security response headers (CSP, X-Frame-Options, HSTS, etc.) middleware for Quiote.

v2.0.1(yesterday)04↑2900%MITPHPPHP &gt;=8.5.0

Since Jul 27Pushed todayCompare

[ Source](https://github.com/quioteframework/security-headers)[ Packagist](https://packagist.org/packages/quioteframework/security-headers)[ Docs](https://github.com/quioteframework/security-headers)[ RSS](/packages/quioteframework-security-headers/feed)WikiDiscussions main Synced today

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

quioteframework/security-headers
================================

[](#quioteframeworksecurity-headers)

Security response header middleware (CSP, `X-Frame-Options`, HSTS, etc.) for [Quiote](https://github.com/quioteframework/quiote).

Install
-------

[](#install)

```
composer require quioteframework/security-headers

```

Enable
------

[](#enable)

Enabled by default (`security_headers.enabled` defaults to `true`) once the package's plugin is registered. Configurable keys:

- `security_headers.csp` — full `Content-Security-Policy` value (default `default-src 'self'`)
- `security_headers.frame_options` — `X-Frame-Options` value (default `DENY`)
- `security_headers.content_type_options` — `X-Content-Type-Options` value (default `nosniff`)
- `security_headers.referrer_policy` — `Referrer-Policy` value (default `strict-origin-when-cross-origin`)
- `security_headers.permissions_policy` — `Permissions-Policy` value (default: omitted)
- `security_headers.hsts` — whether to send `Strict-Transport-Security` on https requests (default `true`)
- `security_headers.hsts_max_age` — HSTS `max-age` in seconds (default `15552000`, 180 days)

None of these headers are set if the response already carries that header, so an action can always override the default on a per-route basis.

License
-------

[](#license)

MIT. See [LICENSE](LICENSE).

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance100

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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

Unknown

Total

1

Last Release

1d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bb797c6fce78d07eb743846f7940d790f425831024c283cdfed7dd02d9bcac69?d=identicon)[markus\_saakeli](/maintainers/markus_saakeli)

---

Top Contributors

[![horros](https://avatars.githubusercontent.com/u/464166?v=4)](https://github.com/horros "horros (1 commits)")

---

Tags

securityheaderscspquiote

### Embed Badge

![Health badge](/badges/quioteframework-security-headers/health.svg)

```
[![Health](https://phpackages.com/badges/quioteframework-security-headers/health.svg)](https://phpackages.com/packages/quioteframework-security-headers)
```

###  Alternatives

[spatie/laravel-csp

Add CSP headers to the responses of a Laravel app

86611.1M25](/packages/spatie-laravel-csp)[aidantwoods/secureheaders

A PHP class aiming to make the use of browser security features more accessible.

434731.2k2](/packages/aidantwoods-secureheaders)[mazedlx/laravel-feature-policy

Add Feature-Policy headers to the responses of a Laravel app

17200.7k](/packages/mazedlx-laravel-feature-policy)

PHPackages © 2026

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