2017 © Pedro Peláez
 

library console-php

console log you php code

image

kingzcheung/console-php

console log you php code

  • Friday, September 23, 2016
  • by kingzcheung
  • Repository
  • 1 Watchers
  • 2 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

console-php

console.log for php, (*1)

Installation

Install via the composer utility., (*2)

composer require "kingzcheung/console-php"

or add the following lines to your composer.json:, (*3)

{
    "require": {
       "kingzcheung/console-php":"~0.0.2"
    }
}

Usage

include "vendor/autoload.php";

use kingzcheung\Console;

$data1 = "This is a test";
$data2 = [[1,2,3,['a'=>true]]];

Console::log($data1);
Console::log($data1,$data2);

Console::json($data2);

Console::table($data2);

printout

Open your browser -> F12(Mac:cmd+option+i) -> You will see the following printout, (*4)

Screenshot, (*5)

The Versions

23/09 2016

dev-master

9999999-dev

console log you php code

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Avatar kingzcheung

23/09 2016

0.0.2

0.0.2.0

console log you php code

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Avatar kingzcheung

16/09 2016

0.0.1

0.0.1.0

console log you php code

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Avatar kingzcheung