dev-master
9999999-devPhp library for communication with the NCBI E-Utilities api
MIT
The Requires
- guzzlehttp/guzzle ^6.3
- php >=7.1.0
The Development Requires
by Lars Nieuwenhuizen
Php library for communication with the NCBI E-Utilities api
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)
More information on the in-depth details of the calls can be found here, (*3)
The implemented objects usable at this moment are:, (*4)
Details are in the documentation, (*5)
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)
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)
Php library for communication with the NCBI E-Utilities api
MIT