morrislaptop / firestore-php

Firestore SDK for PHP without gRPC
MIT License
67 stars 31 forks source link

Drop reliance on `kreait/laravel-firebase` #28

Closed tormjens closed 2 years ago

tormjens commented 2 years ago

Previously this package relied on some hacky measures in order to extend the kreait/laravel-firebase package, but due to a recent change in a structure of the underlying kreait/firebase-php package and the need for this package to support Laravel 9 and onwards, the package was completely rewritten using Google's office PHP API wrapper.