PHPackages                             code711/siteconfigurationevents - 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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. code711/siteconfigurationevents

ActiveTypo3-cms-extension[PSR &amp; Standards](/categories/psr-standards)

code711/siteconfigurationevents
===============================

This TYPO3 extension will provide PSR-14 events for the SiteConfiguration Class methods write, rename and delete

2.0.1(2mo ago)08.8k↓42.9%22MITPHPPHP ^8.2

Since Mar 9Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/codeseveneleven/typo3-siteconfigurationevents)[ Packagist](https://packagist.org/packages/code711/siteconfigurationevents)[ RSS](/packages/code711-siteconfigurationevents/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (8)Versions (9)Used By (2)

TYPO3 Site Configuration Events
===============================

[](#typo3-site-configuration-events)

[![Latest Stable Version](https://camo.githubusercontent.com/58972b2b75032cbbd6a827525bfd83c1491a0c318a584b83d9bcdc3a090586f2/68747470733a2f2f706f7365722e707567782e6f72672f636f64653731312f73697465636f6e66696775726174696f6e6576656e74732f762f737461626c652e737667)](https://extensions.typo3.org/code711/siteconfigurationevents/)[![TYPO3 13](https://camo.githubusercontent.com/2cf6570821614808899422f68a66a381a2de1dd0746ba9cdba6155def1f4f396/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5459504f332d31332d6f72616e67652e737667)](https://get.typo3.org/version/12)[![Total Downloads](https://camo.githubusercontent.com/1cd3b5ce8aeb3c3f0d73587df3055855d492b0f6771e9fac89ec16912c1dc00a/68747470733a2f2f706f7365722e707567782e6f72672f636f64653731312f73697465636f6e66696775726174696f6e6576656e74732f642f746f74616c2e737667)](https://packagist.org/packages/code711/siteconfigurationevents)[![Monthly Downloads](https://camo.githubusercontent.com/bd0d95f7e9f41ce52b386d9ee97334988ca2c2e244af7d2db7841f5d26b7ceb4/68747470733a2f2f706f7365722e707567782e6f72672f636f64653731312f73697465636f6e66696775726174696f6e6576656e74732f642f6d6f6e74686c79)](https://packagist.org/packages/code711/siteconfigurationevents)

This extension will provide PSR-14 events for the SiteWriter Class methods write, rename and delete. This way 3rd party extensions can attach to these events when a site configuration has been created or updated

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

[](#installation)

```
composer req code711/siteconfigurationevents
```

Usage
-----

[](#usage)

This extension will XCLASS

```
\TYPO3\CMS\Core\Configuration\SiteWriter
```

 and add 1 event to the write method and each 1 event to the rename and delete methods, before calling the respective parent methods. No further changes are done to the Core class/The following PSR-14 events will then be available.

### AfterSiteConfigurationWriteEvent

[](#aftersiteconfigurationwriteevent)

Receives the immutable (string)$siteIdentifier, the immutable $configuration array which has been written to the yaml file, and the immutable $protectPlaceholders boolean

### AfterSiteConfigurationRenameEvent

[](#aftersiteconfigurationrenameevent)

Receives (string)$currentIdentifier and the (string)$newIdentifier

### AfterSiteConfigurationDeleteEvent

[](#aftersiteconfigurationdeleteevent)

Receives the removed (string)$siteIdentifier

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance83

Actively maintained with recent releases

Popularity25

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 91.7% 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 ~154 days

Recently: every ~146 days

Total

8

Last Release

89d ago

Major Versions

1.2.1 → 2.0.02025-03-03

PHP version history (5 changes)1.0.0PHP 7.4.\*||8.0.\*||8.1.\*||8.2.\*

1.1.0PHP 8.1.\*||8.2.\*

1.1.1PHP 8.1.\*||8.2.\*||8.3.\*

1.2.0PHP 8.3.\*||8.2.\*||8.1.\*

2.0.1PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/35fe42b338d9a56b03685815a4d6b198d7d78be7d75859f0e8978c88f4605afe?d=identicon)[code711](/maintainers/code711)

---

Top Contributors

[![foppelfb](https://avatars.githubusercontent.com/u/7147768?v=4)](https://github.com/foppelfb "foppelfb (11 commits)")[![dsimon-dsimon](https://avatars.githubusercontent.com/u/35999103?v=4)](https://github.com/dsimon-dsimon "dsimon-dsimon (1 commits)")

### Embed Badge

![Health badge](/badges/code711-siteconfigurationevents/health.svg)

```
[![Health](https://phpackages.com/badges/code711-siteconfigurationevents/health.svg)](https://phpackages.com/packages/code711-siteconfigurationevents)
```

###  Alternatives

[league/container

A fast and intuitive dependency injection container.

86787.8M343](/packages/league-container)[stella-maris/clock

A pre-release of the proposed PSR-20 Clock-Interface

7947.5M2](/packages/stella-maris-clock)[wptrt/wpthemereview

PHP\_CodeSniffer rules (sniffs) to verify theme compliance with the rules for theme hosting on wordpress.org

217736.5k29](/packages/wptrt-wpthemereview)[inpsyde/modularity

Modular PSR-11 implementation for WordPress plugins, themes or libraries.

54383.3k3](/packages/inpsyde-modularity)[elie29/zend-phpdi-config

PSR-11 PHP-DI autowire container configurator for Laminas, Mezzio, ZF2, ZF3 and Zend Expressive applications

20238.6k7](/packages/elie29-zend-phpdi-config)

PHPackages © 2026

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