2017 © Pedro Peláez
 

library api-client

eLife Sciences API client

image

elife/api-client

eLife Sciences API client

  • Thursday, July 19, 2018
  • by thewilkybarkid
  • Repository
  • 6 Watchers
  • 0 Stars
  • 5,280 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 10 Versions
  • 14 % Grown

The README.md

eLife API client for PHP

This library provides a PHP client for the eLife Sciences API., (*1)

Dependencies

  • PHP 7

You will need an implementation of eLife\ApiClient\HttpClient; the client provides an adapter for Guzzle 6., (*2)

Installation and usage

This library provides base HTTP functionality for the classes available in elife/api-sdk-php. Please use that package instead of consuming this directly., (*3)

If you do want to use it, you can do so via composer, e.g. composer require elife/api-client., (*4)

Deprecation warnings

As the eLife API provides deprecation warnings using the HTTP Warning header, the eLife\ApiClient\HttpClient\WarningCheckingHttpClient will pass these to a PSR-7 logger., (*5)

The Versions