Old code never dies!

I just dusted off and published a new release of gggeek/polyfill-pinba package, meant to be a replacement of the php "pinba" extension for those cases where installing the original is not possible.

https://github.com/gggeek/pinba_php

GitHub - gggeek/pinba_php: A clone of the pinba extension for php, in pure php

A clone of the pinba extension for php, in pure php - GitHub - gggeek/pinba_php: A clone of the pinba extension for php, in pure php

GitHub

Happy to release the version 1.0 of the gggeek/polyfill-pinba package.

It's heavily tested, and should work with all php versions from 5.3 to 8.2.

@gggeek I’ve never heard of Pinba, and this looks really interesting. Does this provide similar APM stats as New Relic or Datadog?
@ramsey in a limited fashion. It does not instrument automatically php function calls, leaving it up to the developer to add timing calls to her own code, with tags which make it easy to later group them.
What it does collect automatically is elapsed time and memory usage for every php script executed.