Skip to content

pburel/arrowdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel-arrowdb

Build Status

A package to interface with ArrowDB - Appcelerator Cloud Services (ACS)

Installation

To install the following to your composer.json

"claymm/laravel-arrowdb" : "~1.0"

Add the service provider and alias to app/config/app.php:

'Claymm\ArrowDB\ArrowDBServiceProvider',

'ArrowDB' => 'Claymm\ArrowDB\Facades\ArrowDB',

To publish the configuration file you'll have to run:

$ php artisan vendor:publish --provider="Claymm\ArrowDB\ArrowDBServiceProvider"

Basic Usage

In your contoller or route:

$result = ArrowDB::get('user/search.json');

//do something with the returned object

Using Authenticated API's or as an Authentication provider for ACS Users

To use API's that require user authentication you will need to use a third party authentication provider. I've chosen Sentry, if you'd like to use this and use a different Auth manager create a issue.

Contributions

This is a fork from h3r2on/laravel-acs which is getting pretty old now and outdated so thanks to h3r2on.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages