laravel-notion-api:Effortless Notion 与 Laravel 的集成

时间:2024-08-24 22:47:15
【文件属性】:

文件名称:laravel-notion-api:Effortless Notion 与 Laravel 的集成

文件大小:103KB

文件格式:ZIP

更新时间:2024-08-24 22:47:15

laravel notion notion-api effortless-notion-integrations PHP

Laravel 概念 API Effortless Notion 与 Laravel 的集成 这个包提供了一种简单明了的方式来访问 Notion API 端点、查询数据和更新现有条目。 安装 您可以通过 composer 安装软件包: composer require fiveam-code/laravel-notion-api 授权 Notion API 需要一个访问令牌和一个 Notion 集成, 解释了它是如何工作的。 授予对 Notion 帐户中集成的访问权限以启用 API 访问非常重要。 将您的 Notion API 令牌添加到您的.env文件: NOTION_API_TOKEN="$YOUR_ACCESS_TOKEN" 用法 转到此包的。 :fire: 快速启动 Notion API 项目的代码示例 基本设置(+ 示例) use FiveamCode \ LaravelN


【文件预览】:
laravel-notion-api-main
----.gitignore(60B)
----README.md(4KB)
----CHANGELOG.md(98B)
----.github()
--------workflows()
--------FUNDING.yml(678B)
--------ISSUE_TEMPLATE()
----.styleci.yml(66B)
----tests()
--------HandlingExceptionTest.php(1KB)
--------EndpointBlocksTest.php(4KB)
--------PagePropertyTest.php(7KB)
--------stubs()
--------EndpointDatabasesTest.php(4KB)
--------NotionTest.php(757B)
--------EndpointSearchTest.php(4KB)
--------EndpointDatabaseTest.php(5KB)
--------EndpointUsersTest.php(3KB)
--------EndpointPagesTest.php(15KB)
--------NotionApiTest.php(1KB)
----phpunit.xml(958B)
----composer.lock(262KB)
----composer.json(2KB)
----CONTRIBUTING.md(3KB)
----src()
--------NotionFacade.php(390B)
--------Notion.php(5KB)
--------Query()
--------Exceptions()
--------LaravelNotionApi.php(186B)
--------Entities()
--------Endpoints()
--------LaravelNotionApiServiceProvider.php(979B)
----CODE_OF_CONDUCT.md(5KB)
----config()
--------config.php(183B)
----LICENSE.md(1KB)

网友评论