PHPackages                             zack/saga - 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. zack/saga

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

zack/saga
=========

Events and side effect handling with sagas for PHP.

v0.1.0(9y ago)16281MITPHPPHP &gt;=7.0.10

Since Sep 23Pushed 9y ago1 watchersCompare

[ Source](https://github.com/zackphp/saga)[ Packagist](https://packagist.org/packages/zack/saga)[ Docs](https://github.com/zackphp/saga)[ RSS](/packages/zack-saga/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

[![Build Status](https://camo.githubusercontent.com/36e7ef0d37a3734f588218577ccc563be63e0057e8e22a30277a2bcf2152d074/68747470733a2f2f7472617669732d63692e6f72672f7a61636b7068702f736167612e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/zackphp/saga)[![Coverage Status](https://camo.githubusercontent.com/e4317e21fe89bbc3f326e61f7eba8e0d2d202e304bade101ac428862fcb980ff/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f7a61636b7068702f736167612f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/zackphp/saga?branch=master)

`Zack/Saga` is a simple and easy to use library for event and side effects handling. Inspired by [`redux-saga`](https://github.com/yelouafi/redux-saga) it uses PHP generators and simple effect objects to create maintainable and easy to test processes and workflows.

Example
-------

[](#example)

```
