Simple Supabase-Explorer — small test tool for existing projects.
-
Requirements:
- PHP 7.4+ (CLI) or a web server with PHP (Apache/Nginx).
- A Supabase project (URL + Anon/Service Key).
-
Setup:
- Clone the repository or copy the files into your web directory.
- Open
php/config/supabase.phpand set the Supabase URL and the key (e.g. SUPABASE_URL, SUPABASE_KEY). - Optional: check/configure
php/api/supabase-explorer.php.
-
Start locally (quick):
-
Start the built-in PHP server in the project folder:
php -S localhost:8000 -t .
-
Open in the browser:
http://localhost:8000/supabase-explorer.html
-
-
Notes:
- This tool is intended for testing only — not for production use.
- Make sure not to put API keys in public repositories.
Further adjustments or integrations can be made directly in the files under php/.