PHPackages                             brookinsconsulting/bclowercaseurlaliasbundle - 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. brookinsconsulting/bclowercaseurlaliasbundle

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

brookinsconsulting/bclowercaseurlaliasbundle
============================================

BC Lower Case Url Alias Bundle for eZ Platform. Provides basic url alias transformation configuration necessary to transform new content created or modified url aliases to lower case separated by underscore or dash characters. Great for adventurous developers!

v0.0.2(8y ago)28.6k↓100%1GPL-2.0+PHP

Since Mar 1Pushed 8y ago2 watchersCompare

[ Source](https://github.com/brookinsconsulting/BcLowerCaseUrlAlias)[ Packagist](https://packagist.org/packages/brookinsconsulting/bclowercaseurlaliasbundle)[ Docs](https://gitlab.com/brookinsconsulting/bclowercaseurlaliasbundle)[ RSS](/packages/brookinsconsulting-bclowercaseurlaliasbundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

BC Lower Case Url Alias
=======================

[](#bc-lower-case-url-alias)

This bundle implements a solution to provide eZ Publish Platform / eZ Platform url alias transformation configuration necessary to transform new content created or modified url aliases to lower case separated by underscore or dash characters.

Version
=======

[](#version)

- The current version of BC Lower Case Url Alias is 0.1.2
- Last Major update: March 09, 2017

Copyright
=========

[](#copyright)

- BC Lower Case Url Alias is copyright 1999 - 2017 Brookins Consulting
- See: [COPYRIGHT.md](COPYRIGHT.md) for more information on the terms of the copyright and license

License
=======

[](#license)

BC Lower Case Url Alias is licensed under the GNU General Public License.

The complete license agreement is included in the [LICENSE](LICENSE.md) file.

BC Lower Case Url Alias is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License or at your option a later version.

BC Lower Case Url Alias is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

The GNU GPL gives you the right to use, modify and redistribute BC Lower Case Url Alias under certain conditions. The GNU GPL license is distributed with the software, see the file [LICENSE](LICENSE.md).

It is also available at

You should have received a copy of the GNU General Public License along with BC Lower Case Url Alias in in the [LICENSE](LICENSE.md) file.

If not, see .

Using BC Lower Case Url Alias under the terms of the GNU GPL is free (as in freedom).

For more information or questions please contact:

Requirements
============

[](#requirements)

The following requirements exists for using BC Lower Case Url Alias bundle:

### eZ Publish version

[](#ez-publish-version)

- Make sure you use eZ Publish version 5.x (required) or higher.
- Designed and tested with eZ Publish Platform (With Legacy) 2015.01.03 and PHP 5.6.30+

### PHP version

[](#php-version)

- Make sure you have PHP 5.x or higher.

Features
========

[](#features)

### SlugConverter Classes

[](#slugconverter-classes)

This solution provides the following ezplatform slug converter classes:

- BrookinsConsulting\\BcLowerCaseUrlAliasBundle\\Core\\Persistence\\Legacy\\Content\\UrlAlias\\BcLowerCaseUnderscoreUrlAliasSlugConverter
- BrookinsConsulting\\BcLowerCaseUrlAliasBundle\\Core\\Persistence\\Legacy\\Content\\UrlAlias\\BcLowerCaseDashUrlAliasSlugConverter

### Dependencies

[](#dependencies)

- This solution depends on eZ Platform
- This solution depends on symfony/symfony

These dependencies are documented in greater detail within the bundle's composer.json file

Use case
========

[](#use-case)

This solution was created to provide content url aliases which are similar to the eZ Publish Legacy 3.x url aliases (lowercase and separated by underscores).

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

[](#installation)

### Bundle Installation via Composer

[](#bundle-installation-via-composer)

Run the following command from your project root to install the bundle:

```
bash$ composer require brookinsconsulting/bclowercaseurlaliasbundle dev-master;

```

### Bundle Activation

[](#bundle-activation)

Within file `app/AppKernel.php` method `registerBundles` add the following into the `$bundles = array(` variable definition.

```
// Brookins Consulting : BcGitHubStarsBundle Requirements
new BrookinsConsulting\BcLowerCaseUrlAliasBundle\BcLowerCaseUrlAliasBundle(),

```

### Clear the caches

[](#clear-the-caches)

Clear Symfony caches (Required).

```
php bin/console cache:clear;

```

Usage
=====

[](#usage)

The solution is configured to work virtually by default once properly installed.

### Warning

[](#warning)

#### Remember to backup your installations database, source code and var directory content before using this solution!

[](#remember-to-backup-your-installations-database-source-code-and-var-directory-content-before-using-this-solution)

#### Remember much like legacy implementations this solution should be used before content is created from a clean installation.

[](#remember-much-like-legacy-implementations-this-solution-should-be-used-before-content-is-created-from-a-clean-installation)

#### Otherwise you may need to re-publish all content objects upon installation via script or manually in order to ensure all content objects use the same url alias transformation convention.

[](#otherwise-you-may-need-to-re-publish-all-content-objects-upon-installation-via-script-or-manually-in-order-to-ensure-all-content-objects-use-the-same-url-alias-transformation-convention)

#### eZ Publish Platform Legacy installations / siteaccesses may also very likely need the corresponding url alias transformation convention which can be achieved via ini settings.

[](#ez-publish-platform-legacy-installations--siteaccesses-may-also-very-likely-need-the-corresponding-url-alias-transformation-convention-which-can-be-achieved-via-ini-settings)

### Alternate Configuration (Optional)

[](#alternate-configuration-optional)

If you prefer the lower case urls separated with underscores you need do nothing as this is the supported default once this bundle is activated.

If however you prefer the lower case urls separated with dashes (an optional configuration) you will need to override the default parameter class configuration with the following within your own app/config or your own prioritized bundle configuration (separate).

Example: Change the class from parameters yaml configuration as follows

```
 parameters:
    ezpublish.persistence.slug_converter.class: BrookinsConsulting\BcLowerCaseUrlAliasBundle\Core\Persistence\Legacy\Content\UrlAlias\BcLowerCaseDashUrlAliasSlugConverter

```

#### Further Expansion and Configuration

[](#further-expansion-and-configuration)

Worth noting that this bundle provides a decent example implementation which can simply be copied and or modified to meet your own specific requirements and needs.

You could easily use this bundle as an example on how to override yaml parameters, class overrides and url alias slug converter configurations.

With this knowlege you could create your own url alias slug converter configuration classes representing different website / app requirements.

Testing
=======

[](#testing)

The solution is configured to work once properly installed and configured.

Note: At the time of writing xss testing has not been implemented nor proper unit testing.

Troubleshooting
===============

[](#troubleshooting)

### Read the FAQ

[](#read-the-faq)

Some problems are more common than others. The most common ones are listed in the the [Resources/doc/FAQ.md](Resources/doc/FAQ.md)

### Support

[](#support)

If you have find any problems not handled by this document or the FAQ you can contact Brookins Consulting through the support system:

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.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

Unknown

Total

1

Last Release

2992d ago

### Community

Maintainers

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

---

Top Contributors

[![brookinsconsulting](https://avatars.githubusercontent.com/u/617031?v=4)](https://github.com/brookinsconsulting "brookinsconsulting (2 commits)")[![kmadejski](https://avatars.githubusercontent.com/u/10659510?v=4)](https://github.com/kmadejski "kmadejski (1 commits)")

---

Tags

bundleconverterezplatformezpublishplatformphpsymfonytransformationsurlaliasurlsbundleeZ PlatformcontentlowercaseclassesurlseZ Publish PlatformUrlAliasSlugConverter

### Embed Badge

![Health badge](/badges/brookinsconsulting-bclowercaseurlaliasbundle/health.svg)

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

###  Alternatives

[doctrine/inflector

PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.

11.4k855.8M712](/packages/doctrine-inflector)[willdurand/negotiation

Content Negotiation tools for PHP provided as a standalone library.

1.4k122.0M157](/packages/willdurand-negotiation)[pentatrion/vite-bundle

Vite integration for your Symfony app

2725.3M13](/packages/pentatrion-vite-bundle)[coldtrick/thewire_tools

Extend the functionality of The Wire

133.2k](/packages/coldtrick-thewire-tools)

PHPackages © 2026

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