An open API service indexing awesome lists of open source software.

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

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.
```