Download the PHP package redgoose/console without Composer
On this page you can find all versions of the php package redgoose/console. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download redgoose/console
More information about redgoose/console
Files in redgoose/console
Download redgoose/console
More information about redgoose/console
Files in redgoose/console
Vendor redgoose
Package console
Short Description use javascript `console.log()` interface
License MIT
Package console
Short Description use javascript `console.log()` interface
License MIT
Please rate this library. Is it a good library?
Informations about the package console
php-console
Javascript console.log on PHP
PHP
의 값들을 자바스크립트의 console
객체를 사용하여 그림과 같이 콘솔을 출력할 수 있습니다.
프론트엔드 개발자에겐 익숙한 화면이고, 브라우저나 php 로그에서 나오는 화면보다는 내용을 확인하기 편하기 때문에 만들게 되었습니다.
Install
다음과 같이 composer
를 통하여 패키지를 설치합니다.
composer
를 사용하지 않는다면 github
에서 소스를 다운로드 후에 /src/Console.php
로 사용합니다.
Usage
with composer
without composer
Methods
log
기본적으로 사용되는 console.log()
메서드로 사용합니다.
warn
경고로 사용되는 console.warn()
메서드로 사용합니다.
error
오류로 사용되는 console.error()
메서드로 사용합니다.
group
콘솔의 그룹으로 사용하는 console.group()
메서드로 사용합니다.
All versions of console with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
The package redgoose/console contains the following files
Loading the files please wait ....