vitorhugoro1 / notion-php-sdk
An unofficial PHP SDK for Notion
dev-master
2020-08-08 20:33 UTC
Requires
- ext-json: *
- guzzlehttp/guzzle: ^6.3
- illuminate/support: ^7.0
- league/commonmark: ^1.5.3
- league/uri: ^6.0
- ramsey/uuid: ^4.0
- symfony/cache: ^5.0
Requires (Dev)
- madewithlove/php-cs-fixer-config: ^1.10
- phpunit/phpunit: ^8.4
- roave/security-advisories: dev-master
- symfony/dotenv: ^5.0
- symfony/var-dumper: ^5.0
This package is auto-updated.
Last update: 2025-03-09 06:08:45 UTC
README
This is an unofficial PHP SDK for Notion, based on the great earlier work of @jamalex on notion-py
Installation
composer require madewithlove/notion-php-sdk
Usage
For now check the examples
folder to see the client in use. This section will expand once the API stabilizes a bit.