supabase-php/supabase

Supabase SDK for PHP ecosystem.

Maintainers

Package info

github.com/Supabase-PHP/supabase

Homepage

Issues

pkg:composer/supabase-php/supabase

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 1

dev-main 2026-05-19 02:46 UTC

This package is auto-updated.

Last update: 2026-05-19 02:52:23 UTC


README

Logo

PHP Supabase Latest Version Total Downloads License

Modern, Fluent, Lightweight and modular Supabase SDK for PHP ecosystem. Powered by independent packages.

✨ Features

  • Modular architecture
  • Fluent query builder
  • Authentication & JWT
  • Storage management
  • Realtime subscriptions
  • Edge Functions
  • AI vector search
  • Laravel integration
  • Async support
  • DTOs & typed responses
  • PSR compliant
  • Modern PHP 8.3+

📦 Installation

Install full ecosystem:

composer require supabase-php/supabase

🚀 Quick Start

<?php

require 'vendor/autoload.php';

use Supabase\Supabase;

$supabase = new Supabase(
    url: 'https://your-project.supabase.co',
    apiKey: 'your-anon-key'
);

$users = $supabase
    ->db()
    ->table('users')
    ->select('*')
    ->execute();

🤝 Contributing

  1. Fork repository
  2. Create feature branch
  3. Commit changes
  4. Push branch
  5. Open PR to develop

📜 License

MIT License

❤️ Philosophy

Built for developers who want:

  • Clean APIs
  • Modern architecture
  • Scalable applications
  • AI-ready infrastructure
  • Enterprise-grade reliability
  • Exceptional PHP developer experience

🌐 Links

⭐ Support

If this project helps you, consider giving it a GitHub star.