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
- Host: GitHub
- URL: https://github.com/scriptfusion/retry-error-handlers
- Owner: ScriptFUSION
- Created: 2016-07-18T20:09:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-19T17:26:17.000Z (over 9 years ago)
- Last Synced: 2025-02-23T20:21:19.668Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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