Download the PHP package steevanb/doctrine-stats without Composer
On this page you can find all versions of the php package steevanb/doctrine-stats. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download steevanb/doctrine-stats
More information about steevanb/doctrine-stats
Files in steevanb/doctrine-stats
Download steevanb/doctrine-stats
More information about steevanb/doctrine-stats
Files in steevanb/doctrine-stats
Vendor steevanb
Package doctrine-stats
Short Description Count managed and lazy loaded entities, hydration time etc
License MIT
Package doctrine-stats
Short Description Count managed and lazy loaded entities, hydration time etc
License MIT
Please rate this library. Is it a good library?
Informations about the package doctrine-stats
doctrine-stats
Add important Doctrine statistics:
- Count managed entities
- Count lazy loaded entities
- Hydration time by hydrator and query
- Group queries by query string, show differents parameters used by same query string
- Count different query string used
Changelog
Installation
If you want to add hydration time to your statistics:
composer.json
Symfony 2.x, 3.x and 4.x integration
Read Installation paragraph before.
If you want to add lazy loaded entities to your statistics:
Manual integration
To retrieve statistics, you need to register Steevanb\DoctrineStats\EventSubscriber\DoctrineEventSubscriber
in your event manager.
If you want to add lazy loaded entities to your statistics, you need to overload default EntityManager, with Steevanb\DoctrineStats\Doctrine\ORM\EntityManager
.
Screenshots
All versions of doctrine-stats with dependencies
PHP Build Version
Package Version
The package steevanb/doctrine-stats contains the following files
Loading the files please wait ....