PHPackages                             hexis-hr/access-control-profiler-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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. hexis-hr/access-control-profiler-bundle

ActiveSymfony-bundle[Authentication &amp; Authorization](/categories/authentication)

hexis-hr/access-control-profiler-bundle
=======================================

Access Control Profiler Bundle

07592PHP

Since Apr 23Pushed 2mo ago4 watchersCompare

[ Source](https://github.com/hexis-hr/access-control-profiler-bundle)[ Packagist](https://packagist.org/packages/hexis-hr/access-control-profiler-bundle)[ RSS](/packages/hexis-hr-access-control-profiler-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

AccessControlProfilerBundle
===========================

[](#accesscontrolprofilerbundle)

The `AccessControlProfilerBundle` is a Symfony bundle designed to enhance security by restricting access to the Symfony profiler based on IP addresses.

Features
--------

[](#features)

- **IP Address Access Control**: Allows you to control access to the Symfony profiler based on IP addresses. Only specified IP addresses are granted access to the profiler.
- **Event Listener Implementation**: Utilizes Symfony's event listener to intercept kernel requests and enforce IP address access control for the profiler.

Installation
------------

[](#installation)

Install the `AccessControlProfilerBundle` via Composer:

```
composer require hexis-hr/access-control-profiler-bundle
```

Configuration
-------------

[](#configuration)

### Environment Variables (`.env`)

[](#environment-variables-env)

```
ALLOWED_PROFILER_IPS="127.0.0.0,127.0.0.1"

```

- Replace `'127.0.0.0'` and `'127.0.0.1'` with the IP addresses allowed to access the Symfony profiler.

### Configuration File (`config/packages/access_control_profiler.yaml`)

[](#configuration-file-configpackagesaccess_control_profileryaml)

```
access_control_profiler:
  profiler_route: '_profiler'
```

Usage
-----

[](#usage)

Once installed and configured, the `AccessControlProfilerBundle` automatically restricts access to the Symfony profiler based on the configured IP addresses. Only requests originating from the specified IPs are granted access to the profiler.

---

Contributing
------------

[](#contributing)

Contributions are welcome! Please feel free to submit issues, feature requests, or pull requests.

License
-------

[](#license)

This bundle is open-sourced software licensed under the [Apache License 2.0](LICENSE).

---

Feel free to customize the README with additional information such as usage examples, troubleshooting tips, or any other relevant details specific to your bundle and its functionality.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance57

Moderate activity, may be stable

Popularity17

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1439958?v=4)[Sinisa Valentic](/maintainers/tic984)[@tic984](https://github.com/tic984)

![](https://www.gravatar.com/avatar/2b1e52062935c104492d6dde662ca2975c3c7706c15d52250c48d265264fbffd?d=identicon)[psalamontech](/maintainers/psalamontech)

---

Top Contributors

[![tic984](https://avatars.githubusercontent.com/u/1439958?v=4)](https://github.com/tic984 "tic984 (6 commits)")[![psalamontech](https://avatars.githubusercontent.com/u/50994299?v=4)](https://github.com/psalamontech "psalamontech (2 commits)")

### Embed Badge

![Health badge](/badges/hexis-hr-access-control-profiler-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/hexis-hr-access-control-profiler-bundle/health.svg)](https://phpackages.com/packages/hexis-hr-access-control-profiler-bundle)
```

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)[better-futures-studio/filament-local-logins

This is my package filament-local-logins

1334.6k](/packages/better-futures-studio-filament-local-logins)

PHPackages © 2026

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