PHPackages                             presi/app-center-laravel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. presi/app-center-laravel

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

presi/app-center-laravel
========================

App Center Wrapper Laravel

v0.0.2(8y ago)29501MITPHPPHP &gt;=5.4.0

Since Mar 30Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Presii/app-center-laravel)[ Packagist](https://packagist.org/packages/presi/app-center-laravel)[ RSS](/packages/presi-app-center-laravel/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (4)Versions (4)Used By (0)

App Center API Wrapper for laravel
==================================

[](#app-center-api-wrapper-for-laravel)

Introduction
------------

[](#introduction)

This is a App Center wrapper library for Laravel. This packages is based on App Center API endpoints located at , 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.

Well, before install this packages, you should make and register an app at , then you will be create an api token with access like "Full Access" or "Read only" for your apps

Installation
------------

[](#installation)

You'll need to require the package with Composer:

```
composer require presi/app-center-laravel
```

Then discovery packages are done, from the command line again, run

```
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

Configuration
-------------

[](#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.

Usage
-----

[](#usage)

### Read Analytics Events on App

[](#read-analytics-events-on-app)

You can retrive data of events with this code

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

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

2

Last Release

2963d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/81af9af5cc9d414911ec5723ab9d1b64cce96063c363cd984cb39c81267043e9?d=identicon)[Presi](/maintainers/Presi)

---

Top Contributors

[![Presii](https://avatars.githubusercontent.com/u/10994084?v=4)](https://github.com/Presii "Presii (5 commits)")

---

Tags

laravelmicrosoftopen-apiapp center

### Embed Badge

![Health badge](/badges/presi-app-center-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/presi-app-center-laravel/health.svg)](https://phpackages.com/packages/presi-app-center-laravel)
```

###  Alternatives

[stevebauman/location

Retrieve a user's location by their IP Address

1.3k7.6M65](/packages/stevebauman-location)[nativephp/mobile

NativePHP for Mobile

82724.0k43](/packages/nativephp-mobile)[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

142146.8k](/packages/bensampo-laravel-embed)[glhd/conveyor-belt

14797.0k](/packages/glhd-conveyor-belt)[nutsweb/laravel-prerender

Laravel middleware for prerendering javascript-rendered pages on the fly for SEO

279165.5k1](/packages/nutsweb-laravel-prerender)[adrianorosa/laravel-geolocation

Laravel Geo Location package to get details for a given IP Address

6593.3k1](/packages/adrianorosa-laravel-geolocation)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
