wescleylima/supabase-php

Supabase integration SDK for PHP with optional Laravel support

Maintainers

Package info

github.com/wescleylima/supabase-php

pkg:composer/wescleylima/supabase-php

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-01-07 00:50 UTC

This package is auto-updated.

Last update: 2026-03-01 15:02:50 UTC


README

composer require wescleylima/supabase-php

Para que sua lib funcione, adicione os dados no config/services.php

'supabase' => [
    'url' => env('SUPABASE_URL'),
    'key' => env('SUPABASE_ANON_KEY'), // Use a Anon Key para Auth
],

SAMPLE

require 'vendor/autoload.php';

use Wescley\Supabase;

push on github

git tag v1.0.0

git push origin v1.0.0

copy url from github to packagist

https://github.com/wescleylima/supabase-php.git

https://packagist.org/