kreait / firebase-tokens-php

A PHP library to work with Firebase tokens
MIT License
223 stars 33 forks source link

Do you really need to force developers to install Composer? #11

Closed andreszs closed 6 years ago

andreszs commented 6 years ago

Is it so hard to typeinclude('domain/generator.php') and so on to include the required files, that you force developers to install the Composer extension to save a few bytes?

Honestly I never understood that policy of adding unnecessary extensions that only create problems when trying to setup a new server or migrate an existing one. Please reconsider it in your future projects if you want to make them ready to use without headaches and complications for fellow developers, thanks.

jeromegamez commented 6 years ago

Considering that you are using Composer and npm in your own GitHub projects, I am sure I don't have to explain the benefits of dependency management tools to you.

However, as this library is open source and has a permissive license, feel free to fork or copy it and change it to your likings.