You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://packagist.org/packages/fiveam-code/laravel-notion-api)
5amcode proudly presents its first Laravel specific package - a wrapper for the Notion API!
17
-
This package will provide a simple and crisp way to access the various Notion API endpoints, query data
18
-
and manipulate entries.
14
+
This package will provide a simple and crisp way to access the various Notion API endpoints, query data and manipulate
15
+
entries.
19
16
20
17
### Important note!
18
+
21
19
This package is in an early stage and receives continuious improvements. DO NOT USE IN PRODUCTION.
22
20
23
21
## Installation
@@ -28,18 +26,21 @@ You can install the package via composer:
28
26
composer require fiveam-code/laravel-notion-api
29
27
```
30
28
31
-
Get your Notion API access token like explained in [their documentation](https://developers.notion.com/).
32
-
It's also important to grant access to the integration within your Notion pages, which is described in Notions docs as well.
29
+
Get your Notion API access token like explained in [their documentation](https://developers.notion.com/). It's also
30
+
important to grant access to the integration within your Notion pages, which is described in Notions docs as well.
33
31
34
32
Add a new entry to your `.env` like the following:
33
+
35
34
```
36
35
NOTION_API_TOKEN="$YOUR_ACCESS_TOKEN"
37
36
```
38
37
39
38
And you're ready to go!
40
39
41
40
## Usage
42
-
It's too early for a documentation, so we collected some working examples in our [Notion Workspace](https://www.notion.so/5amcode/Working-Examples-813998dab4244158b51ea3b25b420c60).
41
+
42
+
It's too early for a documentation, so we collected some working examples in
0 commit comments