loopline-systems / closeio-api-wrapper

PHP Wrapper to use the Close.io API
MIT License
14 stars 15 forks source link

Use Httplug as HTTP transport layer #93

Closed ste93cry closed 6 years ago

ste93cry commented 6 years ago
Q A
Bug fix? no
New feature? yes
BC breaks? yes
Deprecations? no
Tests pass? yes
License MIT

With this PR I've introduced the support for Httplug as transport layer. In this way we don't have to maintain our own implementation of an HTTP client (cURL in the simplest case) and we can offer more flexibility to users of this library leaving to them the choice of what they prefer to use to send HTTP requests (even Guzzle if they want).

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-4.2%) to 18.521% when pulling 57d7295f87ce71cb1edcb6601b6cbfdbd13d5a47 on ProntoPro:feature/httplug-client into 6940a94f8f299442e45adc4250cad2a65eae717c on loopline-systems:develop.