PHPackages                             laravel-notification-channels/evernote - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. laravel-notification-channels/evernote

AbandonedArchivedLibrary[Mail &amp; Notifications](/categories/mail)

laravel-notification-channels/evernote
======================================

Evernote Notifications driver

1.0.0(9y ago)3231MITPHPPHP &gt;=5.6.4

Since Aug 17Pushed 6y ago1 watchersCompare

[ Source](https://github.com/laravel-notification-channels/evernote)[ Packagist](https://packagist.org/packages/laravel-notification-channels/evernote)[ Docs](https://github.com/laravel-notification-channels/evernote)[ RSS](/packages/laravel-notification-channels-evernote/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (8)Versions (4)Used By (0)

Evernote notifications channel for Laravel 5.3
==============================================

[](#evernote-notifications-channel-for-laravel-53)

[![Latest Version on Packagist](https://camo.githubusercontent.com/fcc87f1e5d9f58ef7e8892a491765681ca071e0470c89deb0ed583672a00abc3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c61726176656c2d6e6f74696669636174696f6e2d6368616e6e656c732f657665726e6f74652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laravel-notification-channels/evernote)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/5caf4e3f084939a9d1038a08f3aa3d4a1cfb2889202333763deaae35000dca73/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6c61726176656c2d6e6f74696669636174696f6e2d6368616e6e656c732f657665726e6f74652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/laravel-notification-channels/evernote)[![StyleCI](https://camo.githubusercontent.com/df7c85542dc13680311315da481828b3df66421dc672d6a392cbcb4e42cec49d/68747470733a2f2f7374796c6563692e696f2f7265706f732f36353834363936362f736869656c64)](https://styleci.io/repos/65846966)[![SensioLabsInsight](https://camo.githubusercontent.com/33f8421c84aeaf68707972ea155c63749f7c4340b72847fe01d8c1fe16a37219/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f39623434663234652d633761612d346536662d623538342d3638353161343162326131612e7376673f7374796c653d666c61742d737175617265)](https://insight.sensiolabs.com/projects/9b44f24e-c7aa-4e6f-b584-6851a41b2a1a)[![Quality Score](https://camo.githubusercontent.com/8f8ebe1bb18cb920b52a1aaac8f356a25fc5869ab650b29239c031534aca9141/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6c61726176656c2d6e6f74696669636174696f6e2d6368616e6e656c732f657665726e6f74652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/laravel-notification-channels/evernote)[![Code Coverage](https://camo.githubusercontent.com/e0924ed4cabd29005c4a3dcffa9006253933994ec30ecc40faf42e10fddac4b0/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6c61726176656c2d6e6f74696669636174696f6e2d6368616e6e656c732f657665726e6f74652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/laravel-notification-channels/evernote/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/d25e3fadf0328f67c3bbfcef6f53704783f22fafa88ef9881c236405734144f5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c61726176656c2d6e6f74696669636174696f6e2d6368616e6e656c732f657665726e6f74652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laravel-notification-channels/evernote)

Channel Deprecated
==================

[](#channel-deprecated)

Please see [this issue](https://github.com/laravel-notification-channels/channels/issues/67) 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](https://dev.evernote.com/doc/) with Laravel 5.3.

Contents
--------

[](#contents)

- [Installation](#installation)
    - [Setting up the Evernote service](#setting-up-the-evernote-service)
- [Usage](#usage)
    - [Available Message methods](#available-message-methods)
    - [Available Content methods](#available-content-methods)
- [Changelog](#changelog)
- [Testing](#testing)
- [Security](#security)
- [Contributing](#contributing)
- [Credits](#credits)
- [License](#license)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require laravel-notification-channels/evernote
```

### Setting up the Evernote service

[](#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](https://dev.evernote.com/doc/) to get started.

To simplify development, you can also generate your [personal development access token](https://sandbox.evernote.com/api/DeveloperToken.action).

Usage
-----

[](#usage)

Now you can use the channel in your `via()` method inside the notification:

```
use NotificationChannels\Evernote\EvernoteChannel;
use NotificationChannels\Evernote\EvernoteContent;
use NotificationChannels\Evernote\EvernoteMessage;
use Illuminate\Notifications\Notification;

class ProjectCreated extends Notification
{
    public function via($notifiable)
    {
        return [EvernoteChannel::class];
    }

    public function toEvernote($notifiable)
    {
        return EvernoteMessage::create('Evernote message title')
                    ->sandbox()
                    ->content(EvernoteContent::create('Evernote content is here'))
                    ->tags(['Laravel','Notifications'])
                    ->reminder('tomorrow');
    }
}
```

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.

```
public function routeNotificationForEvernote()
{
    return 'NotifiableAccessToken';
}
```

### Available Message methods

[](#available-message-methods)

- `title('')`: Accepts a string for the Evernote ticket title.
- `content(EvernoteContent)`: Accepts an EvernoteContent object.
- `sandbox()`: Enables the Evernote sandbox mode (default `false`).
- `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

[](#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
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Marcel Pociot](https://github.com/mpociot)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 57.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~6 days

Total

2

Last Release

3597d ago

Major Versions

0.0.1 → 1.0.02016-08-23

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20937037?v=4)[Laravel Notification Channels](/maintainers/laravel-notification-channels)[@laravel-notification-channels](https://github.com/laravel-notification-channels)

---

Top Contributors

[![mpociot](https://avatars.githubusercontent.com/u/804684?v=4)](https://github.com/mpociot "mpociot (11 commits)")[![freekmurze](https://avatars.githubusercontent.com/u/483853?v=4)](https://github.com/freekmurze "freekmurze (5 commits)")[![atymic](https://avatars.githubusercontent.com/u/50683531?v=4)](https://github.com/atymic "atymic (2 commits)")[![JayBizzle](https://avatars.githubusercontent.com/u/340752?v=4)](https://github.com/JayBizzle "JayBizzle (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/laravel-notification-channels-evernote/health.svg)

```
[![Health](https://phpackages.com/badges/laravel-notification-channels-evernote/health.svg)](https://phpackages.com/packages/laravel-notification-channels-evernote)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[laravel-notification-channels/apn

Apple APN Push Notification Channel

2022.1M6](/packages/laravel-notification-channels-apn)[laravel-notification-channels/webpush

Web Push Notifications driver for Laravel.

8985.1M25](/packages/laravel-notification-channels-webpush)[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M154](/packages/spatie-laravel-health)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2588.1M15](/packages/laravel-notification-channels-twilio)[laravel-notification-channels/pusher-push-notifications

Pusher native Push Notifications driver.

281770.7k1](/packages/laravel-notification-channels-pusher-push-notifications)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
