PHPackages                             tebru/executioner - 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. tebru/executioner

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

tebru/executioner
=================

Provides a library for handling PHP exceptions when you would like to retry execution.

v0.4.1(11y ago)31.7k11MITPHPPHP &gt;=5.4

Since Sep 17Pushed 11y ago1 watchersCompare

[ Source](https://github.com/tebru/executioner)[ Packagist](https://packagist.org/packages/tebru/executioner)[ RSS](/packages/tebru-executioner/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (5)Versions (14)Used By (1)

[![Build Status](https://camo.githubusercontent.com/cf37a5f8279e54e021d175585cfc6f8eb30b55a214d8fc23e27cc242dc5bc101/68747470733a2f2f7472617669732d63692e6f72672f74656272752f657865637574696f6e65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/tebru/executioner)

Executioner
===========

[](#executioner)

This library aims to create an easy way to execute code that may throw an exception and should be reattempted.

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

[](#installation)

Run `composer require tebru/executioner:dev-master`

Basic Usage
-----------

[](#basic-usage)

The library can be used as simply as this

```
