php-curl-class/php-curl-class

PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs

View on GitHub ↗Jump to charts ↓

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 15 minutes ago
Type:Library / SDKCategory(s):API Development ToolsDeveloper Tools
Added to GitGenius on September 21st, 2026
Created on August 16th, 2013
Open Issues & Pull Requests: 1 (+0)
GitHub issues: Enabled
Number of forks: 802
Total Stargazers: 3,298 (+0)
Total Subscribers: 152 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 37.8 hours
Mean response time: 35.1 days
90th percentile: 228.9 days
Tracked items: 7

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • Accepted (2)
  • Fixed (2)
  • Needs More Info (1)

Most active issues this week

Sign in to see which issues are moving.
Sign in

Detailed Description

PHP Curl Class is an HTTP client library that wraps PHP's curl extension to simplify sending HTTP requests and consuming web APIs.

The library addresses the verbosity and complexity of working directly with PHP's native curl functions. It provides a fluent, object-oriented interface that abstracts away low-level curl configuration, allowing developers to construct and execute HTTP requests with minimal boilerplate. The tool handles common tasks like setting headers, managing authentication, processing responses, and following redirects through chainable methods rather than requiring manual curl option setup.

Developers building API integrations, web scrapers, or applications that need to make outbound HTTP calls should consider this library if they want to reduce the amount of curl-specific code in their projects. It suits any PHP application that makes frequent HTTP requests and would benefit from a cleaner, more readable request-building syntax compared to direct curl manipulation.

The project maintains a stable codebase with ongoing maintenance activity. Pull requests receive review and integration, and issues are addressed with fixes and updates. The maintainers respond to community contributions and keep the library compatible with current PHP practices.