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

This package is auto-updated.

Last update: 2024-04-28 22:30:52 UTC


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);