PHPackages                             aimeos/ai-monolog - 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. aimeos/ai-monolog

ActiveAimeos-extension[Logging &amp; Monitoring](/categories/logging)

aimeos/ai-monolog
=================

Monolog adapter for Aimeos e-commerce solutions

2025.10.1(7mo ago)918.1k↑600%13LGPL-3.0-or-laterPHPPHP ^8.0.11

Since Mar 11Pushed 3mo ago3 watchersCompare

[ Source](https://github.com/aimeos/ai-monolog)[ Packagist](https://packagist.org/packages/aimeos/ai-monolog)[ Docs](https://aimeos.org/)[ RSS](/packages/aimeos-ai-monolog/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (97)Used By (3)

[ ![Aimeos logo](https://camo.githubusercontent.com/e55b7a8426f14ba6040d604746b03b7e096af41ede8fead0ea817cbb8d60f998/68747470733a2f2f61696d656f732e6f72672f66696c6561646d696e2f74656d706c6174652f69636f6e732f6c6f676f2e706e67 "Aimeos")](https://aimeos.org/)Aimeos Monolog adapter
======================

[](#aimeos-monolog-adapter)

[![Build Status](https://camo.githubusercontent.com/2b660d814bdd4b8150690f71dc940cbaa7a5fc9bd8569780ec3ef29314bce7b0/68747470733a2f2f636972636c6563692e636f6d2f67682f61696d656f732f61692d6d6f6e6f6c6f672e7376673f7374796c653d736869656c64)](https://circleci.com/gh/aimeos/ai-monolog)[![Coverage Status](https://camo.githubusercontent.com/42f82587442524eb595a70b0ae4440ba5777a71044040b0fb7ad90561d361548/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f61696d656f732f61692d6d6f6e6f6c6f672f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/r/aimeos/ai-monolog?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/a1f18f2dee069dea18473055a42f49098282365b49330e8205039697a54bd956/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f61696d656f732f61692d6d6f6e6f6c6f672f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/aimeos/ai-monolog/?branch=master)[![License](https://camo.githubusercontent.com/c370b9210b7f4e6bf10c5b4265a6917b920f6e66cbecca5f7b437e72957c1593/68747470733a2f2f706f7365722e707567782e6f72672f61696d656f732f61692d6d6f6e6f6c6f672f6c6963656e73652e737667)](https://packagist.org/packages/aimeos/ai-monolog)

The Aimeos ecommerce components can integrate into almost any PHP application and uses the infrastructure of the application for building URLs, caching content, configuration settings, logging messages, session handling, sending e-mails or handling translations.

The ai-monolog extension integrates the PHP Monolog library for logging messages into Aimeos. It's useful if your application already uses Monolog for logging and offers access to a Monolog object that can be used together with this extension.

Table of content
----------------

[](#table-of-content)

- [Installation](#installation)
- [Setup](#setup)
- [License](#license)
- [Links](#links)

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

[](#installation)

To allow the Aimeos ecommerce components accessing the log infrastructure of your own framework or application, you have to install the adapter first. As every Aimeos extension, the easiest way is to install it via [composer](https://getcomposer.org/). If you don't have composer installed yet, you can execute this string on the command line to download it:

```
php -r "readfile('https://getcomposer.org/installer');" | php -- --filename=composer
```

Install the Monolog adapter using:

```
composer req aimeos/ai-monolog
```

Setup
-----

[](#setup)

Now add the Monolog object to the Aimeos context, which you have to create to get the Aimeos components running:

```
// $logger is a Monolog instance
$log = new \Aimeos\Base\Logger\Monolog( $logger );
$context->setLogger( $log );

```

License
-------

[](#license)

The Aimeos ai-monolog extension is licensed under the terms of the LGPLv3 license and is available for free.

Links
-----

[](#links)

- [Web site](https://aimeos.org/)
- [Documentation](https://aimeos.org/docs)
- [Help](https://aimeos.org/help)
- [Issue tracker](https://github.com/aimeos/ai-monolog/issues)
- [Source code](https://github.com/aimeos/ai-monolog)

###  Health Score

55

—

FairBetter than 98% of packages

Maintenance73

Regular maintenance activity

Popularity30

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity84

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 98.2% 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 ~41 days

Recently: every ~47 days

Total

95

Last Release

215d ago

Major Versions

2021.10.x-dev → 2022.04.x-dev2022-04-05

2022.10.x-dev → 2023.01.x-dev2023-01-03

2023.10.1 → 2024.01.x-dev2024-01-03

2023.10.x-dev → 2024.10.x-dev2025-03-09

2024.10.x-dev → 2025.04.x-dev2025-04-03

PHP version history (5 changes)2015.03.0PHP &gt;=5.2.0

2016.01.x-devPHP &gt;=5.3.3

2020.01.x-devPHP ~7.1

2020.10.2PHP ~7.1||~8.0

2023.04.1PHP ^8.0.11

### Community

Maintainers

![](https://www.gravatar.com/avatar/ccdc84033584516c77fb6aa7f85dc7048f2fbcd08867fc6abf115d094bab5eef?d=identicon)[aimeos](/maintainers/aimeos)

---

Top Contributors

[![aimeos](https://avatars.githubusercontent.com/u/8647429?v=4)](https://github.com/aimeos "aimeos (111 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (2 commits)")

---

Tags

logadaptershope-commerceaimeosmonolog

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/aimeos-ai-monolog/health.svg)

```
[![Health](https://phpackages.com/badges/aimeos-ai-monolog/health.svg)](https://phpackages.com/packages/aimeos-ai-monolog)
```

###  Alternatives

[aimeos/ai-laravel

Laravel adapter for Aimeos e-commerce integration

971228.8k2](/packages/aimeos-ai-laravel)[aimeos/ai-typo3

TYPO3 adapter for Aimeos e-commerce integration

95392.1k1](/packages/aimeos-ai-typo3)[inpsyde/wonolog

Monolog-based logging package for WordPress.

183617.9k6](/packages/inpsyde-wonolog)[logtail/monolog-logtail

Logtail handler for Monolog

233.2M3](/packages/logtail-monolog-logtail)[aimeos/ai-swiftmailer

SwiftMailer adapter for Aimeos web shops and e-commerce solutions

20168.3k5](/packages/aimeos-ai-swiftmailer)[inpsyde/logzio-monolog

Logz.io integration for Monolog

191.2M1](/packages/inpsyde-logzio-monolog)

PHPackages © 2026

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