linkorb/upr-client

Upr Client Library

v1.0.5 2023-06-04 12:07 UTC

This package is auto-updated.

Last update: 2024-04-04 13:51:16 UTC


README

Upr Client Library

Config

# run comand to create file
cp .env.dist .env # Create config file from template/.dist file
edit .env # Edit configuration settings etc.

Use

<?php

$upr = Upr\Client\Client::createFromEnv();
$data = $upr->getFileMetadata('Dhk3ckjh2X'); //pass hash key and get metadata.