Skip to content

Releases: codebysushil/supabase-php

v0.0.2

16 May 07:39

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.0.2

v0.0.1

16 May 06:57
767ce9d

Choose a tag to compare

What's new

  • Full supported CRUD opretion with Fluent API style (Chaining method)
  • create both synchronous and asynchronous HTTP request and response with GuzzleHttp.
  • Built-in Query builder support and Others queries also coming soon.
  • Available queries is:
    FROM,
    SELECT,
    WHERE,
    GET,
    UPDATE,
    GET, and INSERT.

Full Changelog: https://github.com/codebysushil/supabase-php/commits/v0.0.1