PHPackages                             mv/error-log-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. [Database &amp; ORM](/categories/database)
4. /
5. mv/error-log-bundle

ActiveBundle[Database &amp; ORM](/categories/database)

mv/error-log-bundle
===================

Bundle log app errors in db

2.0(8y ago)095Apache-2.0PHP

Since Jan 30Pushed 8y ago1 watchersCompare

[ Source](https://github.com/phpmike/MvErrorLogBundle)[ Packagist](https://packagist.org/packages/mv/error-log-bundle)[ RSS](/packages/mv-error-log-bundle/feed)WikiDiscussions master Synced yesterday

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

MvErrorLogBundle
================

[](#mverrorlogbundle)

Bundle for Symfony2 &gt;=2.8 and Symfony 3 that log app errors in db. (Symfony &lt;= 2.7, see 1.x) This doesn't log HTTP exceptions and Access denied exceptions. This was made only for bug tracking. You will have trace and same precisions than dev mode in your log.

[![SensioLabsInsight](https://camo.githubusercontent.com/61bc2b32121f20605fbdb1d060df136f10bc244132bc9f4fc8dfee895c9c1013/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f30323262643537362d383230372d346162382d393363312d6631303133393364616266372f736d616c6c2e706e67)](https://insight.sensiolabs.com/projects/022bd576-8207-4ab8-93c1-f101393dabf7)

[![Total Downloads](https://camo.githubusercontent.com/8dced3d1ff49006a3e5b64c3a2750e3b9ed132a851856a31fb48ed41e088bfd5/68747470733a2f2f706f7365722e707567782e6f72672f6d762f6572726f722d6c6f672d62756e646c652f642f746f74616c2e706e67)](https://packagist.org/packages/mv/error-log-bundle)

[![Latest Stable Version](https://camo.githubusercontent.com/591795e4227a7c1106a38441c8f8be91a610e612dc9394664a557a81b0142633/68747470733a2f2f706f7365722e707567782e6f72672f6d762f6572726f722d6c6f672d62756e646c652f76657273696f6e2e706e67)](https://packagist.org/packages/mv/error-log-bundle)

INSTALLATION with COMPOSER
--------------------------

[](#installation-with-composer)

```
php composer.phar require mv/error-log-bundle:"2.0"

```

\###1) Add to your AppKernel.php

```
new Mv\ErrorLogBundle\MvErrorLogBundle(),

```

\###2) Add to config.yml

```
imports:
    - { resource: "@MvErrorLogBundle/Resources/config/config.yml" }

```

**Be carrefull, may be you have already the "imports" key**

\###3) Update Database

ex:

```
app/console doctrine:schema:update

```

or to have dump sql:

```
app/console doctrine:schema:update --dump-sql

```

\###4) Ready to log app errors

Your app errors are logged in table mv\_error\_log

Enjoy...

To be continued

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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

Every ~311 days

Total

3

Last Release

3182d ago

Major Versions

1.0.1 → 2.02017-10-14

### Community

Maintainers

![](https://www.gravatar.com/avatar/445f20df33bfca909e1938ca59a34263e6a3d8ce6930168c9e02cb79d8559e1c?d=identicon)[phpmike](/maintainers/phpmike)

---

Top Contributors

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

---

Tags

logsymfonybundleormerror

### Embed Badge

![Health badge](/badges/mv-error-log-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/mv-error-log-bundle/health.svg)](https://phpackages.com/packages/mv-error-log-bundle)
```

###  Alternatives

[sonata-project/doctrine-orm-admin-bundle

Integrate Doctrine ORM into the SonataAdminBundle

46118.2M166](/packages/sonata-project-doctrine-orm-admin-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[data-dog/audit-bundle

Audit bundle for symfony2 and doctrine orm, logs any database change

141949.8k1](/packages/data-dog-audit-bundle)[omines/datatables-bundle

Symfony DataTables Bundle with native Doctrine ORM, Elastica and MongoDB support

2841.5M6](/packages/omines-datatables-bundle)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

939.0k](/packages/ahmed-bhs-doctrine-doctor)

PHPackages © 2026

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