An open API service indexing awesome lists of open source software.

https://github.com/wilon/simple-php-debug

Simple PHP Debug, better output and write log.
https://github.com/wilon/simple-php-debug

php-debug php-library

Last synced: 3 months ago
JSON representation

Simple PHP Debug, better output and write log.

Awesome Lists containing this project

README

          

# SimplePHPDebug

[![Packagist][badge_package]][link-packagist]
[![Packagist Release][badge_release]][link-packagist]
[![Packagist Downloads][badge_downloads]][link-packagist]

[badge_package]: https://img.shields.io/badge/package-wilon/simple--php--debug-blue.svg?style=flat-square
[badge_release]: https://img.shields.io/packagist/v/wilon/simple-php-debug.svg?style=flat-square
[badge_downloads]: https://img.shields.io/packagist/dt/wilon/simple-php-debug.svg?style=flat-square
[link-packagist]: https://packagist.org/packages/wilon/simple-php-debug

Simple PHP Debug, better output on browser and write log.

## Installation & loading

Just add this line to your `composer.json` file:

```json
"wilon/simple-php-debug": "^0.1.7"
```

or

```sh
composer require wilon/simple-php-debug
```

## A Simple Example

```php

';
$array = pathinfo('C:/test/wilon/index.php');

var_dump($longStr, $htmlStr, $array);

simple_dump($longStr, $htmlStr, $array);

```

![image](https://cloud.githubusercontent.com/assets/7512755/22959116/94ff96a8-f36e-11e6-835e-65d9ebc527cf.png)