PHPackages                             apextoolbox/symfony-logger - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. apextoolbox/symfony-logger

ActiveSymfony-bundle[Logging &amp; Monitoring](/categories/logging)

apextoolbox/symfony-logger
==========================

Apex Toolbox Symfony Bundle

1.0.0(3mo ago)447MITPHPPHP &gt;=8.0

Since Mar 23Pushed 3mo agoCompare

[ Source](https://github.com/apextoolbox/symfony-logger)[ Packagist](https://packagist.org/packages/apextoolbox/symfony-logger)[ Docs](https://apextoolbox.com)[ RSS](/packages/apextoolbox-symfony-logger/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (16)Versions (2)Used By (0)

Apex Toolbox for Symfony
========================

[](#apex-toolbox-for-symfony)

[![PHP Version](https://camo.githubusercontent.com/c43a736f738fa982a023ed7fc827895810d2ca0f353aa53674e0691bccea1034/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344382e302d626c7565)](https://php.net)[![Symfony](https://camo.githubusercontent.com/237b6d210a81e88d7d4faac0d7947dd1f1d0c82578f11d77bcab2582c5c0e5c8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f73796d666f6e792d352e34253230253743253230362e78253230253743253230372e782d677265656e)](https://symfony.com)

Automatic error tracking, logging, and performance monitoring for Symfony applications. Part of [ApexToolbox](https://apextoolbox.com/).

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

[](#installation)

```
composer require apextoolbox/symfony-logger
```

Register the bundle in `config/bundles.php` (if not auto-registered):

```
return [
    // ...
    ApexToolbox\SymfonyLogger\ApexToolboxBundle::class => ['all' => true],
];
```

Add to `.env`:

```
APEXTOOLBOX_ENABLED=true
APEXTOOLBOX_TOKEN=your_token_here
```

Create `config/packages/apextoolbox.yaml` with the full configuration (all filtering options show their **default values** — you only need to override the sections you want to customize):

```
apextoolbox:
    enabled: '%env(bool:APEXTOOLBOX_ENABLED)%'
    token: '%env(resolve:APEXTOOLBOX_TOKEN)%'

    # Paths to include/exclude from logging (supports wildcards)
    path_filters:
        include:
            - '*'
        exclude:
            - '_profiler/*'
            - '_wdt/*'
            - 'api/health'
            - 'api/ping'

    # Headers filtering
    # 'exclude' removes headers entirely, 'mask' replaces values with '*******'
    headers:
        exclude:
            - authorization
            - x-api-key
            - cookie
            - x-auth-token
            - x-access-token
            - x-refresh-token
            - bearer
            - x-secret
            - x-private-key
            - authentication
        mask:
            - ssn
            - social_security
            - phone
            - email
            - address
            - postal_code
            - zip_code

    # Request body filtering
    # 'exclude' removes fields entirely, 'mask' replaces values with '*******'
    body:
        exclude:
            - password
            - password_confirmation
            - token
            - access_token
            - refresh_token
            - api_key
            - secret
            - private_key
            - auth
            - authorization
            - social_security
            - credit_card
            - card_number
            - cvv
            - pin
            - otp
        mask:
            - ssn
            - social_security
            - phone
            - email
            - address
            - postal_code
            - zip_code

    # Response body filtering
    # 'exclude' removes fields entirely, 'mask' replaces values with '*******'
    response:
        exclude:
            - password
            - password_confirmation
            - token
            - access_token
            - refresh_token
            - api_key
            - secret
            - private_key
            - auth
            - authorization
            - social_security
            - credit_card
            - card_number
            - cvv
            - pin
            - otp
        mask:
            - ssn
            - social_security
            - phone
            - email
            - address
            - postal_code
            - zip_code
```

Done! The SDK automatically captures exceptions, logs, and database queries.

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

[](#configuration)

### Environment Variables

[](#environment-variables)

VariableDescriptionDefault`APEXTOOLBOX_TOKEN`Your project tokenRequired`APEXTOOLBOX_ENABLED`Enable/disable tracking`true`Requirements
------------

[](#requirements)

- PHP 8.0+
- Symfony 5.4, 6.x, or 7.x

License
-------

[](#license)

MIT

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance81

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

102d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10213459?v=4)[Sviatoslav Pintokha](/maintainers/spintokha)[@spintokha](https://github.com/spintokha)

---

Top Contributors

[![spintokha](https://avatars.githubusercontent.com/u/10213459?v=4)](https://github.com/spintokha "spintokha (3 commits)")

---

Tags

symfonyloggingerrorsanalyticsapextoolbox

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/apextoolbox-symfony-logger/health.svg)

```
[![Health](https://phpackages.com/badges/apextoolbox-symfony-logger/health.svg)](https://phpackages.com/packages/apextoolbox-symfony-logger)
```

###  Alternatives

[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M737](/packages/sylius-sylius)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)[sulu/sulu

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

1.3k1.4M203](/packages/sulu-sulu)

PHPackages © 2026

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