Skip to content

ucaime/firephp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firephp - PHP console

A PHP extension for php-console.This is a C-implement of FirePHP.But now only implement tranditional INFO format information output.

FirePHP is an advanced logging system that can display PHP variables in the browser as an application is navigated. All communication is out of band to the application meaning that the logging data will not interfere with the normal functioning of the application.

Requirement

  • PHP 5.2 +

Install firephp

Compile firephp in Linux/Unix

$/path/to/phpize
$./configure --with-php-config=/path/to/php-config
$make && make install

For windows

Temporarily not available

Author

This project is authored and maintained by xudianyang.

##Documentation

Chinese Simplified documentation PHP扩展之firephp console.

Usage

<?php
	$arr = array(
		'key1' => 'php',
  		'key2' => 'boy',
	);
	$e1 = new Exception("test firephp php extension", 110);
	console($GLOBALS);
	sleep(1);
	console('xdy', true);
?>

About

PHP扩展之firephp console

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published