https://github.com/j0/functions-php
Supabase Functions Client for PHP(WIP)
https://github.com/j0/functions-php
functions php serverless supabase
Last synced: 6 months ago
JSON representation
Supabase Functions Client for PHP(WIP)
- Host: GitHub
- URL: https://github.com/j0/functions-php
- Owner: J0
- Archived: true
- Created: 2022-11-15T21:16:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T21:20:35.000Z (over 3 years ago)
- Last Synced: 2025-01-19T09:10:21.390Z (about 1 year ago)
- Topics: functions, php, serverless, supabase
- Language: PHP
- Homepage:
- Size: 232 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Supafunc
PHP client for [Supabase](https://supabase.io) Functions.(WIP) untested,do not use for now. Will edit and finalize very soon.
## Installation
Available via [Composer](https://getcomposer.org)
To install, add the following line to your `composer.json` file:
Add the follow line to your `composer.json` file:
```json
"supabase/functions" : "^0.0.1"
```
or run
```sh
composer require supabase/functions
```
Here's how you would initialize a client:
```php