hostlink/hostlink-storage-adapter
A flysystem adapter
Maintainers
Package info
github.com/HostLink/hostlink-storage-adapter
pkg:composer/hostlink/hostlink-storage-adapter
1.0.3
2021-12-13 09:40 UTC
Requires
- guzzlehttp/guzzle: ^7.4
- symfony/polyfill-php80: ^1.23
Requires (Dev)
- league/flysystem: ^2.3
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 0f9a36580053cd382b98519d4315eef1a2c48b89
- Raymond Chong <mathsgod.woop@yahoo.com>
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); //....
