-
- Downloads
Initial structure
parents
Branches
Tags
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- LICENSE 0 additions, 0 deletionsLICENSE
- README.md 1 addition, 0 deletionsREADME.md
- composer.json 26 additions, 0 deletionscomposer.json
- src/Gbif.php 9 additions, 0 deletionssrc/Gbif.php
- src/Occurrences.php 15 additions, 0 deletionssrc/Occurrences.php
.gitignore
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
README.md
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "restelae/php-gbif", | ||
"description": "GBIF PHP client", | ||
"keywords": [ | ||
"gbif", "client" | ||
], | ||
"type": "library", | ||
"license": "GPL-3.0-or-later", | ||
"homepage": "http://git.res-telae.cat/restelae/php-gbif.git", | ||
"authors": [{ | ||
"name": "Felip Manyer i Ballester", | ||
"email": "contact@res-telae.cat", | ||
"homepage": "https://www.res-telae.cat" | ||
}], | ||
"minimum-stability": "dev", | ||
"require": { | ||
"php": ">=7.2", | ||
"guzzlehttp/guzzle": "^7.2" | ||
}, | ||
"support": { | ||
"source": "http://git.res-telae.cat/restelae/php-gbif.git" | ||
}, | ||
"autoload": { | ||
"psr-4": {"ResTelae\\Gbif\\": "src"} | ||
} | ||
} |
src/Gbif.php
0 → 100644
src/Occurrences.php
0 → 100644
Please register or sign in to comment