supabase/supabase-php

本包最新版本(v0.0.3)没有可用的许可信息。

PHP的Supabase客户端

v0.0.3 2023-04-28 20:27 UTC

This package is auto-updated.

Last update: 2024-08-28 23:12:23 UTC


README

PHP客户端库,用于与Supabase交互。

注意: 此存储库处于Alpha阶段,不适合生产使用。API将在向初始发布版过渡的过程中发生变化。

待办事项

  • 集成 storage-php
  • 集成 functions-php
  • 集成 gotrue-php
  • 集成 postgrest-php
  • 集成 realtime-php
  • 处理全局选项
  • 支持PHP 7.4

快速入门指南

安装模块

composer require supabase/supabase-php

使用客户端入门

use Supabase\CreateClient;

$client = new CreateClient($reference_id, $api_key);