An open API service indexing awesome lists of open source software.

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)

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