Doctrine ORM Hydration Performance Optimization
Hydration is the most expensive operation performed by Doctrine ORM: how do we prevent it from killing our applications?
Hydration is the most expensive operation performed by Doctrine ORM: how do we prevent it from killing our applications?
Declaring classes as final enhances our code quality and abstraction dramatically, but is it always correct?
ProxyManager 1.0.0 is finally released, and an expected lifetime for the 1.x series is also attached with it!
A new project that helps you avoid composer packages with known security issues/vulnerabilities
What are Delegator Factories? What are they good for? Why do I need them in my ZF2 apps?