bbsnly / performer
Understand how your code performed.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:package
Requires
- php: >=7.2
Requires (Dev)
- phpunit/phpunit: ^7.5
This package is auto-updated.
Last update: 2023-09-10 05:37:27 UTC
README
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.