Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 387 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 387 Bytes

oauth2-evernote

OAuth Client For Evernote

Get Started

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.