PHPackages                             sushilk/supabase - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sushilk/supabase

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

sushilk/supabase
================

Supabase client for php

v0.0.2(1mo ago)20[6 PRs](https://github.com/codebysushil/supabase-php/pulls)MITPHPPHP ^8.4CI passing

Since May 16Pushed 2w agoCompare

[ Source](https://github.com/codebysushil/supabase-php)[ Packagist](https://packagist.org/packages/sushilk/supabase)[ GitHub Sponsors](https://github.com/CodeWithSushil)[ RSS](/packages/sushilk-supabase/feed)WikiDiscussions x.1 Synced today

READMEChangelog (2)Dependencies (11)Versions (13)Used By (0)

Supabase PHP Client
-------------------

[](#supabase-php-client)

[![Tests](https://github.com/codebysushil/supabase-php/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/codebysushil/supabase-php/actions/workflows/tests.yml)[![PHP](https://camo.githubusercontent.com/baf7b2825d4f061fa24feeac0a6a420d6ca290c128a917a82b44e94e962cc855/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e342532422d3737374242343f7374796c653d666f722d7468652d6261646765266c6f676f3d706870)](https://camo.githubusercontent.com/baf7b2825d4f061fa24feeac0a6a420d6ca290c128a917a82b44e94e962cc855/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e342532422d3737374242343f7374796c653d666f722d7468652d6261646765266c6f676f3d706870)[![Supabase](https://camo.githubusercontent.com/13893576a7036256c8db0bdd8a9bc30411c19ff00d94a46ae98c9ccc4e05c8e6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53757061626173652d506f737467726553514c2d3345434638453f7374796c653d666f722d7468652d6261646765266c6f676f3d7375706162617365)](https://camo.githubusercontent.com/13893576a7036256c8db0bdd8a9bc30411c19ff00d94a46ae98c9ccc4e05c8e6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53757061626173652d506f737467726553514c2d3345434638453f7374796c653d666f722d7468652d6261646765266c6f676f3d7375706162617365)

[![Latest Version](https://camo.githubusercontent.com/6df2c455230bf93e1d544e7f2e8edcaf5e9e062c21da82c1cf684165ea174d71/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73757368696c6b2f73757061626173652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sushilk/supabase)[![Total Downloads](https://camo.githubusercontent.com/07ba4c68bdf7f68ce4c4f41551548c3a7363e00ed336e7320032d8b45226fcaf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73757368696c6b2f73757061626173652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sushilk/supabase)[![License](https://camo.githubusercontent.com/e6850a11f561eb80065b8092ec515a11b9e3b58ad6b87c2391142c2e8e2f782f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f73757368696c6b2f73757061626173652e7376673f7374796c653d666c61742d737175617265)](LICENSE)

Modern, lightweight, fluent Supabase client for PHP.

---

### Features

[](#features)

- Fluent Query Builder
- Supabase REST API Support
- Async Requests with Guzzle
- Select, Insert, Update, Delete
- Filters &amp; Query Operators
- Authentication Support
- Typed PHP 8.4+ Codebase
- PSR Standards
- Promise-based Async Support
- Easy Integration with Laravel &amp; Vanilla PHP

---

### Installation

[](#installation)

Install via Composer:

```
composer require sushilk/supabase
```

---

### Quick start

[](#quick-start)

```
