richdynamix / laravel-firebase
A simple Laravel Wrapper for the Firebase PHP SDK
Requires
- php: ^7.1
- illuminate/support: 5.8.*
- kreait/firebase-php: ~4.0
Requires (Dev)
- orchestra/testbench: 3.8.*
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2024-10-29 05:59:52 UTC
README
At present the package provides no more than a convenient wrapper to the kreait/firebase-php package for interacting with Firebase Realtime Database.
Warning: Package is currently in development. Not to be used in production
Installation
You can install the package via composer:
composer require richdynamix/laravel-firebase
Usage
use Richdynamix\LaravelFirebase\Firebase; $firebase = Firebase::getDatabase();
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email steven@richdynamix.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.