{"id":90424,"library":"guzzlehttp-retry-subscriber","title":"Guzzle Retry Subscriber","description":"Retries failed HTTP requests using customizable retry strategies (Guzzle 4+).","status":"active","version":"2.0.2","language":"php","source_language":null,"source_url":"https://github.com/guzzle/retry-subscriber","tags":["guzzle","http","retry","subscriber"],"install":[{"cmd":"composer require guzzlehttp/retry-subscriber","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"RetrySubscriber","correct":"use GuzzleHttp\\Subscriber\\Retry\\RetrySubscriber;"}],"quickstart":{"code":"use GuzzleHttp\\Client;\nuse GuzzleHttp\\Subscriber\\Retry\\RetrySubscriber;\n\n$client = new Client();\n$retrySubscriber = new RetrySubscriber([\n    'max' => 3,\n    'delay' => 1000,\n]);\n$client->getEmitter()->attach($retrySubscriber);","lang":"php","description":"Attach a retry subscriber to a Guzzle client to automatically retry failed requests."},"warnings":[{"fix":"Use Guzzle 6+ built-in retry middleware or the guzzlehttp/retry-middleware package.","message":"Only compatible with Guzzle 4 and 5; not Guzzle 6+.","severity":"breaking","affected_versions":">=1.0.0"}],"env_vars":null,"search_vec":"'4':13 'customiz':9 'fail':5 'guzzl':1,12,14 'http':6,15 'request':7 'retri':2,4,10,16 'strategi':11 'subscrib':3,17 'use':8","created_at":"2026-06-19T09:03:07.500538+00:00","updated_at":"2026-06-19T09:03:07.500538+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://guzzlephp.org/","github":"https://github.com/guzzle/retry-subscriber","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}