yii2 icon indicating copy to clipboard operation
yii2 copied to clipboard

Feature: DI: PHP 8.4 Lazy Objects

Open arkhamvm opened this issue 11 months ago • 4 comments

PHP 8.4 introduced to us Lazy Objects, it would be nice to use them in DI.

https://www.php.net/manual/en/language.oop5.lazy-objects.php

arkhamvm avatar Jan 22 '25 05:01 arkhamvm

I think, using PHP 8.4's Lazy Objects will cause BC Break. using ocramius/proxy-manager is better solution for now

agussuhartono avatar Mar 23 '25 23:03 agussuhartono

@agussuhartono can you make a PR?

mtangoo avatar Apr 05 '25 10:04 mtangoo

It can be implemented without doing BC, we can create a helper like Instance::of, like Lazy::of, i have an improved Yii2 container, i have it private, and when working with lazy objects, Yii2 becomes even faster, without any BC.

terabytesoftw avatar Sep 21 '25 21:09 terabytesoftw

@terabytesoftw any benchmarks?

samdark avatar Sep 27 '25 09:09 samdark