Skip to content

fs1n/Supabase-Explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supabase-Explorer

Simple Supabase-Explorer — small test tool for existing projects.

Usage

  • Requirements:

    • PHP 7.4+ (CLI) or a web server with PHP (Apache/Nginx).
    • A Supabase project (URL + Anon/Service Key).
  • Setup:

    1. Clone the repository or copy the files into your web directory.
    2. Open php/config/supabase.php and set the Supabase URL and the key (e.g. SUPABASE_URL, SUPABASE_KEY).
    3. 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/.

About

Simple Supabase explorer PHP based

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published