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 2w 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 46% 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

3056d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/309877?v=4)[Presi](/maintainers/Presi)[@presi](https://github.com/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

[spatie/laravel-export

Create a static site bundle from a Laravel app

679153.2k7](/packages/spatie-laravel-export)[craftcms/cms

Craft CMS

3.6k3.7M3.4k](/packages/craftcms-cms)[moonshine/moonshine

Laravel administration panel

1.3k268.2k88](/packages/moonshine-moonshine)[nativephp/mobile

NativePHP for Mobile

1.1k102.1k138](/packages/nativephp-mobile)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5226.7k](/packages/simplestats-io-laravel-client)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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