PHPackages                             wescleylima/supabase-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. wescleylima/supabase-php

ActiveLibrary[API Development](/categories/api)

wescleylima/supabase-php
========================

Supabase integration SDK for PHP with optional Laravel support

00PHP

Since Jan 7Pushed 6mo agoCompare

[ Source](https://github.com/wescleylima/supabase-php)[ Packagist](https://packagist.org/packages/wescleylima/supabase-php)[ RSS](/packages/wescleylima-supabase-php/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

INSTALL
=======

[](#install)

> 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
======

[](#sample)

require 'vendor/autoload.php';

use Wescley\\Supabase;

push on github
==============

[](#push-on-github)

git tag v1.0.0

git push origin v1.0.0

copy url from github to packagist
=================================

[](#copy-url-from-github-to-packagist)

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance46

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/18682697?v=4)[Wescley Lima](/maintainers/wescleylima)[@wescleylima](https://github.com/wescleylima)

---

Top Contributors

[![wescleylima](https://avatars.githubusercontent.com/u/18682697?v=4)](https://github.com/wescleylima "wescleylima (18 commits)")

### Embed Badge

![Health badge](/badges/wescleylima-supabase-php/health.svg)

```
[![Health](https://phpackages.com/badges/wescleylima-supabase-php/health.svg)](https://phpackages.com/packages/wescleylima-supabase-php)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.5M7](/packages/exsyst-swagger)[lucasdotvin/laravel-soulbscription

A straightforward interface to handle subscriptions and features consumption.

709209.3k](/packages/lucasdotvin-laravel-soulbscription)[pimax/fb-messenger-php

Facebook Messenger Bot PHP API

313188.5k2](/packages/pimax-fb-messenger-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
