jarivas/php-performance

It is a tool to measure CPU and Memory usage throught different stages of a process

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/jarivas/php-performance

2.0.0 2024-11-18 15:32 UTC

This package is auto-updated.

Last update: 2025-09-18 17:28:00 UTC


README

It is a tool to measure CPU and Memory usage throught different stages of a process

How to install

composer require jarivas/php-performance

How to use

Please check the tests code on tests/Unit

Tests

  • Requires Docker
  • ./vendor/bin/phpunit

Develop hint

Please run

  • cp pre-commit-hook .git/hooks/pre-commit
  • chmod +x .git/hooks/pre-commit to add different kind of validations