PHPackages                             symandy/progress-event - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. symandy/progress-event

ActiveLibrary

symandy/progress-event
======================

Events used in Symfony services to handle console progress bar

v0.1.0(4y ago)119.4k↓31.8%MITPHPPHP &gt;=7.4

Since Feb 11Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Symandy/ProgressEvent)[ Packagist](https://packagist.org/packages/symandy/progress-event)[ RSS](/packages/symandy-progress-event/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Symandy Progress Event Component
================================

[](#symandy-progress-event-component)

This package contains a set of events and subscribers to be used in Symfony services.

The aim is to externalize Symfony progress bar handle from services and use progress bar events instead.

Installation
------------

[](#installation)

```
composer require symandy/progress-event
```

Usage
-----

[](#usage)

1. In your Symfony command, register one of available subscribers before calling the service where the task is executed.

```
