linkorb/upr-client

Upr Client Library

Maintainers

Package info

github.com/linkorb/upr-client

pkg:composer/linkorb/upr-client

Statistics

Installs: 1 160

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-04 18:17:30 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.