PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Saurabh Gayali   Uniprot PHP Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Uniprot PHP Class
Access a UniProt Protein sequence REST API.
Author: By
Last change:
Date: 2 months ago
Size: 1,250 bytes
 

Contents

Class file image Download
{ "name": "saurabhgayali/uniprot-php", "description": "Production-ready PHP library for UniProt REST API with zero dependencies. Includes entry retrieval, advanced search with pagination, and ID mapping.", "type": "library", "license": "MIT", "keywords": ["uniprot", "protein", "bioinformatics", "api", "rest-api", "php7.4"], "homepage": "https://github.com/saurabhgayali/UniprotPHPClass", "authors": [ { "name": "Saurabh Gayali", "email": "saurabh.gayali@gmail.com", "role": "Developer" } ], "require": { "php": ">=7.4" }, "require-dev": { "phpunit/phpunit": "^9.5" }, "autoload": { "psr-4": { "UniProtPHP\\": "src/" } }, "autoload-dev": { "psr-4": { "UniProtPHP\\Tests\\": "tests/" } }, "support": { "issues": "https://github.com/saurabhgayali/UniprotPHPClass/issues", "docs": "https://github.com/saurabhgayali/UniprotPHPClass/tree/main/docs", "source": "https://github.com/saurabhgayali/UniprotPHPClass" }, "repository": { "type": "git", "url": "https://github.com/saurabhgayali/UniprotPHPClass.git" } }