richdynamix/laravel-firebase

A simple Laravel Wrapper for the Firebase PHP SDK

dev-master 2019-06-03 17:23 UTC

This package is auto-updated.

Last update: 2024-03-29 04:11:22 UTC


README

Latest Version on Packagist Build Status Quality Score Total Downloads

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.