php-dependency-injection-benchmarks icon indicating copy to clipboard operation
php-dependency-injection-benchmarks copied to clipboard

Benchmarks for several popular PHP DI Containers

Results 6 php-dependency-injection-benchmarks issues
Sort by recently updated
recently updated
newest added

New DI containers added: - yii2-di - unbox - joomla-di - di52 - chernozem - DiMaria. Tests updated to support newest versions for: - zend-servicemanager - symfonydi - nette -...

see https://travis-ci.org/phpcr/phpcr_benchmark

I don't think "test3.php" benchmarks what you think it does - at least, after looking at implementations for `pimple` and `php-di`, in both cases, as far as I can tell,...

As per #19, I don't know precisely what these benchmarks were supposed to measure, but again, they appear to be inconsistent. [pimple/test1.php](https://github.com/TomBZombie/php-dependency-injection-benchmarks/blob/master/pimple/test1.php) starts the timer immediately before entering the loop....

It looks like you have a circular dependency [here](https://github.com/TomBZombie/php-dependency-injection-benchmarks/blob/master/testclasses.php#L88), e.g. `K` depends on `K`. Is that deliberate?

I see a folder but nothing in it. I'm evaluating many of these libraries as well, would be great to see examples built out for Ray.Di as well (not to...