https://github.com/orcid/orcid-php-demo-app
https://github.com/orcid/orcid-php-demo-app
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/orcid/orcid-php-demo-app
- Owner: ORCID
- Created: 2015-06-02T21:00:21.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-07-14T16:38:05.000Z (almost 6 years ago)
- Last Synced: 2025-04-27T09:35:24.203Z (about 1 year ago)
- Language: PHP
- Size: 148 KB
- Stars: 5
- Watchers: 5
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ORCID PHP Demo App
PHP code samples for the following ORCID API use cases:
## Create on demand
**[index.php](index.php):** Sample implementation of the ORCID create-on-demand process, as described in https://members.orcid.org/create-records
## Institutional sign in
**[oauth-redirect-idp.php](oauth-redirect-idp.php):** Sample redirect page for use in insitutional sign-in workflows.
**[oauth-deny.php](oauth-deny.php):** Sample page for use in insitutional sign-in workflows in cases where users click "Deny" instead of "Authorize."
## HTML page versions
**[html/](html/):** Plain HTML versions of the pages listed above, that can be viewed in a browser (not needed in order to run the demo app! Included for convenience)