yiisoft / yii-gii

Yii code generator extension
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
33 stars 19 forks source link

Proxy decorator generator #120

Open samdark opened 8 months ago

samdark commented 8 months ago

Given a service interface it should generate a proxy decorator.

samdark commented 8 months ago

Something like https://github.com/doekenorg/decorate-php

xepozz commented 8 months ago

Canonical decorators don't need any libraries with magical shit inside.

What exactly do you want to have?

samdark commented 8 months ago

Canonical decorator generator.

xepozz commented 8 months ago

Is it really useful?

It looks like a class generator or an interface generator.

IDE create the same with a few buttons.