Download the PHP package m.rahimi/easy-publicate without Composer
On this page you can find all versions of the php package m.rahimi/easy-publicate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download m.rahimi/easy-publicate
More information about m.rahimi/easy-publicate
Files in m.rahimi/easy-publicate
Download m.rahimi/easy-publicate
More information about m.rahimi/easy-publicate
Files in m.rahimi/easy-publicate
Vendor m.rahimi
Package easy-publicate
Short Description Simply provides a way to get scholarity literature. You can get data from `Google Scholar`, `Scopus` across many disciplines and sources: articles, theses, books, abstracts and court opinions, from academic publishers, professional societies, online repositories, universities and other web sites.
License MIT
Homepage https://github.com/Mohammadreza-73/Easy-Publicate/
Package easy-publicate
Short Description Simply provides a way to get scholarity literature. You can get data from `Google Scholar`, `Scopus` across many disciplines and sources: articles, theses, books, abstracts and court opinions, from academic publishers, professional societies, online repositories, universities and other web sites.
License MIT
Homepage https://github.com/Mohammadreza-73/Easy-Publicate/
Please rate this library. Is it a good library?
Informations about the package easy-publicate
Easy Publicate
Simple API that parses information from
Install Package
Scholar API
Endpoint | GET Easy-Publicate/api/v1/scholar |
---|---|
Query Parameters | user ( like: vth4SIcAAAAJ ) |
Response:
Scopus API
Scopus has ready to use API`s from https://dev.elsevier.com/ in this i use two api:
1. Search Api
Endpoint | GET https://api.elsevier.com/content/search/scopus |
---|---|
Headers | X-ELS-APIKey: Your API KEY |
Query Parameters | query ( like: AU-ID("35560470450") or AUTHOR-NAME("Smith, George D.") ) |
NOTE: The information in the table above is the minimum requirements for each request.
for more information about this api: Scopus Search API
Response:
2. Serial Title
Endpoint | GET https://api.elsevier.com/content/serial/title |
---|---|
Headers | X-ELS-APIKey: Your API KEY |
Query Parameters | issn ( like: 00313203 ) |
NOTE: The information in the table above is the minimum requirements for each request.
for more information about this api: Scopus Serial Title API
Response:
License
The Easy Publicate is open-sourced software licensed under the MIT License.
All versions of easy-publicate with dependencies
PHP Build Version
Package Version
The package m.rahimi/easy-publicate contains the following files
Loading the files please wait ....