Athlon1600 / youtube-downloader

:tv: PHP based alternative to youtube-dl and yt-dlp. Active and frequently updated! :star:
https://unblockvideos.com/
MIT License
805 stars 316 forks source link

Put composer files in README. #148

Closed DarrylMcoder closed 2 years ago

DarrylMcoder commented 3 years ago

I currently have my own copy of your library deployed to Heroku, but this has its disadvantages because I have to update any changes manually. I also don't have a device capable of running composer, being an amateur who codes on his phone. So could you provide the composer.json and composer.lock files necessary to require your library in the README of your repo (or anywhere else for that matter). It would be great for beginners like me. Thanks

Athlon1600 commented 3 years ago

Those files are already inside the repo though?

DarrylMcoder commented 3 years ago

Yes those are there. But I want something different. Maybe I'm mixed up and it doesn't make sense. I want to use your library without having its code all in my own repo. Rather I want to require it via composer. Just like your library in turn requires athlon1600/php-curl-file-downloader. Heroku needs those composer files and I currently have no way to generate them (Except maybe manually lol). Sorry if my issue doesn't make sense.