rafaelwendel / phpsupabase

PHP Client to use Supabase
MIT License
187 stars 17 forks source link

Project References #1

Closed TheDevick closed 2 years ago

TheDevick commented 2 years ago

Project References

Where did you get the references to make the classes and functions? From the official JS repository? supabase.js

Or did you do it with your own ideas?

rafaelwendel commented 2 years ago

Hi DinosDev,

I implemented the functions mainly based on the "API Docs" session (app.supabase.io/project/{YOUR_APP_URLKEY}/api).

Rafael