Skip to content

falcolee/baasbox-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

baasbox-php

A simple PHP client for Baasbox. Inspired by hook-php.

Usage


<?php
$box = Baasbox\Client::configure(array(
  'app_id' => 1234567890,
  'endpoint' => 'http://www.test.com:9000/',
  'authorization'=>'fdc:123456'	
));

$box->collection('scores')->create(array(
  'name' => 'Endel',
  'score' => 7
));

$list = $box->collection('scores')->get();

About

A simple PHP client for baasbox http://www.baasbox.com/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages