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.
- Integrate
storage-php - Integrate
functions-php - Integrate
gotrue-php - Integrate
postgrest-php - Integrate
realtime-php - Handle global options
- Support for PHP 7.4
composer require supabase/supabase-phpuse Supabase\CreateClient;
$client = new CreateClient($reference_id, $api_key);