linkorb / upr-client
Upr Client Library
Installs: 1 055
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 0
Requires
- guzzlehttp/guzzle: ^6.5
- psr/simple-cache: ^1.0
- symfony/cache: ^6.0|^5.0|^4.3
Requires (Dev)
- linkorb/envoi: ^1.0
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.