246 Commits

Author SHA1 Message Date
Zach Borboa 59e8e40626 Update nginx configuration 2.1.0 2014-07-06 22:39:42 -07:00
Zach Borboa 421db56267 Add Gmail send email example 2014-07-06 01:48:22 -07:00
Zach Borboa 9fb5a93a09 Add Nginx doc configuration 2014-07-02 22:22:42 -07:00
Zach Borboa 8540eac405 Add docs readme 2014-07-02 22:02:17 -07:00
Zach Borboa 5163e1c2d4 Fix #67: Change assertTrue to assertEquals where appropriate 2014-07-02 21:39:04 -07:00
Zach Borboa 2d883cef47 Encode cookies per RFC 3986 2014-06-28 17:39:16 -07:00
Zach Borboa a03a603308 Include an HTTP HEAD request when testing response body 2014-06-24 19:11:18 -07:00
Zach Borboa 54a3dd5edc Fix #53: Return response body when calling HTTP request methods 2014-06-24 18:48:36 -07:00
Zach Borboa 85e4109f6a Fix #64: Allow access to raw response content 2014-06-12 09:30:08 -07:00
Zach Borboa eefd6593fa Fix #61: Ensure curl error is correctly set when making GET calls in parallel 2014-05-28 10:08:02 -07:00
maisumakun 632511b5de getting curl_error_code from curl_multi_info_read() when curl_multi mode 2014-05-28 09:53:29 +09:00
Zach Borboa 20657d6c87 Add javascript and layout files to docs 2014-05-26 11:09:04 -07:00
Zach Borboa 78ed065f93 Add doc theme and css reset 2014-05-26 02:05:20 -07:00
Zach Borboa f69853b1f8 Add .gitignore for docs 2014-05-26 01:53:17 -07:00
Zach Borboa 3c5d76ddc7 Fix #57: Add documentation 2014-05-26 01:52:10 -07:00
Zach Borboa 5a7753ab92 Merge pull request #60 from zborboa-google/patch-3
Update README with namespace usage
2014-05-23 11:03:59 -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
Zach Borboa c17e20f535 Merge pull request #59 from Pezmc/patch-1
Update authentication example to include error reason
2014-05-23 09:19:35 -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
Zach Borboa 0481920ed3 Fix #58: Include PHP_VERSION and curl version in user-agent 2014-05-22 22:28:01 -07:00
Zach Borboa 0fdbff4b8f Fix typo 2014-05-22 21:49:00 -07:00
Zach Borboa 2dd0f70af5 Update Composer file 2014-05-22 21:48:10 -07:00
Zach Borboa 112210a61e Bump version 2014-05-22 21:32:27 -07:00
Zach Borboa 360058c529 Use namespaces 2014-05-22 21:29:24 -07:00
Zach Borboa 66bd2887da Merge branch 'examples'
* examples:
  Add Reddit pics example
2014-05-20 22:08:53 -07:00
Zach Borboa aed7d3e999 Add Reddit pics example 2014-05-20 22:08:46 -07:00
Zach Borboa ee2320ebab Merge branch 'examples'
* examples:
  Add Instagram example
2014-05-20 21:30:53 -07:00
Zach Borboa 63921ac42a Add Instagram example 2014-05-20 21:30:22 -07:00
Zach Borboa 5ea2d04682 Merge pull request #56 from zborboa-google/patch-3
Add CURLFile example to README
2014-05-20 19:53:23 -07:00
zborboa-google 07b362cc2a Add CURLFile example to README 2014-05-20 17:00:09 -07:00
Zach Borboa cdf9e785fd Merge branch 'master' of github.com-php-curl-class:php-curl-class/php-curl-class
* 'master' of github.com-php-curl-class:php-curl-class/php-curl-class:
  Fix response format
2014-05-19 22:19:18 -07:00
Zach Borboa 93cefacdb4 Add Domainr search domain name availability example 2014-05-19 22:17:47 -07:00
Zach Borboa 3105045a59 Merge pull request #54 from zborboa-google/patch-2
Fix response format
2014-05-19 21:53:34 -07:00
zborboa-google 36935e25f5 Fix response format 2014-05-19 16:32:53 -07:00
Zach Borboa 19d320c1ce Add Google+ profile example 2014-05-18 22:32:57 -07:00
Zach Borboa 3ae2049230 Fix syntax error for PHP 5.3 2014-05-18 01:35:13 -07:00
Zach Borboa 55666135af Add YouTube view count example 2014-05-18 01:29:46 -07:00
Zach Borboa 34742ee9e2 Decode atom+xml responses seamlessly 2014-05-18 01:16:37 -07:00
Zach Borboa e632e1b4af Add MailChimp subscribe email address example 2014-05-17 11:12:09 -07:00
Zach Borboa 88f62fbc0e Add Flickr upload photo example 2014-05-17 04:11:28 -07:00
Zach Borboa 4d6f705f8f Add Gittip example 2014-05-16 23:52:56 -07:00
Zach Borboa 15a121c0e1 Clean up 2014-05-16 23:37:03 -07:00
Zach Borboa 78091d56a0 Make password optional when using basic authentication 2014-05-16 23:31:31 -07:00
Zach Borboa b6b3b2ed76 Reorder and add xml content-type tests 2014-05-15 22:39:33 -07:00
Zach Borboa 61964a99fd Merge branch 'master' of github.com-php-curl-class:php-curl-class/php-curl-class
* 'master' of github.com-php-curl-class:php-curl-class/php-curl-class:
  Add Github Gist example
2014-05-15 22:16:16 -07:00
Zach Borboa 96c076c5f5 Add additional content-type tests 2014-05-15 19:16:15 -07:00
Zach Borboa adcd6768ad Merge pull request #52 from zborboa-google/master
Add Github Gist example
2014-05-14 20:53:13 -07:00
Zach Borboa 79b10f7059 Add Github Gist example 2014-05-14 11:10:47 -07:00
Zach Borboa 069eea878b Fix #43: Add unsetHeader() 2014-05-13 22:06:26 -07:00