supabase / supabase-php
Supabase client for PHP
Installs: 3 537
Dependents: 0
Suggesters: 0
Security: 0
Stars: 27
Watchers: 11
Forks: 3
Open Issues: 2
Requires
- supabase/functions-php: 0.0.3
- supabase/gotrue-php: 0.0.2
- supabase/postgrest-php: 0.0.3
- supabase/storage-php: 0.0.2
Requires (Dev)
- phpunit/phpunit: 9.6
README
PHP Client library to interact with Supabase.
Note: This repository is in Alpha and is not ready for production usage. API's will change as it progresses to initial release.
TODO
- Integrate
storage-php
- Integrate
functions-php
- Integrate
gotrue-php
- Integrate
postgrest-php
- Integrate
realtime-php
- Handle global options
- Support for PHP 7.4
Quick Start Guide
Installing the module
composer require supabase/supabase-php
Getting started with the client
use Supabase\CreateClient; $client = new CreateClient($reference_id, $api_key);