Download the PHP package app-insights-php/app-insights-php-bundle without Composer
On this page you can find all versions of the php package app-insights-php/app-insights-php-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download app-insights-php/app-insights-php-bundle
More information about app-insights-php/app-insights-php-bundle
Files in app-insights-php/app-insights-php-bundle
Package app-insights-php-bundle
Short Description Microsoft App Insights Symfony bundle
License MIT
Informations about the package app-insights-php-bundle
AppInsightsPHPBundle
The AppInsightsPHPBundle brings support for Microsoft Application Insights into Symfony 3.4+ applications. It's a profiler you can use on production to track everything that is important for you and your system.
Microsoft App Insights allows you to track on production following metrics
- Traces (Logs with different verbosity level)
- Requests (http requests served by your app)
- Custom Events (web/cli/javascript)
- Dependencies (SQL, Elasticsearch, Redis - any 3rd party service/system/api)
- Exceptions (web/cli/javascript)
- PageViews (javascript)
Query logs, visualize metrics and pin them to Azure Portal Dashboard, create alerts from metrics & health checks
All you need to do is register free Microsoft Azure Account, setup new App Insights Instance and install this bundle in you symfony app.
This bundle integrates app insights with all important libraries used by most of Symfony based applications.
- Monolog Handler (Trace)
- Doctrine Logger (Dependency)
- Symfony HTTP (Request)
- Symfony Exception (Exceptions)
Microsoft App Insights is perfect for small teams that can't afford expensive monitoring tools or don't have enough resources to install, configure and maintain powerful open source alternatives.
If you are looking for a SAAS alternative to:
- Graylog / Kibana
- Zabbix
- Grafana
- New Relic / Datadog / etc
- Google Analytics
With 90 days data retention period for ~2.5EUR per GB Pricing First 5GB are free for 31 days.. Microsoft App Insights is exactly what you need.
This bundle simplifies App Insights integration with your new or existing project.
Documentation
The source of the documentation is stored in the Resources/doc/
folder
in this bundle, and available on symfony.com:
Read the Documentation for master
Installation
All the installation instructions are located in the documentation.
License
This bundle is under the MIT license. See the complete license in the bundle
All versions of app-insights-php-bundle with dependencies
app-insights-php/monolog-handler Version ^0.3
app-insights-php/client Version ^0.3
symfony/framework-bundle Version ~3.4||~4.4||~5.4||~6
guzzlehttp/guzzle Version ^7.4
twig/twig Version ^1.2|^2|^3