Download the PHP package laravel-notification-channels/evernote without Composer
On this page you can find all versions of the php package laravel-notification-channels/evernote. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download laravel-notification-channels/evernote
More information about laravel-notification-channels/evernote
Files in laravel-notification-channels/evernote
Package evernote
Short Description Evernote Notifications driver
License MIT
Homepage https://github.com/laravel-notification-channels/evernote
Informations about the package evernote
Evernote notifications channel for Laravel 5.3
Channel Deprecated
Please see this issue for more infomation.
This channel was deprecated in Oct 2019 due to lack of a maintainer.
This package makes it easy to create Evernote notes with Laravel 5.3.
Contents
- Installation
- Setting up the Evernote service
- Usage
- Available Message methods
- Available Content methods
- Changelog
- Testing
- Security
- Contributing
- Credits
- License
Installation
You can install the package via composer:
Setting up the Evernote service
In order to add tickets to Evernote users, you need to obtain their access token.
Create a sandbox Evernote API key to get started.
To simplify development, you can also generate your personal development access token.
Usage
Now you can use the channel in your via()
method inside the notification:
In order to let your Notification know which Evernote user you are targeting, add the routeNotificationForEvernote
method to your Notifiable model.
This method needs to return the access token of the authorized Evernote user.
Available Message methods
title('')
: Accepts a string for the Evernote ticket title.content(EvernoteContent)
: Accepts an EvernoteContent object.sandbox()
: Enables the Evernote sandbox mode (defaultfalse
).done()
: Marks the Evernote ticket as done.tags('')
: Accepts an array with tags to add to the Evernote ticket.reminder('')
: Accepts a string or DateTime object for the Evernote ticket reminder.
Available Content methods
content('')
: Accepts a string value for the Evernote ticket content.html()
: Sets the content type to HTML.plain()
: Sets the content type to Plaintext (default).
Changelog
Please see CHANGELOG for more information what has changed recently.
Testing
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Contributing
Please see CONTRIBUTING for details.
Credits
- Marcel Pociot
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of evernote with dependencies
evernote/evernote-cloud-sdk-php Version 2.0.*
illuminate/notifications Version ^5.3@dev
illuminate/support Version 5.1.*|5.2.*|5.3.*
illuminate/events Version 5.3.*