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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package console

php-console

Javascript console.log on PHP

console.log screenshot

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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package redgoose/console contains the following files

Loading the files please wait ....