just made this simple Curl wrapper for yii. i've seen one in extensions earlier, but wanted one which is light weight and simpler to use for my project, so made this one.
it's on github
hackerone/curl
thanks for your feedbacks in advance
Posted 04 October 2012 - 11:06 AM
Posted 04 October 2012 - 11:35 AM

Posted 15 January 2013 - 02:43 PM
'curl' => array( 'class' => 'ext.Curl', //'options' => array(/.. additional curl options ../) );
Posted 15 January 2013 - 03:37 PM
Posted 15 January 2013 - 04:06 PM
Posted 15 January 2013 - 04:25 PM
Posted 17 January 2013 - 02:02 AM
jacmoe, on 15 January 2013 - 05:54 PM, said:
Posted 24 January 2013 - 11:30 AM
$auth = array('Authorization:'.$token);
$jsonObject = Yii::app()->curl->setOption(CURLOPT_HTTPHEADER, $auth)->get($url);