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(1mo ago)445MITPHPPHP &gt;=8.0

Since Mar 23Pushed 2mo 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 1mo ago

READMEChangelog (1)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.

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`:

```
APEX_TOOLBOX_ENABLED=true
APEX_TOOLBOX_TOKEN=your_token_here
```

Create `config/packages/apex_toolbox.yaml`:

```
apex_toolbox:
    enabled: '%env(bool:APEX_TOOLBOX_ENABLED)%'
    token: '%env(resolve:APEX_TOOLBOX_TOKEN)%'
```

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

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

[](#configuration)

### Environment Variables

[](#environment-variables)

VariableDescriptionDefault`APEX_TOOLBOX_TOKEN`Your project tokenRequired`APEX_TOOLBOX_ENABLED`Enable/disable tracking`true`### Path Filtering

[](#path-filtering)

```
apex_toolbox:
    path_filters:
        include: ['*']
        exclude: ['_debugbar/*', 'telescope/*', 'horizon/*', 'api/health', 'api/ping']
```

### Sensitive Data

[](#sensitive-data)

Sensitive fields like `password`, `token`, `authorization` are automatically excluded from logs.

Requirements
------------

[](#requirements)

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

License
-------

[](#license)

MIT

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance87

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

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

56d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/552a636678cbd921776457deb0df74a1cad616c8c4e29baaa9d35594ba5f9db3?d=identicon)[spintokha](/maintainers/spintokha)

---

Top Contributors

[![spintokha](https://avatars.githubusercontent.com/u/10213459?v=4)](https://github.com/spintokha "spintokha (20 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/platform

The Shopware e-commerce core

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

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

8.4k5.6M651](/packages/sylius-sylius)[sulu/sulu

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

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

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[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)

PHPackages © 2026

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