2017 © Pedro Peláez
 

library gooseberry

a simple (perhaps too simple) PHP cURL utiltiy built to aid in connecting to an API

image

henderjon/gooseberry

a simple (perhaps too simple) PHP cURL utiltiy built to aid in connecting to an API

  • Thursday, July 17, 2014
  • by henderjon
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Gooseberry

Gooseberry is a simple utility to make http calls. It's designed to be used for easily accessing simple APIs., (*1)

Usage

You're best bet is to check the tests/examples to see usage, as I'm awful at documentation., (*2)

Installation

Install the Packagist archive using Composer. I will generally respect Semantic Versioning. Learn about how Composer does versions., (*3)

Note the absense of v1.0, (*4)

{
    "require" : {
        "henderjon/gooseberry": "dev-master"
    }
}

License

See LICENSE.md for the BSD-3-Clause license., (*5)

TODO

I'd like to implement a way for users to add various auth methods either by trait or by lambda. This would allow Gooseberry's use with APIs that use more complex authentication., (*6)

Right now there is no recovery from error (either cURL or HTTP). This is by design, however there are APIs that are simply so unreliable that having a retry loop or a sleep() call wouldn't hurt. I need to make some decisions in this regard., (*7)

I think file uploads, while not necessary for my purposes, would be useful--but that would end up being ALOT of code for something I don't do very often. See example., (*8)

Build Status, (*9)

The Versions

17/07 2014

dev-master

9999999-dev http://github.com/henderjon/gooseberry

a simple (perhaps too simple) PHP cURL utiltiy built to aid in connecting to an API

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0

 

The Development Requires

11/04 2014

dev-2.0.0-dev

dev-2.0.0-dev http://github.com/henderjon/gooseberry

a simple (perhaps too simple) PHP cURL utiltiy built to aid in connecting to an API

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0

 

The Development Requires

09/04 2014

dev-0.0.1-dev

dev-0.0.1-dev http://github.com/henderjon/gooseberry

a simple (perhaps too simple) PHP cURL utiltiy built to aid in connecting to an API

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

The Development Requires