Skip to content

Instantly share code, notes, and snippets.

View maxiorel's full-sized avatar

Jan Polzer maxiorel

View GitHub Profile
@maxiorel
maxiorel / index.php
Created November 19, 2022 18:27
Notion backlinks checker
<?php
/*
* Notion Backlinks Checker in PHP
* PHP requirement: https://github.com/brd6/notion-sdk-php
* Notion requirement: database table with columns: Name, OK, URL, Target, My URL, My Target, Contact, Latest Check
* read more:
* [CZ]: https://www.maxiorel.cz/notion-php-backlink-kontrola
* [EN] https://www.maxiorel.com/notion-php-backlink-checker
* */