Download the PHP package elsayed85/laravel-notion-api without Composer
On this page you can find all versions of the php package elsayed85/laravel-notion-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download elsayed85/laravel-notion-api
More information about elsayed85/laravel-notion-api
Files in elsayed85/laravel-notion-api
Package laravel-notion-api
Short Description Laravel Wrapper for the Notion API
License MIT
Homepage https://github.com/fiveam-code/laravel-notion-api
Informations about the package laravel-notion-api
Laravel Notion API
Effortless Notion integrations with Laravel
This package provides a simple and crisp way to access the Notion API endpoints, query data and update existing entries.
Installation
You can install the package via composer:
Authorization
The Notion API requires an access token and a Notion integration, the Notion documentation explains how this works. It's important to grant access to the integration within your Notion account to enable the API access.
Add your Notion API token to your .env
file:
Usage
Head over to the Documentation of this package.
🔥 Code Examples to jumpstart your Notion API Project
Basic Setup
Fetch Page Information
Query Database
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.