Skip to content

macctew/fuelphp-firebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

fuelphp-firebase

A Firebase client module for FuelPHP

Based on the work of firebase-php by @ktamas77

##firebase-php

Based on Firebase REST API: https://www.firebase.com/docs/rest-api.html

Base library: @ktamas77 Token auth: @craigrusso Update & Push method: @mintao

##FuelPHP

Description

FuelPHP is a fast, lightweight PHP 5.3 framework. In an age where frameworks are a dime a dozen, We believe that FuelPHP will stand out in the crowd. It will do this by combining all the things you love about the great frameworks out there, while getting rid of the bad.

##Installation

Copy to /app/modules/

Optionally enable in config.php: 'always_load' > 'modules'

Edit /firebase/config/firebase.php and add your firebaseio.com base url

Requires: php_curl

##Usage

Routable via:

http://<project>/firebase/<action>/[<firebase_object>]

Omitting "action" defaults to GET

Actions are: [set, get, push, update, delete]

Via HMVC:

$firebase = Request::forge('firebase/<action>/[<firebase_object>]/')->execute(
    array(
        array(
            'tree' => 'apple',
            'hello' => 'world'
        ),
    ))->response();

About

Firebase client module for FuelPHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages