Download the PHP package jasonchiucc/jcfirebase-php without Composer
On this page you can find all versions of the php package jasonchiucc/jcfirebase-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jasonchiucc/jcfirebase-php
More information about jasonchiucc/jcfirebase-php
Files in jasonchiucc/jcfirebase-php
Package jcfirebase-php
Short Description For firebase realtime db REST API
License MIT
Informations about the package jcfirebase-php
Introduction
JCFirebase-PHP is a library written by PHP ,it wrapper Firebase Realtime Database REST API
You can easily use this library to control Firebase Realtime Database
For example save data、update data、delete data or get data.
If you have any problem when using this library,please free feel to ask me.
Installation
For convin,this library use Composer to install for convenience.
Usag
Before use this library, please change your Firebase database rule like below
Enter Firebase console > ProjectName > Database > Rules
More database rules setting please reference here
『Initialization』
Enter Firebase console > ProjectName > Add Firebase to your application
『Basic Operations』
Set
example,you can see the result
Set
example,see the result
Update
example,see the result
Update
example,see the result
Push
example,see the result
Remove
example,see the result
Set Server Values
example,see the result
Filtering Data
example,see the result
Other setting you can reference here