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. [API Development](/categories/api)
4. /
5. bilalbaraz/supabase-laravel

ActiveLibrary[API Development](/categories/api)

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

Wrapper for Supabase

0.1.2(2y ago)3731[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 3w 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

22

—

LowBetter than 21% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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

1049d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5327866?v=4)[Bilal BARAZ](/maintainers/bilalbaraz)[@bilalbaraz](https://github.com/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

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.3M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1772.4k4](/packages/aimeos-prisma)

PHPackages © 2026

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