# baasbox-php **Repository Path**: wehavefalse/baasbox-php ## Basic Information - **Project Name**: baasbox-php - **Description**: A simple PHP client for baasbox http://www.baasbox.com/ - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-04-27 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # baasbox-php A simple PHP client for [Baasbox](https://github.com/baasbox/baasbox). Inspired by [hook-php](https://github.com/doubleleft/hook-php). # Usage --- ```php 1234567890, 'endpoint' => 'http://www.test.com:9000/', 'authorization'=>'fdc:123456' )); $box->collection('scores')->create(array( 'name' => 'Endel', 'score' => 7 )); $list = $box->collection('scores')->get(); ```