supabase/supabase-php
最新稳定版本:v0.0.3
Composer 安装命令:
composer require supabase/supabase-php
包简介
Supabase client for PHP
关键字:
README 文档
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);
统计信息
- 总下载量: 10.44k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 35
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2023-04-27