SilverStripe Evernote Wrapper
, (*1)
Installation
The Evernote cloud Service Provider can be installed via Composer by requiring the
ishannz/silverstripe-evernote
package and setting the minimum-stability
to dev
(required for SilverStripe 3.1) in your
project's composer.json
., (*2)
{
"require": {
"ishannz/silverstripe-evernote": "dev-master"
},
"minimum-stability": "dev"
}
or, (*3)
Require this package with composer:, (*4)
composer require ishannz/silverstripe-evernote
Update your composer.json
file to include this package as a dependency, (*5)
Update your packages with composer update
or install with composer install
., (*6)
In Windows, you'll need to include the GD2 DLL php_gd2.dll
as an extension in php.ini., (*7)
How to use
After configuration, you should just be able to visit evernote-auth/login using web-browser to initiate the Evernote Authenticate process., (*8)