php profiler library

PHP Library for profiling and debugging

1
0
PHP

PHP Profiler Library

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