php-curl-class/php-curl-class
PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs observed · 2026-08-28
Health v2 · maintenance only
93/100
- Activity 99
- Release rhythm 80
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 15
- age_days: 4765
- days_rel: 135
- days_push: 7
- n_releases_24m: 12
Adoption not part of the score
3297 stars · 805 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
PHP Curl Class is a PHP library that wraps PHP's cURL extension in a simple object-oriented API for sending HTTP requests. It supports GET, POST, and other methods, authentication, proxies, and automatic JSON/XML response handling for integrating with web APIs.
Use cases
- send http requests from php
- call rest apis in php
- scrape web pages with php
- post json to an api
- use http proxy with curl in php
- download files over http in php
When to choose
- you want a simple object-oriented wrapper around PHP cURL
- you need quick HTTP client code without verbose curl_* calls
- you need proxy, basic auth, or cookie support in PHP
When to avoid
- you are using a framework that already bundles an HTTP client like Guzzle
- you need async or concurrent requests as a first-class feature
- you are not working in PHP
Facets
library · maturity active
http-client web-scraping json api-framework web-development apis crawlers developer-tools php cli curl http-requests rest-client proxy-support composer web-server
2 sources
- readme: https://github.com/php-curl-class/php-curl-class · fetched 2026-08-28 · b079ea667b26
- homepage: https://www.phpcurlclass.com/ · fetched 2026-08-29 · 9a8fccf5fdd5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| php-curl-class/php-curl-class | main | 93 |
For agents
markdown · JSON · MCP: product_card(name="php-curl-class/php-curl-class")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem