chenkby / qetag
qetag
v1.0
2021-09-07 07:46 UTC
This package is auto-updated.
Last update: 2025-01-07 15:16:43 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); ?>