hostlink/hostlink-storage-adapter

A flysystem adapter

Maintainers

👁 mathsgod

Package info

github.com/HostLink/hostlink-storage-adapter

pkg:composer/hostlink/hostlink-storage-adapter

Statistics

Installs: 103

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.3 2021-12-13 09:40 UTC

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 0f9a36580053cd382b98519d4315eef1a2c48b89

  • Raymond Chong <mathsgod.woop@yahoo.com>

This package is auto-updated.

Last update: 2026-06-11 13:59:25 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);
//....