ktamas77/firebase-php

Requirements?

SmileSoftSr opened this issue · 1 comments

Are requirements available anywhere? By requirements, I mean:

  • minimal PHP version
  • can it work without Composer
  • can it work on a shared hosting
  • is HTTPS mandatory

I can't say anything about the minimal PHP version, it runs perfectly on 7.3. According to the readme it says: "For PHP 5 use v2.2.4" so I think it is highly backwards compatible. Shared hosting works because there are no other dependencies.

HTTPS is irrelevant.

In theory, everything is possible without Composer, but it is very time-consuming to "manually" integrate (autoload) all the components used here.