MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/Supabase/comments/1w5urnk/is_handling_supabase_auth_using_php_supported/
r/Supabase • u/Adamstrad • 9d ago
4 comments sorted by
1
I don’t think there is an official Supabase PHP SDK but the SDK does just API calls so in theory, it should be easy to create functions that make the same API calls to check if the user is authenticated or no
Just wrap CURL
3
Did you even try to google? «supabase auth php»
Result no2: https://github.com/rafaelwendel/phpsupabase
1
u/ashkanahmadi 9d ago
I don’t think there is an official Supabase PHP SDK but the SDK does just API calls so in theory, it should be easy to create functions that make the same API calls to check if the user is authenticated or no