castro732/laravel-firebase-synchronization 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

castro732/laravel-firebase-synchronization

Composer 安装命令:

composer require castro732/laravel-firebase-synchronization

包简介

Synchronize your Eloquent models with a Firebase realtime database.

README 文档

README

Synchronize your Eloquent models with the Firebase Realtime Database

image image

Contents

Installation

In order to add Laravel Firebase Sync to your project, just add

"castro732/laravel-firebase-synchronization": "~2.0"

to your composer.json. Then run composer install or composer update.

Or run composer require castro732/laravel-firebase-synchronization if you prefer that.

Usage

Configuration

This package requires you to add the following section to your .env file:

# Firebase
FIREBASE_API_KEY="YOUR_API_KEY"
FIREBASE_DATABASE_URL="https://domain.firebaseio.com"
FIREBASE_JSON_DIR="/your-app-firebase.json"

You can get the json from your Firebase Console > Settings > Firebase Admin SDK and click Generate New Private Key.

Note: This package only requires the configuration keys database_url and secret. The other keys are only necessary if you want to also use the firebase JS API.

Synchronizing models

To synchronize your Eloquent models with the Firebase realtime database, simply let the models that you want to synchronize with Firebase use the Mpociot\Firebase\SyncsWithFirebase trait.

use Castro732\Firebase\SyncsWithFirebase;

class User extends Model {

    use SyncsWithFirebase;

}

The data that will be synchronized is the array representation of your model. That means that you can modify the data using the existing Eloquent model attributes like visible, hidden or appends.

If you need more control over the data that gets synchronized with Firebase, you can override the getFirebaseSyncData of the SyncsWithFirebase trait and let it return the array data you want to send to Firebase.

Known Issues

  • Tests are not working right now

License

Laravel Firebase Sync is free software distributed under the terms of the MIT license. Based on the work of Marcel Pociot

统计信息

  • 总下载量: 29
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 69
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-11-28

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固