Download the PHP package cabag/ext-backend-progress without Composer

On this page you can find all versions of the php package cabag/ext-backend-progress. 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 ext-backend-progress

Backend Progress

About

This extension is based on cabag's boiler_plate extension.

The goal of this extension is to provide a progress bar to the TYPO3 backend accessible as a toolbar item, so switching from a module to another still allows to keep track of a long running task.

The extension implementing this feature have two ways of displaying the progres:

  1. As a progress circle, containing the progress percentage as a number in the middle
  2. As a progress bar with an additional progress label, allowing to give additional information on a long running task which overall amount of subtasks may not be known in advance, in this case the progress bar might be used to display the progress over all tasks.

Such long running tasks have to be implemented as tasks for now but could be implemented as Websocket calls in the future.

For developers

To ease the implementation effort, a BackendProgressAwareTrait is provided by the extension.

Initialising

See examples/Command/ExampleProgressBarCommand.php for a full example

See examples/Command for the source.

Do not forget to delete all files and folders, you do not need.

Static analysis

The Boilerplate Extension features several static code analysis tools. Currently they are:

All of them are configured to run out of the box either in your local environment or in Gitlabs CI. If you just clone the boilerplate, all tools are enabled by default. If you want to disable them in gitlab, remove the following lines (starting with - composer from gitlab-ci.yml according to the tests, you want to remove:

Example: if you want to remove phpcs from analysis in the deployment, remove the line - composer phpcs

If you want to remove Gitlab SAST, remove the include - template: Security/SAST.gitlab-ci.yml (not recommended)

How to use the static analysis features in your own extension?

PHPStan

If the core is already required in the require {} section, remove it from require-dev. To find out, which other core packages are required, scan the use statements in your classes to get an idea of the required packages from the core.

phpcs


All versions of ext-backend-progress with dependencies

PHP Build Version
Package Version
Requires php Version 7.2
typo3/cms-core Version ^9.5
typo3/cms-backend Version ^9.5
typo3/cms-extbase Version ^9.5
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 cabag/ext-backend-progress contains the following files

Loading the files please wait ....