PHPackages                             bilalbaraz/supabase-laravel - 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. bilalbaraz/supabase-laravel

ActiveLibrary

bilalbaraz/supabase-laravel
===========================

Wrapper for Supabase

0.1.2(2y ago)3715↓100%[1 issues](https://github.com/bilalbaraz/supabase-laravel/issues)MITPHPPHP ^8.0

Since Aug 13Pushed 2y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

[![](https://user-images.githubusercontent.com/8291514/213727234-cda046d6-28c6-491a-b284-b86c5cede25d.png#gh-light-mode-only)](https://user-images.githubusercontent.com/8291514/213727234-cda046d6-28c6-491a-b284-b86c5cede25d.png#gh-light-mode-only)[![](https://user-images.githubusercontent.com/8291514/213727225-56186826-bee8-43b5-9b15-86e839d89393.png#gh-dark-mode-only)](https://user-images.githubusercontent.com/8291514/213727225-56186826-bee8-43b5-9b15-86e839d89393.png#gh-dark-mode-only)

[![License](https://camo.githubusercontent.com/c9701d5cbd955be2f1da303b7182a2a651406969b2bac9e37f18db925b56ff14/687474703a2f2f706f7365722e707567782e6f72672f62696c616c626172617a2f73757061626173652d6c61726176656c2f6c6963656e7365)](https://packagist.org/packages/bilalbaraz/supabase-laravel)

---

Supabase Laravel
================

[](#supabase-laravel)

Laravel SDK for [Supabase](https://supabase.com).

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require bilalbaraz/supabase-laravel
```

Configure
---------

[](#configure)

You can publish configuration file with:

```
php artisan vendor:publish --tag=supabase-config
```

It creates the config file (config/supabase.php). You need to put credentials by using the followings.

```
SUPABASE_URL=
SUPABASE_ANON_KEY=
```

Usage
-----

[](#usage)

```
use Bilalbaraz\SupabaseLaravel\Database;

$database->select('yourTableName', '*');
$database->insert(
    'yourTableName',
    [
        ['column1' => 'value1', 'column2' => 'value2']
    ]
);
$database->delete(
    'yourTableName',
    [
        ['column1' => ['eq' => 'someValue']]
    ]
);
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Credits
-------

[](#credits)

- [Bilal Baraz](https://github.com/bilalbaraz)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

1003d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c1b5f661a69b733aad560245c9821587b037600de301cdce1a5248f8f764d5f4?d=identicon)[bilalbaraz](/maintainers/bilalbaraz)

---

Top Contributors

[![bilalbaraz](https://avatars.githubusercontent.com/u/5327866?v=4)](https://github.com/bilalbaraz "bilalbaraz (3 commits)")

### Embed Badge

![Health badge](/badges/bilalbaraz-supabase-laravel/health.svg)

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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