Login   Register  
PHP Classes
elePHPant
Icontem

Class: MyCurl

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Justin  >  MyCurl  >  Download .tar.gz .zip  >  Support forum Support forum (3)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: MyCurl
Base name: my_curl
Description: Pure PHP implementation of the cURL library
Related classes: , , ,
Version: 0.1
PHP version: 3.0
License: GNU General Public License (GPL)
All time users: 2240 users
All time rank: 1443
Week users: 3 users
Week rank: 1290
Picture of Justin
Author: Justin <e-mail contact>
Packages: 1 Browse this author's classes Browse this author's classes
Country: United States United States - PHP jobs in United States
Age: 28
All time rank: 1074146 in United States United States
Week rank: 1036 Up118 Up in United States United States
Innovation award
Innovation award
Nominee: 1x


  Detailed description  
This class provides an alternative implementation of the cURL extension functions in pure PHP.

It automatically detects whether the cURL library is available. If it is not available, it defines several functions with the same names of the cURL extension that use the class to emulate part the original functionality.

Currently it implements the functions: curl_init, curl_exec, curl_setopt and curl_close. Several of the most important options can be set with the curl_setopt function.

 

  Groups  
Group folder image Networking Networking protocols, clients and servers View top rated classes
Group folder image HTTP HTTP protocol clients, headers and cookies View top rated classes

  Rate classes User ratings   Trackback   Applications   Related links   Files Files  

  Innovation Award  
PHP Programming Innovation award nominee
January 2007
Number 6
Curl is a library to access remote servers using HTTP and other protocols.

PHP comes with an extension to integrate with this library since PHP 3, and so provide a simplified means to implement HTTP clients. However, the Curl extension is not available in all PHP installations.

This package provides a solution that makes the PHP Curl functions available under any PHP installation.

Applications that depend on the Curl library may now run with this package whether or not the Curl extension is available.

Manuel Lemos

  User ratings  
Ratings
Utility
Consistency
Documentation
Examples
Tests
Videos
Overall
Rank
All time:
Sufficient (66.7%)
Sufficient (70.8%)
-
Sufficient (70.8%)
-
-
Not sure (47.5%)
1639
Month:
Not yet rated by the users

  Trackback links  
Link Description
alternatif curl bagi yg ingin menggunakan fungsi2 curl di php tapi di server curl-nya gak di enable? mungkin bisa nyobain class mycurl sebagai alternatif fungsi2 curl.
Friendfeed API implementation in PHP Recently for a client i needed to make a friendfinder script via Friendfeed API...
If you do not have Curl A class hint at phpclasses.org - MyCurl...

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.

  Related links  
Link Description
MyCurl MyCurl homepage

  Files folder image Files  
File Role Description
Plain text file example.php Example Example usage
Plain text file mycurl.class.php Class MyCurl class

Download all files: my_curl.tar.gz my_curl.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.