PHPackages                             app-insights-php/client - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. app-insights-php/client

AbandonedArchivedLibrary[Logging &amp; Monitoring](/categories/logging)

app-insights-php/client
=======================

Microsoft App Insights telemetry client php wrapper

0.3.0(3y ago)1509.0k↓42.2%13[3 issues](https://github.com/app-insights-php/client/issues)[1 PRs](https://github.com/app-insights-php/client/pulls)3MITPHPPHP ~8.1 || ~8.2

Since Feb 21Pushed 2y agoCompare

[ Source](https://github.com/app-insights-php/client)[ Packagist](https://packagist.org/packages/app-insights-php/client)[ GitHub Sponsors](https://github.com/norberttech)[ RSS](/packages/app-insights-php-client/feed)WikiDiscussions 1.x Synced 3d ago

READMEChangelog (10)Dependencies (6)Versions (22)Used By (3)

Microsoft App Insights PHP telemetry client wrapper
===================================================

[](#microsoft-app-insights-php-telemetry-client-wrapper)

This class wraps `microsoft/application-insights` package allowing to configure it according to the current needs.

It was created to simplify `app-insights-php/app-insights-php-bundle` implementation.

### Usage

[](#usage)

```
$client = new AppInsightsPHP\Client\Factory(
    'your_instrumentation_key',
    AppInsightsPHP\Client\Configuration::createDefault()
);

$client->trackMessage(...);
$client->trackRequest(...);
// ... all methods available by source package
```

### Limitations

[](#limitations)

Size of the telemetry is limited to [64 kilobytes](https://docs.microsoft.com/en-us/azure/azure-monitor/service-limits#application-insights). Before trying to send anything to AppInsights a telemetry is validated against that requirement. If it exceeds the limit exception is thrown. To avoid that exception you should first check if the given data are not too big. You can use `TelemetryData::exceededMaximumSize()` do it for you.

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

Community23

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~105 days

Recently: every ~133 days

Total

18

Last Release

893d ago

Major Versions

0.3.0 → 1.x-dev2024-01-23

PHP version history (6 changes)0.1.0PHP ^7.1

0.2.6PHP ^7.3 || ^8.0

0.2.7PHP ^7.3 || ~8.0 || ~8.1

0.2.9PHP ^7.4 || ~8.0 || ~8.1

0.2.12PHP ^7.4 || ^8.0

0.3.0PHP ~8.1 || ~8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/52325810?v=4)[norbert-tech](/maintainers/norbert-tech)[@norbert-tech](https://github.com/norbert-tech)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (68 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (22 commits)")[![norberttech](https://avatars.githubusercontent.com/u/1921950?v=4)](https://github.com/norberttech "norberttech (21 commits)")[![tomaszhanc](https://avatars.githubusercontent.com/u/7013293?v=4)](https://github.com/tomaszhanc "tomaszhanc (17 commits)")[![aeon-automation](https://avatars.githubusercontent.com/u/77585774?v=4)](https://github.com/aeon-automation "aeon-automation (16 commits)")[![mikolajfilipiak](https://avatars.githubusercontent.com/u/40394783?v=4)](https://github.com/mikolajfilipiak "mikolajfilipiak (2 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (1 commits)")[![TylerFiekens](https://avatars.githubusercontent.com/u/30887168?v=4)](https://github.com/TylerFiekens "TylerFiekens (1 commits)")[![wojtekzymonik](https://avatars.githubusercontent.com/u/82376613?v=4)](https://github.com/wojtekzymonik "wojtekzymonik (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/app-insights-php-client/health.svg)

```
[![Health](https://phpackages.com/badges/app-insights-php-client/health.svg)](https://phpackages.com/packages/app-insights-php-client)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[nutgram/nutgram

The Telegram bot library that doesn't drive you nuts

737290.3k8](/packages/nutgram-nutgram)

PHPackages © 2026

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