PHPackages                             php-etl/promise - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. php-etl/promise

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

php-etl/promise
===============

Promise implementation for ETL usage.

0.1.0(6y ago)0174[1 PRs](https://github.com/php-etl/promise/pulls)MITPHPPHP ^7.2

Since Oct 28Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/php-etl/promise)[ Packagist](https://packagist.org/packages/php-etl/promise)[ RSS](/packages/php-etl-promise/feed)WikiDiscussions main Synced 1mo ago

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

Promises implementation
=======================

[](#promises-implementation)

The Promise pattern is helping when you need to organise your callbacks for when some tasks must be executed later.

Assuming we have this class with a `doSomethingAsync` method that will produce later an call to `onSuccess` event handler.

```
