hostlink/hostlink-storage-adapter

1.0.3 2021-12-13 09:40 UTC

This package is auto-updated.

Last update: 2024-04-11 09:11:17 UTC


README

use HL\Storage\Adapter;
use League\Flysystem\Filesystem;

require_once("vendor/autoload.php");

$key = "token from hostlink";
$adapter = new Adapter($key, "https://storage.hostlink.com.hk");

$fs = new Filesystem($adapter);
//....