Download the PHP package h3r2on/acs without Composer
On this page you can find all versions of the php package h3r2on/acs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor h3r2on
Package acs
Short Description A package for inteacting with Appcelerator Cloud Services
License MIT
Homepage http://h3r2on.com/laravel-acs
Package acs
Short Description A package for inteacting with Appcelerator Cloud Services
License MIT
Homepage http://h3r2on.com/laravel-acs
Please rate this library. Is it a good library?
Informations about the package acs
laravel-acs
A package to interface with Appcelerator Cloud Services
Installation
To install the following to your composer.json
"h3r2on/acs" : "dev-master"
Add the service provider and alias to app/config/app.php:
'H3r2on\Acs\AcsServiceProvider',
'Acs' => 'H3r2on\Acs\Facades\Acs',
To publish the configuration file you'll have to:
artisan config:publish h3r2on/acs
Basic Usage
In your contoller or route:
$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.
TODO: Complete usage
All versions of acs with dependencies
PHP Build Version
Package Version
The package h3r2on/acs contains the following files
Loading the files please wait ...