I want to get video format information. So I searched web and found getID3.
I copyed getid3.php and etc. I registered file getid3.php.
And I set loader.php. then I call new getID3. But It's not working...
Please, Help me...
app/config/loader.php
$loader->registerFiles([
$config->application->libraryDir . "simplehtmldom/simple_html_dom.php",
$config->application->libraryDir . "getid3/getid3.php"
]);
app/controllers/IndexController.php
$getID3 = new \getID3;
error output
Uncaught Error: Class 'getID3' not found in /var/www/html/openmarket/app/app/controllers/IndexController.php:26