https://github.com/linkorb/upr-client
Upr Client Library
https://github.com/linkorb/upr-client
Last synced: 11 months ago
JSON representation
Upr Client Library
- Host: GitHub
- URL: https://github.com/linkorb/upr-client
- Owner: linkorb
- License: mit
- Created: 2019-12-25T14:19:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-04T12:09:11.000Z (about 3 years ago)
- Last Synced: 2025-06-11T11:26:53.581Z (about 1 year ago)
- Language: PHP
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# upr-client
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
getFileMetadata('Dhk3ckjh2X'); //pass hash key and get metadata.
```