PHPackages                             chq81/elastic-apm-bundle - 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. chq81/elastic-apm-bundle

ActiveSymfony-bundle[Logging &amp; Monitoring](/categories/logging)

chq81/elastic-apm-bundle
========================

Elastic APM bundle

v1.1.0(4y ago)07.4k—0%MITPHPPHP ^7.1 || ^8.0

Since Jun 20Pushed 4y agoCompare

[ Source](https://github.com/chq81/elastic-apm-bundle)[ Packagist](https://packagist.org/packages/chq81/elastic-apm-bundle)[ RSS](/packages/chq81-elastic-apm-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (6)Versions (12)Used By (0)

Symfony Elastic APM Bundle
==========================

[](#symfony-elastic-apm-bundle)

This package is a continuation of the excellent work done by [goksagun](https://github.com/goksagun) at [goksagun/elastic-apm-bundle](https://github.com/goksagun/elastic-apm-bundle).

Installation
============

[](#installation)

Applications that use Symfony Flex
----------------------------------

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
$ composer require chq81/elastic-apm-bundle
```

Applications that don't use Symfony Flex
----------------------------------------

[](#applications-that-dont-use-symfony-flex)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require chq81/elastic-apm-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
