Simple video parser, that can parse information form YouTube.
PHP >= 7.1
You can get this project using git and composer:
git clone https://github.com/NBComrade/video-parser.git
composer install
Than run a php server :
$ cd public/
$ php -S localhost:8080
Go to the browser and open localhost:8080.
All contents of this package are licensed under the [MIT license].