Download the PHP package mariosimao/notion-sdk-php without Composer
On this page you can find all versions of the php package mariosimao/notion-sdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mariosimao/notion-sdk-php
More information about mariosimao/notion-sdk-php
Files in mariosimao/notion-sdk-php
Package notion-sdk-php
Short Description A complete Notion SDK for PHP developers.
License MIT
Homepage https://mariosimao.github.io/notion-sdk-php
Informations about the package notion-sdk-php
notion-sdk-php
A complete Notion SDK for PHP developers.
📦 Installation
This project requires PHP 8.1 or higher. To install it with Composer run:
👩💻 Basic usage
Creating a page on Notion with the SDK is easy.
📄 Documentation
Further documentation can be found at https://mariosimao.github.io/notion-sdk-php.
The Notion PHP SDK supports the usage of static analysers. We strongly recommend the usage of either vimeo/psalm or phpstan/phpstan in combination with this library, to avoid simple mistakes.
🏷️ Versioning
SemVer is followed closely. Minor and patch releases should not introduce breaking changes to the codebase.
Any classes or methods marked as @internal
are not intended for use outside of this library and are subject to breaking changes at any time, avoid using them.
🛠️ Maintenance & Support
When a new minor version (e.g. 1.3 -> 1.4) is released, the previous one (1.3) will continue to receive security and critical bug fixes for at least 3 months.
When a new major version is released (e.g. 1.6 -> 2.0), the previous one (1.6) will receive critical bug fixes for at least 3 months and security updates for 6 months after that new release comes out.
This policy may change in the future and exceptions may be made on a case-by-case basis.
❤️ Sponsors
An special thanks to all sponsors who activelly support the SDK!
All versions of notion-sdk-php with dependencies
psr/http-client-implementation Version ^1.0
psr/http-message-implementation Version ^1.0
psr/http-factory-implementation Version ^1.0
php-http/discovery Version ^1.15