2017 © Pedro Peláez
 

library app-center-laravel

App Center Wrapper Laravel

image

presi/app-center-laravel

App Center Wrapper Laravel

  • Wednesday, May 2, 2018
  • by Presi
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 30 % Grown

The README.md

App Center API Wrapper for laravel

Introduction

This is a App Center wrapper library for Laravel. This packages is based on App Center API endpoints located at https://openapi.appcenter.ms, the main intention for this package is for simplified the consume and comunication with tools more used on dev mobile enviroment. You can set a configuration of your product and make calls to methods that envolving parameters and requirements for whole endpoints., (*1)

Well, before install this packages, you should make and register an app at https://appcenter.ms/, then you will be create an api token with access like "Full Access" or "Read only" for your apps, (*2)

Installation

You'll need to require the package with Composer:, (*3)

composer require presi/app-center-laravel

Then discovery packages are done, from the command line again, run, (*4)

php artisan vendor:publish --provider="Presi\AppCenter\AppCenterServiceProvider"

to publish the default configuration file. This will publish a configuration file named appcenter.php which includes your Api token and owner name, (*5)

Configuration

For complete setup you need to fill in appcenter.php file that is found in your applications config directory. owner_name is your Username and api_token which is located at settings account., (*6)

Usage

Read Analytics Events on App

You can retrive data of events with this code, (*7)

$events = AppCenter::readEvents({{app-name}},\Carbon\Carbon::now()->subDays(7));

The Versions

02/05 2018

dev-dev

dev-dev

App Center Wrapper Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jonathan Presidente

laravel microsoft open api app center

02/05 2018

dev-master

9999999-dev

App Center Wrapper Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jonathan Presidente

laravel microsoft open api app center

02/04 2018

v0.0.2

0.0.2.0

App Center Wrapper Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jonathan Presidente

laravel microsoft open api app center

30/03 2018

v0.0.1

0.0.1.0

App Center Wrapper Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jonathan Presidente

laravel microsoft open api app center