Download the PHP package khalyomede/console-reporter without Composer

On this page you can find all versions of the php package khalyomede/console-reporter. 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-reporter

Console reporter

PHP from Packagist Packagist Packagist

Gif showing a command line that trigger the console report, with the progress bar and the logs that stack themselves above the progress bar as the progress bar advance until 100 percent

Summary

Installation

Example of use

Example 1: simple use case

Example 2: using a built-in progress bar style

Example 3: using your own progress bar style

Example 4: display logs using icons

Example 5: force the size of the progress bar

Available built-in progress bar styles

Modern rounded

Modern rectangular

Supported shells

Operating system Shell Tested ? Working ? Need configuration ?
Windows bash
Windows MS-DOS yes
Windows PowerShell yes

Do no see your OS or shell ? This means it has not been tested.

You are more than welcomed if you want to test it in another configuration than one of the above. Just fill in an issue.

PowerShell configuration

Check that your font configuration is not set to Raster Fonts:

Photo of the powersheel configuration panel, on the font section

Check it to something else than Raster Fonts. The characters used in some progress bar should now apear correctly.

Credits

Powershell font photo taken from 4sysops


All versions of console-reporter 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 khalyomede/console-reporter contains the following files

Loading the files please wait ....