2017 © Pedro Peláez
 

library acs

A package for inteacting with Appcelerator Cloud Services

image

h3r2on/acs

A package for inteacting with Appcelerator Cloud Services

  • Friday, November 21, 2014
  • by h3r2on
  • Repository
  • 1 Watchers
  • 1 Stars
  • 35 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

laravel-acs

Build Status, (*1)

A package to interface with Appcelerator Cloud Services, (*2)

Installation

To install the following to your composer.json, (*3)

"h3r2on/acs" : "dev-master"

Add the service provider and alias to app/config/app.php:, (*4)

'H3r2on\Acs\AcsServiceProvider',

'Acs' => 'H3r2on\Acs\Facades\Acs',

To publish the configuration file you'll have to:, (*5)

artisan config:publish h3r2on/acs, (*6)

Basic Usage

In your contoller or route:, (*7)

$result = Acs::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., (*8)

TODO: Complete usage, (*9)

The Versions

21/11 2014

dev-master

9999999-dev http://h3r2on.com/laravel-acs

A package for inteacting with Appcelerator Cloud Services

  Sources   Download

MIT

The Requires

 

The Development Requires

titanium acs appcelerator

06/08 2014

1.0.0-beta

1.0.0.0-beta http://h3r2on.com/laravel-acs

A package for inteacting with Appcelerator Cloud Services

  Sources   Download

MIT

The Requires

 

The Development Requires

titanium acs appcelerator

30/07 2014

1.0.0-alpha

1.0.0.0-alpha http://h3r2on.com/laravel-acs

A package for inteacting with Appcelerator Cloud Services

  Sources   Download

MIT

The Requires

 

titanium acs appcelerator