supabase / supabase-php
There is no license information available for the latest version (v0.0.3) of this package.
Supabase client for PHP
v0.0.3
2023-04-28 20:27 UTC
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);