linkorb/upr-client

Upr Client Library

Installs: 1 097

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

pkg:composer/linkorb/upr-client

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

This package is auto-updated.

Last update: 2025-10-04 17:23:53 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.