PHPackages                             appaydin/pd-activity - 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. appaydin/pd-activity

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

appaydin/pd-activity
====================

Symfony Activity Log Bundle

1.0.04(4y ago)199511MITPHPPHP &gt;=8.0.0

Since May 9Pushed 4y ago1 watchersCompare

[ Source](https://github.com/cesurapp/pd-activity)[ Packagist](https://packagist.org/packages/appaydin/pd-activity)[ Docs](https://github.com/appaydin/pd-activity)[ RSS](/packages/appaydin-pd-activity/feed)WikiDiscussions main Synced today

READMEChangelog (5)Dependencies (2)Versions (6)Used By (1)

pdActivity Bundle
=================

[](#pdactivity-bundle)

Symfony 5 logs HTTP and Mail.

[![Packagist](https://camo.githubusercontent.com/14847a3067d1e713e583193869e92b7ce92268a34277926bd7cb96de948655cf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f617070617964696e2f70642d61637469766974792e737667)](https://github.com/appaydin/pd-activity)[![Github Release](https://camo.githubusercontent.com/ebe4f95e34e8cf9f5f2edfe15527c7345d403b66ef6e01be5f8008620ab6f022/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f617070617964696e2f70642d61637469766974792e737667)](https://github.com/appaydin/pd-activity)[![license](https://camo.githubusercontent.com/097776d3ddf47e1685ff6de393f5c1cc2b289acd58219dc104b95060dcc80036/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f617070617964696e2f70642d61637469766974792e737667)](https://github.com/appaydin/pd-activity)[![PHP from Packagist](https://camo.githubusercontent.com/589d65a6b430c8dd4edabc623dcc1397a9ed7ae5772df2cb472c9dfc5fdb0111/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f617070617964696e2f70642d61637469766974792e737667)](https://github.com/appaydin/pd-activity)

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

[](#installation)

#### 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 appaydin/pd-activity
```

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)

With Symfony 5, the package will be activated automatically. But if something goes wrong, you can install it manually.

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

```
