2017 © Pedro Peláez
 

library e-utilities

Php library for communication with the NCBI E-Utilities api

image

larsnieuwenhuizen/e-utilities

Php library for communication with the NCBI E-Utilities api

  • Friday, June 1, 2018
  • by lars.nieuwenhuizen
  • Repository
  • 3 Watchers
  • 1 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Build Status Maintainability Test Coverage StyleCI Latest Stable Version Latest Unstable Version License Documentation Status, (*1)

E-Utilities

This php library is meant to serve as an abstraction layer to communicate with the NCBI E-Utilities using simple php objects. The E-Utilities have a variation of different calls., (*2)

  • EInfo
  • ESearch
  • EPost
  • ESummary
  • EFetch
  • ELink
  • EGQuery
  • ESpell
  • ECitMatch

More information on the in-depth details of the calls can be found here, (*3)

Current state of this library

The implemented objects usable at this moment are:, (*4)

Details are in the documentation, (*5)

API Key

As of december 2018 NCBI requires the usage of an api key. You can create one here., (*6)

Once you've got an api key, add it in your .env file and call it NCBI_API_KEY, (*7)

Note

Not all pararmeters NCBI supports are implemented in the objects. These will be implemented in time. For the current state either take a look in the code. Or check the documentation later this year. I'll try to work on it as much as I can., (*8)

The details for the separate EUtility objects and there usage can be found in the documentation., (*9)

The Versions

01/06 2018

dev-master

9999999-dev

Php library for communication with the NCBI E-Utilities api

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lars Nieuwenhuizen