Skip to content

HostLink/hostlink-storage-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Config

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);
//....

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages