PHPackages                             googlechromelabs/ise-web-security-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. googlechromelabs/ise-web-security-bundle

AbandonedArchivedSymfony-bundle

googlechromelabs/ise-web-security-bundle
========================================

Web security bundle for Symfony create by google OSS

v1.0(5y ago)1018.7k2[4 issues](https://github.com/GoogleChromeLabs/IseWebSecurityBundle/issues)Apache-2.0PHP

Since Jul 14Pushed 5y ago2 watchersCompare

[ Source](https://github.com/GoogleChromeLabs/IseWebSecurityBundle)[ Packagist](https://packagist.org/packages/googlechromelabs/ise-web-security-bundle)[ RSS](/packages/googlechromelabs-ise-web-security-bundle/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (7)Versions (6)Used By (0)

[![Build Status](https://camo.githubusercontent.com/0f52eab35345c564752c5de9f3bbc25680141326fc321cda3ffa379d58751cd3/68747470733a2f2f7472617669732d63692e636f6d2f476f6f676c654368726f6d654c6162732f497365576562536563757269747942756e646c652e7376673f6272616e63683d6d61696e)](https://travis-ci.com/GoogleChromeLabs/IseWebSecurityBundle)[![Coverage Status](https://camo.githubusercontent.com/26a74e1dc5b918d13771ff52919f676669236f5e3348ff6f0bc5fb5453fb7cb8/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f476f6f676c654368726f6d654c6162732f497365576562536563757269747942756e646c652f62616467652e7376673f6272616e63683d6369)](https://coveralls.io/github/GoogleChromeLabs/IseWebSecurityBundle?branch=ci)

🔐 IseWebSecurityBundle
======================

[](#-isewebsecuritybundle)

A Symfony bundle that implements best practice for security features, including:

- Content Security Policy (CSP)
- Cross Origin Opener Policy / Cross Origin Embedder Policy (COOP/COEP)
- Fetch metadata headers
- Trusted Types

🖥️ Usage
========

[](#️-usage)

Install the package from Packagist:

`composer require googlechromelabs/ise-web-security-bundle`

Due to a lack of Symfony Flex recipe to do so automatically. In your projects `/config/packages` folder, create `ise_web_security.yaml` and populate it with the yaml config detailed below.

Config
------

[](#config)

More Config details can be found [here](https://github.com/GoogleChromeLabs/IseWebSecurityBundle/wiki/Configuration)

The config within your Symfony project will control how the bundle works in your Application. Below, you will find an example config for the current state of the project that will activate the majority of the features. The `ise_web_security.yaml.dist` is also an example of this file.

> ise\_web\_security.yaml

```
ise_web_security:
    defaults:
        preset: 'full'
    paths:
        '^/public':
            coop:
                active: false
            coep:
                active: false
            fetch_metadata:
                active: false
        '^/admin':
            fetch_metadata:
                allowed_endpoints: ['/images']
            trusted_types:
                active: true
                polices: ['foo', 'bar']
                require_for: ['script', 'style']
```

Wiki
----

[](#wiki)

This Repo has a wiki! Check it out [here](https://github.com/GoogleChromeLabs/IseWebSecurityBundle/wiki)

🤝 Contributing
--------------

[](#-contributing)

Issues and pull requests are always welcome. For details, see [docs/contributing.md](docs/contributing.md)

This is not an officially supported Google product.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance12

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.4% 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

2085d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cd7394bf471d24d0d773619a258389095bb32bb21f48d1598481d92ba07c5053?d=identicon)[rowan-m](/maintainers/rowan-m)

![](https://www.gravatar.com/avatar/d6159b048b8af62af77cb9dc271fdc1a24f68216eea1c7d1c5a849be51a91ae2?d=identicon)[henrym2](/maintainers/henrym2)

---

Top Contributors

[![henrym2](https://avatars.githubusercontent.com/u/33910429?v=4)](https://github.com/henrym2 "henrym2 (80 commits)")[![rowan-m](https://avatars.githubusercontent.com/u/108052?v=4)](https://github.com/rowan-m "rowan-m (3 commits)")

---

Tags

coepsymfonysymfony-bundletrusted-typeswip

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/googlechromelabs-ise-web-security-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/googlechromelabs-ise-web-security-bundle/health.svg)](https://phpackages.com/packages/googlechromelabs-ise-web-security-bundle)
```

###  Alternatives

[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[scheb/2fa

Two-factor authentication for Symfony applications (please use scheb/2fa-bundle to install)

578630.7k1](/packages/scheb-2fa)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)

PHPackages © 2026

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