chenkby / qetag
qetag
v1.0
2021-09-07 07:46 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-07 18:54:30 UTC
README
qiniu etag
Installation
The preferred way to install this extension is through composer.
Either run
php composer require chenkby/qetag
or add
"chenkby/qetag": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?php $key = \chenkby\qetag\QEtag::getEtag($filename); ?>