Reporter Tool for yii

Does anyone have any idea of a tool optimized for yii to design reports from a data model or a database?

I have days looking but I can’t find a solution for yii

1 Like

Hi,
Maybe you can use the yii2-reportico extension?

https://www.yiiframework.com/extension/yii2-reportico

Regards
Joachim

1 Like

This one as well http://jdorn.github.io/php-reports/ but you’ll have to write a component class to wire it to your application or just use it vanilla with namespaces wherever you want to create reports.