longman/profiler-library

0.2.5 2015-12-15 14:17 UTC

This package is auto-updated.

Last update: 2024-03-24 02:47:54 UTC


README

Join the chat at https://gitter.im/akalongman/php-profiler-library

Build Status Latest Stable Version Total Downloads Downloads Month License

Profiler Library for debugging PHP applications.

Introduction

TBD

Require this package with Composer

Install this package through Composer. Edit your project's composer.json file to require longman/profiler-library.

Create composer.json file:

{
    "name": "yourproject/yourproject",
    "type": "project",
    "require": {
        "php": ">=5.3.0",
        "longman/profiler-library": "*"
    }
}

And run composer update

Or run a command in your command line:

composer require longman/profiler-library

This code is available on Github. Pull requests are welcome.

Troubleshooting

If you like living on the edge, please report any bugs you find on the PHP Profiler Library issues page.

Contributing

See CONTRIBUTING.md for information.

Credits

Credit list in CREDITS