sxtbox/vudeo_api_wrapper

Vudeo.Net Vudeo.io API Wrapper

dev-Albdroid 2022-06-18 14:04 UTC

This package is auto-updated.

Last update: 2025-06-18 20:40:09 UTC


README

Vudeo.Net Vudeo.io API Wrapper

get your own api key from https://vudeo.io/?op=my_account
input in test.php -> ("ENTER_API_KEY_HERE")
or if you want to set api in /src/Api.php
go te these lines
private $api_key; <- CLOSE THIS LINE
//private $api_key = "ENTER_API_KEY_HERE"; <- OPEN THIS
if active api in /src/Api.php
from test.php close this line // $api->set_api_key("ENTER_API_KEY_HERE");