Skip to content

A PHP client package for the National Center for Biotechnology Information (NCBI) Entrez Programming Utilities (E-utilities).

License

Notifications You must be signed in to change notification settings

UMNLibraries/ncbi-eutils-client-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ncbi-eutils-client-php

A PHP client package for the National Center for Biotechnology Information (NCBI) Entrez Programming Utilities (E-utilities).

Installing

Install via Composer. In your project's composer.json:

  "require": {
    "umnlib/ncbi-eutils-client": "1.0.*"
  },
  "repositories": [
    {
      "type": "vcs",
      "url": "git@github.com:UMNLibraries/ncbi-eutils-client-php.git"
    }
  ]

Running the Tests

Running the PHPUnit tests requires configuration. Notice that phpunit.xml.dist contains a place to put your-email-here and your-tool-name-here. Do not modify that file! Instead, copy the file to phpunit.xml, which will override phpunit.xml.dist, and insert your organization-specific data into that file. This repository is configured to ignore phpunit.xml, which helps to prevent exposing sensitive information, like passwords, to public source control repositories.

Older Versions

For older versions of this package that did not use Composer, see the 0.x.y releases.

Attribution

The University of Minnesota Libraries created this software for the EthicShare project.

About

A PHP client package for the National Center for Biotechnology Information (NCBI) Entrez Programming Utilities (E-utilities).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages