This repository shows, how the Organicity Accounts can be used with the oauth2-client for PHP.
The example
- uses the oauth2-client
- uses the Authorization Code Flow
- decodes and verifies JWT tokens with php-jwt
- Requirements: Apache with PHP5 is installed:
cd /var/www/html/
git clone [email protected]:OrganicityEu/accounts-demo-php.git
cd accounts-demo-php
composer install