53 Commits

Author SHA1 Message Date
Zach Borboa 9b89e9936a Update docs with $camelCase 2015-07-31 00:18:48 -07:00
Zach Borboa f33a8c1559 Fix #197: Add method setConnectTimeout() 2015-06-03 17:07:21 -07:00
Zach Borboa 70be5e4eb3 Fix #171: Allow sending body data in delete() 2015-04-22 01:18:48 -07:00
Zach Borboa 7f903ce06b Update parameter names for delete() 2015-04-22 00:13:15 -07:00
Zach Borboa 6c13938880 Reorder badges 2015-04-09 17:26:03 -07:00
Zach Borboa d3bb371f86 Update license and download badges 2015-04-09 07:45:47 -07:00
Zach Borboa ec615f97b2 Update license badge link 2015-04-08 17:50:07 -07:00
Zach Borboa 161b8f517f Add license and download badges to readme 2015-04-08 17:45:22 -07:00
Zach Borboa 436a339498 Add Contribute section to readme 2015-04-02 15:02:44 -07:00
zborboa-google 02343d9706 Update installation notes in readme 2015-04-02 14:34:58 -07:00
Zach Borboa 34d2b95d01 Move download complete to unified method 2015-04-01 10:38:37 -07:00
Zach Borboa dece02b068 Update project tag line 2015-03-31 10:14:55 -07:00
Zach Borboa 97db1cf6a4 Remove maintainer status note in readme 2015-03-31 10:02:59 -07:00
Zach Borboa d5c04c89ef Move MultiCurl methods out of experimental 2015-03-31 09:53:14 -07:00
Zach Borboa 02e7c0e6d5 Update readme with composer note on maintainer status 2015-03-31 07:57:15 -07:00
Zach Borboa 5df2919247 Update available methods in readme 2015-03-03 22:26:33 +07:00
Zach Borboa cac457a562 Allow setting the base url for requests in the constructor (MultiCurl::__construct($base_url = null)) 2015-03-03 22:26:02 +07:00
Zach Borboa f9d06fb2ac Clean up parameter names 2015-02-25 02:05:09 +07:00
Zach Borboa 1e97ab474f Update readme function parameters 2015-02-25 01:25:38 +07:00
Zach Borboa e5b0f627c2 Update function parameters in readme 2015-02-22 23:21:33 +07:00
Zach Borboa 2f7073743e Allow setting the base url for requests in the constructor (Curl::__construct($base_url = null)) 2015-02-22 23:17:32 +07:00
Zach Borboa 623d10cdc6 Update available methods for Curl 2015-02-22 02:39:55 +07:00
Zach Borboa ad7f7697e0 Update available methods for Curl 2015-02-22 02:32:39 +07:00
Zach Borboa dd565a0f2b Update readme with functions added to MultiCurl 2015-02-16 16:21:44 +07:00
Zach Borboa 9de0754409 Update available methods for Curl 2015-02-15 01:54:40 +07:00
Zach Borboa a02e6c4e4d Update multi curl example in readme; Add multi curl examples 2015-02-12 18:51:23 +07:00
Zach Borboa daa7694330 Add Experimental Methods to readme 2015-02-11 07:49:10 +07:00
Zach Borboa 79d099b9ab Refactor Curl for MultiCurl.
Add Curl::id.
Use CURLOPT_HEADERFUNCTION in place of CURLOPT_WRITEHEADER for response headers.
Add Curl::setUrl().
Add Curl::headerCallback().
Make Curl::exec() public.
Make Curl::call() public.
2015-02-09 19:42:09 -08:00
Zach Borboa bbdba6d907 Fix #86: Add default timeout of 30 seconds 2015-02-08 23:13:25 +07:00
Zach Borboa 356c2c31ed Clean up 2015-01-24 16:39:25 -08:00
Zach Borboa fe95c24cf8 Add available methods to readme 2015-01-24 16:30:30 -08:00
Zach Borboa 11e0cb48aa Update README with download() and setUserAgent() examples 2014-12-11 22:42:16 -08:00
Zach Borboa df49e9950c Add download example to README 2014-12-11 22:30:29 -08:00
Zach Borboa e17f854555 Make $instance->url public; Remove getUrl(), setUrl() 2014-09-06 16:31:01 -07:00
Zach Borboa bd73cbc113 Add getUrl() example usage to README 2014-09-03 23:31:28 -07:00
zborboa-google 05072f4a6c Update README with namespace usage 2014-05-23 09:37:15 -07:00
Zach Borboa fdbf5ae16f Clean up 2014-05-23 09:20:23 -07:00
Pez Cuckow 40acf9c370 Update authentication example to include error reason
Having just spend 10/20 mins trying to figure out what the error meant after copying this example I think it should include the error message by default.
2014-05-23 12:43:24 +01:00
zborboa-google 07b362cc2a Add CURLFile example to README 2014-05-20 17:00:09 -07:00
zborboa-google 3e63267abe Make case-insensitive access to headers more obvious 2014-04-11 12:15:34 -07:00
Zach Borboa 20d5b6956e Fix #36: Add example of case-insensitive access to headers 2014-04-02 22:35:00 -07:00
Zach Borboa 896cf448f0 Add continuous integration build status to README 2014-03-04 22:15:41 -08:00
zachborboa 50a75b67e6 Fix #21: Add gzip compression example 2014-02-08 22:07:40 -08:00
Zach Borboa d61383a360 Remove screaming caps notation from tests and readme 2014-02-02 14:34:39 -08:00
Zach Borboa 3bd7174d61 Fix #20: Ensure required options are set 2014-02-02 10:28:36 -08:00
Justin Vencel 3b503eb93d Update README.md
Make it a bit more clear how to install and what the repo name is.
2014-01-21 15:55:33 -08:00
Zach Borboa 7b0f4e7399 Update Bing url now that they support https 2014-01-11 14:08:13 -08:00
zachborboa ca69ece464 Add parallel requests and callback example to README 2013-12-28 23:44:03 -08:00
Zach Borboa 62b6b28e9c Clean up 2013-12-28 10:22:54 -08:00
php-curl-class aa7f191f87 Remove TODO completed 2013-08-23 00:59:21 -07:00