DEV Community

Cover image for I Have Tested Upcomming PHP Framework Doppar
Nazmus Shakib
Nazmus Shakib

Posted on

I Have Tested Upcomming PHP Framework Doppar

I spent a couple of hours today exploring the upcomming PHP framework Doppar . Tested API authentication with Flarion, rate limiting, Auth command, TOTP two-factor authentication.

Also tried out some of its powerful request class functions like pipeInputs, pipe, transform, and Seamless DTO binding including middlewares, these features feel really practical when preparing objects in real-world development.

A game changer feature is how Doppar binds abstraction to their services, only calling them when needed and smart, efficient approach.

Scroling through the documentation, I found Doppar to be a smart blend of popular frameworks, with its own efficient query handling and powerful hooks. And honestly, it feels blazing fast compared to Laravel and Symfony.

Really enjoyed the experience and even made a small contribution with a pull request. Excited to see how this framework grows and happy to be part of the journey!

Doppar Documentation: https://doppar.com
Pull request link: https://github.com/doppar/framework/pull/10

Doppar Controller

Top comments (0)