chenkby/qetag

v1.0 2021-09-07 07:46 UTC

This package is auto-updated.

Last update: 2024-05-07 13:50:42 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);
?>