https://github.com/tonikelope/fastcurl
(Yet another)² PHP object-oriented wrapper for cURL extension
https://github.com/tonikelope/fastcurl
curl curl-multi
Last synced: 2 months ago
JSON representation
(Yet another)² PHP object-oriented wrapper for cURL extension
- Host: GitHub
- URL: https://github.com/tonikelope/fastcurl
- Owner: tonikelope
- Created: 2013-03-09T12:50:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-12-30T13:19:42.000Z (over 9 years ago)
- Last Synced: 2025-03-28T18:54:48.757Z (3 months ago)
- Topics: curl, curl-multi
- Language: PHP
- Homepage:
- Size: 69.3 KB
- Stars: 14
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
There are two classes: one for sending regular HTTP requests and another to send multiple parallel requests (first includes later).
SSL is supported by default just using a url with 'https://'
Every CURLOPT can be set with a class variable assignment. ($fc->url = 'http://github.com')
It has its own cookies engine for set, edit or delete any cookie (it also supports cURL default cookies).