Skip to content

Releases: Pilskalns/f3-wcurl

Huge rewrite, small fixes.

13 Oct 15:41
Compare
Choose a tag to compare

Huge rewrite, yaay!

13 Oct 15:39
0347e7a
Compare
Choose a tag to compare
Heading towards v1.0 (#1)

* TravisCI
* GH token
* Tests
* Clear options, Useragent
* Huge rewrite
* Heading towards v1.0.0
* Docs
* Defaults

Basic Auth

25 May 17:52
Compare
Choose a tag to compare
Basic Auth Pre-release
Pre-release

Added two Auth methods:

  • basic auth by \wcurl->setBasicAuth($string) (string already must be with User and Pass formated for curl function
  • query string where key=>val get set by \wcurl->setQueryToken($key, $token). This gets appended to request URL after ?

Stable. More stable.

02 Nov 19:45
Compare
Choose a tag to compare

Added features while cleaning up a lot

Init release for composer

29 Oct 21:20
Compare
Choose a tag to compare
v0.1

Detached from existing use case