ktamas77 / firebase-php

Firebase PHP Client
791 stars 215 forks source link

Requirements? #95

Open SmileSoftSr opened 4 years ago

SmileSoftSr commented 4 years ago

Are requirements available anywhere? By requirements, I mean:

dsentker commented 1 year ago

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.