OAuth Client For Evernote
1.First install all required packages by doing this composer install
2.Edit examples/provider.php
and set following variables
- $consumerKey
= 'your consumerKey'
- $consumerSecret
= 'your consumerSecret'
3.Now navigate your browser to examples/index.php
and you good to go.