laravel-firebase maintained by richdynamix
Description
A simple Laravel Wrapper for the Firebase PHP SDK
Author
Last update
2019/06/03 19:23
(dev-master)
License
Downloads
33
Laravel-Firebase
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.