Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoninoBonanno committed Nov 14, 2021
1 parent 3aa0df2 commit 2716124
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 17 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
composer.phar
composer.lock
composer-test.lock
vendor/
vendor/
.idea
23 changes: 10 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,17 @@

PHP SDK for [Scopus APIs](https://dev.elsevier.com/scopus.html)

Currently supported APIs:
Currently, supported APIs:
- Scopus Search API
- Abstract Retrieval API
- Author Retrieval API
- Affiliation Retrieval API
- Search Author API
- Citation Overview API

Original Project: [https://github.com/kasparsj/scopus-api-php](https://github.com/kasparsj/scopus-api-php)

Custom Project: [https://github.com/AntoninoBonanno/scopus-api-php](https://github.com/AntoninoBonanno/scopus-api-php)

## Installation

`composer require kasparsj/scopus-search-api` (Original project)

Overwrite this project to the original project if you want to use my updates
`composer require kasparsj/scopus-search-api`

## Usage:

Expand Down Expand Up @@ -63,10 +57,13 @@ foreach ($results->getEntries() as $entry) {

https://kasparsj.github.io/scopus-api-php/

## My contribution
* Added Search Author API
* Added Citation Overview API
* Created a support function to retrieve Document of specific Author easly
* Updated classes
## Changelog
- 14/11/2021 - v1.2
* Bug fix
- 19/05/2020 - v1.1
* Added Search Author API
* Added Citation Overview API
* Created a support function to retrieve Document of specific Author easly
* Updated classes

[Bonanno Antonino](https://github.com/AntoninoBonanno)
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "kasparsj/scopus-search-api",
"description": "Scopus API for PHP (Unofficial)",
"minimum-stability": "dev",
"minimum-stability": "stable",
"license": "MIT",
"version": "1.1",
"version": "1.2",
"authors": [
{
"name": "Kaspars Jaudzems",
Expand All @@ -15,7 +15,7 @@
}
],
"require": {
"guzzlehttp/guzzle": "6.2.1"
"guzzlehttp/guzzle": ">=6.3.0"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 2716124

Please sign in to comment.