Download the PHP package supabase/gotrue-php without Composer
On this page you can find all versions of the php package supabase/gotrue-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download supabase/gotrue-php
More information about supabase/gotrue-php
Files in supabase/gotrue-php
Package gotrue-php
Short Description Supabase GoTrue for PHP
License
Homepage https://github.com/supabase-community/gotrue-php
Informations about the package gotrue-php
Supabase gotrue-php
PHP Client library to interact with Supabase GoTrue.
Note: This repository is in Alpha and is not ready for production usage. API's will change as it progresses to initial release.
TODO
- [ ] Support for PHP 7.4
- [ ] Running unit and integration tests together results in test failures
Quick Start Guide
Installing the module
Connecting to the gotrue backend
Examples
Examples directory
Testing
Setup the testing Env
For the REFERENCE_ID
Once signed on to the dashboard, navigate to, Project >> Project Settings >> General settings. Copy the Reference ID for use in the .env
.
For the API_KEY
Once signed on to the dashboard, navigate to, Project >> Project Settings >> API >> Project API keys. Choose either the anon
public
or the service_role
key.
Populate the tests/.env
to include REFERENCE_ID
and API_KEY
.
Running all tests
All versions of gotrue-php with dependencies
lcobucci/jwt Version 4.2
guzzlehttp/guzzle Version 7.5
vlucas/phpdotenv Version 5.5
cboden/ratchet Version 0.4.4