Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Latest commit

 

History

History
53 lines (32 loc) · 1.13 KB

readme.md

File metadata and controls

53 lines (32 loc) · 1.13 KB

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.