PHPackages                             64robots/laravel-notion - 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. 64robots/laravel-notion

ActiveLibrary[API Development](/categories/api)

64robots/laravel-notion
=======================

Package to work with Notion API from Laravel

0.1(5y ago)118MITPHPPHP ^7.4|^8.0

Since May 14Pushed 5y ago4 watchersCompare

[ Source](https://github.com/64robots/laravel-notion)[ Packagist](https://packagist.org/packages/64robots/laravel-notion)[ Docs](https://github.com/64robots/laravel-notion)[ GitHub Sponsors](https://github.com/64robots)[ RSS](/packages/64robots-laravel-notion/feed)WikiDiscussions main Synced 3w ago

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

Package to work with Notion API from Laravel
============================================

[](#package-to-work-with-notion-api-from-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ff4fd81d58254f9fbe5fa5592be4d98c372fb652f0a2b0b8d79aefe1222cbc41/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f3634726f626f74732f6c61726176656c2d6e6f74696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/64robots/laravel-notion)[![GitHub Tests Action Status](https://camo.githubusercontent.com/e2e9be67fc2151da9bf41073a80d6d5cac84fea3e1810f8554605df9f0b54220/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f3634726f626f74732f6c61726176656c2d6e6f74696f6e2f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/64robots/laravel-notion/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/41faefe1645a64ed15b8469c45e843ff38393375fb14104ca0da3290acf309f4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f3634726f626f74732f6c61726176656c2d6e6f74696f6e2f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/64robots/laravel-notion/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/34bbf2ba2b86a65d25050cce4a78542ce036ce0ca05f20e54a6bab3dd5b111be/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f3634726f626f74732f6c61726176656c2d6e6f74696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/64robots/laravel-notion)

This package helps you to use the notion API from Laravel.

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

[](#installation)

You can install the package via composer:

```
composer require 64robots/laravel-notion
```

Add to your environment file (usually `.env`) the key:

```
NOTION_ACCESS_TOKEN=YourAccessTokenToNotion
```

Customization
-------------

[](#customization)

You can publish the config file with:

```
php artisan vendor:publish --provider="R64\LaravelNotion\NotionServiceProvider" --tag="laravel-notion-config"
```

This is the contents of the published config file:

```
return [
    'access_token' => env('NOTION_ACCESS_TOKEN'),
];
```

Usage
-----

[](#usage)

```
use R64\LaravelNotion\Facades\Notion;

$database = Notion::databases()->retrieve('a65b5216-46cb-479b-961e-67cc7b05a56d');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [64 Robots](https://github.com/64robots)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1875d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/88e19e84d31e5f50eb2e338915669ae04f507a643fa24f88afc870520d8bef23?d=identicon)[64robots](/maintainers/64robots)

---

Top Contributors

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

---

Tags

laravelnotion64Robotslaravel-notion

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/64robots-laravel-notion/health.svg)

```
[![Health](https://phpackages.com/badges/64robots-laravel-notion/health.svg)](https://phpackages.com/packages/64robots-laravel-notion)
```

###  Alternatives

[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M96](/packages/dedoc-scramble)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M46](/packages/spatie-laravel-pdf)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

815320.5k3](/packages/defstudio-telegraph)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

44855.7k](/packages/harris21-laravel-fuse)[lettermint/lettermint-laravel

Official Lettermint driver for Laravel

1190.2k1](/packages/lettermint-lettermint-laravel)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24857.5k](/packages/vormkracht10-laravel-mails)

PHPackages © 2026

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