An open API service indexing awesome lists of open source software.

https://github.com/scriptfusion/retry-error-handlers

[DEPRECATED] Error handlers for Retry
https://github.com/scriptfusion/retry-error-handlers

Last synced: 8 days ago
JSON representation

[DEPRECATED] Error handlers for Retry

Awesome Lists containing this project

README

          

Retry error handlers
====================

[![Latest version][Version image]][Releases]
[![Build status][Build image]][Build]
[![Test coverage][Coverage image]][Coverage]
[![Code style][Style image]][Style]

Provides error handlers for [Retry][Retry].

Requirements
------------

- [PHP 5.5](http://php.net/)
- [Composer](https://getcomposer.org/)

[Releases]: https://github.com/ScriptFUSION/Retry-error-handlers/releases
[Version image]: https://poser.pugx.org/scriptfusion/retry-error-handlers/v/stable "Latest version"
[Build]: http://travis-ci.org/ScriptFUSION/Retry-error-handlers
[Build image]: https://travis-ci.org/ScriptFUSION/Retry-error-handlers.svg "Build status"
[Coverage]: https://coveralls.io/github/ScriptFUSION/Retry-Error-Handlers
[Coverage image]: https://coveralls.io/repos/ScriptFUSION/Retry-Error-Handlers/badge.svg "Test coverage"
[Style]: https://styleci.io/repos/63633635
[Style image]: https://styleci.io/repos/63633635/shield?style=flat "Code style"
[Retry]: https://github.com/ScriptFUSION/Retry