Download the PHP package supabase/storage-php without Composer
On this page you can find all versions of the php package supabase/storage-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download supabase/storage-php
More information about supabase/storage-php
Files in supabase/storage-php
Package storage-php
Short Description Supabase Storage for PHP
License
Homepage https://github.com/supabase-community/storage-php
Informations about the package storage-php
Supabase storage-php
PHP Client library to interact with Supabase Storage.
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
- [ ] Adjust response interface to be closer to
postgrest-php
so manual parsing of response payloads is not needed - [ ] Running unit and integration tests together results in test failures
Quick Start Guide
Installing the module
Connecting to the storage backend
Examples
@TODO - point to the 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 storage-php with dependencies
vlucas/phpdotenv Version 5.5
bayfrontmedia/php-mime-types Version ^2.0
league/uri Version ^6.0