PHPackages                             novactive/ezsiteaccessmatchers-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. novactive/ezsiteaccessmatchers-bundle

AbandonedArchivedSymfony-bundle[Utility &amp; Helpers](/categories/utility)

novactive/ezsiteaccessmatchers-bundle
=====================================

eZ publish Bundle providing additional siteaccess matchers

1.0.1(8y ago)14932MITPHP

Since Mar 24Pushed 8y ago4 watchersCompare

[ Source](https://github.com/Novactive/ezsiteaccessmatchers-bundle)[ Packagist](https://packagist.org/packages/novactive/ezsiteaccessmatchers-bundle)[ RSS](/packages/novactive-ezsiteaccessmatchers-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (6)Versions (3)Used By (0)

eZ (platform) Siteaccess Matchers Bundle
========================================

[](#ez-platform-siteaccess-matchers-bundle)

master[![Build Status](https://camo.githubusercontent.com/4135b350f41f506ea868d5f28be8daad0d910cc0b9f37e30742bdc1975369477/68747470733a2f2f7472617669732d63692e6f72672f4e6f766163746976652f657a736974656163636573736d617463686572732d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Novactive/ezsiteaccessmatchers-bundle)About
-----

[](#about)

This eZ publish bundle provides additional siteaccess matchers, usefull for mapping siteacesses with Platform.sh dynamic environments urls.

The new matchers are :

- ExtendedHostElement : use a host element for siteaccess identification and replace the provided patterns in the string ( ex: "-" by "\_" )
- SuffixedHostElement : use a host element for siteaccess identification and suffix it with the provided string
- PrefixedHostElement : use a host element for siteaccess identification and prefix it with the provided string

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

[](#installation)

The recommended way to install this bundle is through [Composer](http://getcomposer.org/). Just run :

```
composer require novactive/ezsiteaccessmatchers-bundle
```

Register the bundle in the kernel of your application :

```
// ezpublish/EzPublishKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new Novactive\EzSiteaccessMatchersBundle\NovaEzSiteaccessMatchersBundle(),
    );

    return $bundles;
}
```

Usage
-----

[](#usage)

### ExtendedHostElement matcher:

[](#extendedhostelement-matcher)

In your ezpublish/config/ezpublish.yml / app/config/ezplatform.yml config file :

```
ezpublish:
    ...
    siteaccess:
        ...
        match:
            \Novactive\EzSiteaccessMatchersBundle\Matcher\ExtendedHostElement:
                elementNumber: 1
# Replacements config is not mandatory as following config is default one
#                replacements:
#                    pattern: '-'
#                    replacement: '_'
# You could also provide array of patterns / replacements strings
#                replacements:
#                    pattern: ['-']
#                    replacement: ['_']
```

### SuffixedHostElement matcher:

[](#suffixedhostelement-matcher)

In your ezpublish/config/ezpublish.yml / app/config/ezplatform.yml config file :

```
ezpublish:
    ...
    siteaccess:
        ...
        match:
            \Novactive\EzSiteaccessMatchersBundle\Matcher\SuffixedHostElement:
                elementNumber: 1
                suffix: test
```

### PrefixedHostElement matcher:

[](#prefixedhostelement-matcher)

In your ezpublish/config/ezpublish.yml / app/config/ezplatform.yml config file :

```
ezpublish:
    ...
    siteaccess:
        ...
        match:
            \Novactive\EzSiteaccessMatchersBundle\Matcher\PrefixedHostElement:
                elementNumber: 1
                prefix: test
```

License
-------

[](#license)

This bundle is released under the MIT license. See the complete license in the bundle:

```
LICENSE
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~2 days

Total

2

Last Release

2969d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/246ac802ccaf4e1b674e1b0200673c56fafb89ef9130a6f7d2e2d9e5b9f71a03?d=identicon)[Plopix](/maintainers/Plopix)

![](https://www.gravatar.com/avatar/7bf781acfc713c38985bfb2e7bee5fd2decefdeed1df550643af57aa8e315db7?d=identicon)[Almaviacx](/maintainers/Almaviacx)

---

Top Contributors

[![GMaissa](https://avatars.githubusercontent.com/u/1993716?v=4)](https://github.com/GMaissa "GMaissa (10 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/novactive-ezsiteaccessmatchers-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/novactive-ezsiteaccessmatchers-bundle/health.svg)](https://phpackages.com/packages/novactive-ezsiteaccessmatchers-bundle)
```

###  Alternatives

[winzou/state-machine-bundle

Bundle for the very lightweight yet powerful PHP state machine

34010.4M15](/packages/winzou-state-machine-bundle)[stfalcon/tinymce-bundle

This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.

2692.9M24](/packages/stfalcon-tinymce-bundle)[sylius/taxonomy-bundle

Flexible categorization system for Symfony.

26388.2k7](/packages/sylius-taxonomy-bundle)[symfony/ai-bundle

Integration bundle for Symfony AI components

30282.3k6](/packages/symfony-ai-bundle)[sylius/addressing-bundle

Addressing and zone management for Symfony applications.

33221.4k3](/packages/sylius-addressing-bundle)[sylius/inventory-bundle

Flexible inventory management for Symfony applications.

19176.7k4](/packages/sylius-inventory-bundle)

PHPackages © 2026

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