{"adoption": {"forks": 40, "observed_at": "2026-08-28T04:07:02.936965+00:00", "stars": 2590}, "canonical_url": "https://ross.abutalabs.com/products/httplug", "card": {"archived": false, "artifact_type": "library", "description": "HTTPlug, the HTTP client abstraction for PHP", "domain": ["web-development", "apis", "developer-tools"], "enriched": true, "function": ["http-client", "middleware", "plugin-system"], "health_score": 63, "homepage": "http://httplug.io", "language": "PHP", "license": "MIT", "license_family": "permissive", "maturity": "stable", "member_repos": ["php-http/httplug", "php-http/client-common", "php-http/promise", "php-http/guzzle6-adapter"], "name": "HTTPlug", "platform": ["php"], "pushed_at": "2025-12-10T17:09:30+00:00", "repo": "php-http/httplug", "stars": 2590, "tags": ["psr-7", "psr-18", "http-client-abstraction", "async-http", "composer"], "topics": ["php", "http", "http-client", "httpclient", "psr-18"], "urls": [{"kind": "homepage", "url": "http://httplug.io"}], "use_cases": ["write a reusable PHP package that needs an HTTP client without binding to Guzzle", "swap HTTP client implementations behind a common interface", "add logging or authentication plugins to HTTP requests", "make asynchronous HTTP requests in PHP", "build API client SDKs on top of PSR-7"], "what_it_is": "HTTPlug is an HTTP client abstraction for PHP built on PSR-7 messages, defining synchronous and asynchronous client interfaces. It lets library authors decouple from specific HTTP client implementations via adapters and a plugin system for request lifecycle logic.", "when_to_avoid": ["you only need a simple synchronous client and can use PSR-18 directly", "you want a full-featured HTTP client rather than an abstraction layer", "your project is not PHP"], "when_to_choose": ["you are building a PHP library or SDK that should work with any HTTP client", "you want plugin-based request/response middleware across clients", "your project already uses PSR-7 message interfaces"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/repos/php-http/httplug", "repo": "php-http/httplug", "role": "main", "score": 48}, {"path": "/repos/php-http/promise", "repo": "php-http/promise", "role": "sdk", "score": 48}, {"path": "/repos/php-http/guzzle6-adapter", "repo": "php-http/guzzle6-adapter", "role": "plugin", "score": 10}, {"path": "/repos/php-http/client-common", "repo": "php-http/client-common", "role": "sdk", "score": 54}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:07:02.936965+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-30T02:22:19.446461+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2b6b3b0cedb3055e6e842d02ca5f0302f921ee977a9da6c97d6edff2797cb086", "fetched_at": "2026-08-28T04:07:02.936965+00:00", "kind": "readme", "missing": false, "url": "https://github.com/php-http/httplug"}, {"content_hash": "7c43a73cf5a3f77cf59981c633863bf1b2480cb50f7073b68a4c2738f05c0512", "fetched_at": "2026-08-29T10:04:31.282359+00:00", "kind": "homepage", "missing": false, "url": "http://httplug.io"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:07:02.936965+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-30T02:22:19.446461+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2b6b3b0cedb3055e6e842d02ca5f0302f921ee977a9da6c97d6edff2797cb086", "fetched_at": "2026-08-28T04:07:02.936965+00:00", "kind": "readme", "missing": false, "url": "https://github.com/php-http/httplug"}, {"content_hash": "7c43a73cf5a3f77cf59981c633863bf1b2480cb50f7073b68a4c2738f05c0512", "fetched_at": "2026-08-29T10:04:31.282359+00:00", "kind": "homepage", "missing": false, "url": "http://httplug.io"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-30T02:22:19.446461+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2b6b3b0cedb3055e6e842d02ca5f0302f921ee977a9da6c97d6edff2797cb086", "fetched_at": "2026-08-28T04:07:02.936965+00:00", "kind": "readme", "missing": false, "url": "https://github.com/php-http/httplug"}, {"content_hash": "7c43a73cf5a3f77cf59981c633863bf1b2480cb50f7073b68a4c2738f05c0512", "fetched_at": "2026-08-29T10:04:31.282359+00:00", "kind": "homepage", "missing": false, "url": "http://httplug.io"}], "taxonomy_version": 1}, "health_score": {"inputs": ["days_since_push", "days_since_release", "archived"], "kind": "computed", "method": "health_v1"}, "homepage": {"kind": "observed", "observed_at": "2026-08-28T04:07:02.936965+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:07:02.936965+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:07:02.936965+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-30T02:22:19.446461+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2b6b3b0cedb3055e6e842d02ca5f0302f921ee977a9da6c97d6edff2797cb086", "fetched_at": "2026-08-28T04:07:02.936965+00:00", "kind": "readme", "missing": false, "url": "https://github.com/php-http/httplug"}, {"content_hash": "7c43a73cf5a3f77cf59981c633863bf1b2480cb50f7073b68a4c2738f05c0512", "fetched_at": "2026-08-29T10:04:31.282359+00:00", "kind": "homepage", "missing": false, "url": "http://httplug.io"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:07:02.936965+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:07:02.936965+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-30T02:22:19.446461+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2b6b3b0cedb3055e6e842d02ca5f0302f921ee977a9da6c97d6edff2797cb086", "fetched_at": "2026-08-28T04:07:02.936965+00:00", "kind": "readme", "missing": false, "url": "https://github.com/php-http/httplug"}, {"content_hash": "7c43a73cf5a3f77cf59981c633863bf1b2480cb50f7073b68a4c2738f05c0512", "fetched_at": "2026-08-29T10:04:31.282359+00:00", "kind": "homepage", "missing": false, "url": "http://httplug.io"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:07:02.936965+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:07:02.936965+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:07:02.936965+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-30T02:22:19.446461+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2b6b3b0cedb3055e6e842d02ca5f0302f921ee977a9da6c97d6edff2797cb086", "fetched_at": "2026-08-28T04:07:02.936965+00:00", "kind": "readme", "missing": false, "url": "https://github.com/php-http/httplug"}, {"content_hash": "7c43a73cf5a3f77cf59981c633863bf1b2480cb50f7073b68a4c2738f05c0512", "fetched_at": "2026-08-29T10:04:31.282359+00:00", "kind": "homepage", "missing": false, "url": "http://httplug.io"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:07:02.936965+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:07:02.936965+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-30T02:22:19.446461+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2b6b3b0cedb3055e6e842d02ca5f0302f921ee977a9da6c97d6edff2797cb086", "fetched_at": "2026-08-28T04:07:02.936965+00:00", "kind": "readme", "missing": false, "url": "https://github.com/php-http/httplug"}, {"content_hash": "7c43a73cf5a3f77cf59981c633863bf1b2480cb50f7073b68a4c2738f05c0512", "fetched_at": "2026-08-29T10:04:31.282359+00:00", "kind": "homepage", "missing": false, "url": "http://httplug.io"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-30T02:22:19.446461+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2b6b3b0cedb3055e6e842d02ca5f0302f921ee977a9da6c97d6edff2797cb086", "fetched_at": "2026-08-28T04:07:02.936965+00:00", "kind": "readme", "missing": false, "url": "https://github.com/php-http/httplug"}, {"content_hash": "7c43a73cf5a3f77cf59981c633863bf1b2480cb50f7073b68a4c2738f05c0512", "fetched_at": "2026-08-29T10:04:31.282359+00:00", "kind": "homepage", "missing": false, "url": "http://httplug.io"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-30T02:22:19.446461+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2b6b3b0cedb3055e6e842d02ca5f0302f921ee977a9da6c97d6edff2797cb086", "fetched_at": "2026-08-28T04:07:02.936965+00:00", "kind": "readme", "missing": false, "url": "https://github.com/php-http/httplug"}, {"content_hash": "7c43a73cf5a3f77cf59981c633863bf1b2480cb50f7073b68a4c2738f05c0512", "fetched_at": "2026-08-29T10:04:31.282359+00:00", "kind": "homepage", "missing": false, "url": "http://httplug.io"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-30T02:22:19.446461+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2b6b3b0cedb3055e6e842d02ca5f0302f921ee977a9da6c97d6edff2797cb086", "fetched_at": "2026-08-28T04:07:02.936965+00:00", "kind": "readme", "missing": false, "url": "https://github.com/php-http/httplug"}, {"content_hash": "7c43a73cf5a3f77cf59981c633863bf1b2480cb50f7073b68a4c2738f05c0512", "fetched_at": "2026-08-29T10:04:31.282359+00:00", "kind": "homepage", "missing": false, "url": "http://httplug.io"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 56, "longevity": 100, "rhythm": 8}, "computed_at": "2026-09-02T17:46:02.011165+00:00", "flags": [], "formula": "round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)", "inputs": {"age_days": 4148, "days_push": 266, "days_rel": 709, "gap_med": null, "n_releases_24m": 1}, "score": 48, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}