PHPackages                             n30/laravel-evernote-api - 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. [API Development](/categories/api)
4. /
5. n30/laravel-evernote-api

ActiveLibrary[API Development](/categories/api)

n30/laravel-evernote-api
========================

Laravel Evernote Api Laravel 11+

0224PHP

Since Feb 26Pushed 1y ago1 watchersCompare

[ Source](https://github.com/N30/laravel-evernote-api)[ Packagist](https://packagist.org/packages/n30/laravel-evernote-api)[ RSS](/packages/n30-laravel-evernote-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

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

[](#installation)

The Evernote cloud Service Provider can be installed via [Composer](http://getcomposer.org) by requiring the `n30/laravel-evernote-api` package and setting the `minimum-stability` to `dev` (required for Laravel 5) in your project's `composer.json`.

```
{
    "require": {
        "n30/laravel-evernote-api": "^1.0"
    },
    "minimum-stability": "dev"
}
```

or

Require this package with composer:

```
composer require n30/laravel-evernote-api

```

Update your `composer.json` file to include this package as a dependency

Update your packages with `composer update` or install with `composer install`.

In Windows, you'll need to include the GD2 DLL `php_gd2.dll` as an extension in php.ini.

Usage
-----

[](#usage)

To use the Evernote Cloud Service Provider, you must register the provider when bootstrapping your Laravel application. There are essentially two ways to do this.

The package will automatically load its service provider and register the Facade: Evernote::

You can optionally, publish the config file of the package.

```
php artisan vendor:publish --provider="N30\LaravelEvernoteApi\Providers\LaravelEvernoteServiceProvider" --tag=config
```

For Laravel 5 use [1.0.0](https://github.com/n30/laravel-evernote-api/tree/1.0.0)

Configuration
-------------

[](#configuration)

You can configure this in your .env file.

```
	EVERNOTE_KEY=your evernote key
	EVERNOTE_SECRET=your evernote secrect
	EVERNOTE_SANDBOX=true/false
	EVERNOTE_CALL_BACK=callback url eg: /evernote/callback , ?action=callback
	EVERNOTE_CHINA=false
```

to receive a token - Authentication

```
    //simple example of all-in-one route
    Route::any('oauth/callback/evernote',function( Request $request){

        \Evernote::authorize();

    });
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/83945ff3db0097db53e5bcea3014853f979bee48d7bfa9c65164633a928f15eb?d=identicon)[n30](/maintainers/n30)

---

Top Contributors

[![N30](https://avatars.githubusercontent.com/u/345139?v=4)](https://github.com/N30 "N30 (4 commits)")

### Embed Badge

![Health badge](/badges/n30-laravel-evernote-api/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[microsoft/microsoft-graph

The Microsoft Graph SDK for PHP

65723.5M95](/packages/microsoft-microsoft-graph)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)

PHPackages © 2026

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