Skip to content

Robbieakoto/supabase-php

 
 

Repository files navigation

Supabase PHP Client supabase-php

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%