/performer

Simple helper to test your code performance

Primary LanguagePHPMIT LicenseMIT

Performer

Total Downloads Latest Stable Version License

This package helps you to understand better how efficient your code is.

Table of Contents

Install

Require this package with composer.

composer require bbsnly/performer

Requirements

  • php >= 7.2

Usage

$performer = new \Bbsnly\Performer\Performer;

$performer->run(function () {
    // do something
});

Contributing

Thank you for considering contributing to the Performer!

License

The Performer is open-sourced software licensed under the MIT license.