PHPackages                             zf2helper/aliashelper - 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. zf2helper/aliashelper

ActiveZf-module

zf2helper/aliashelper
=====================

035PHP

Since Jan 26Pushed 7y ago2 watchersCompare

[ Source](https://github.com/zf2helper/AliasHelper)[ Packagist](https://packagist.org/packages/zf2helper/aliashelper)[ RSS](/packages/zf2helper-aliashelper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

AliasHelper
===========

[](#aliashelper)

Simple module that creates alias from any text field of the entity.

**How does it work:**

1. Gets from entity field to create alias (title by default).
2. Convert field to url friendly alias.
3. Searchs entity repository for this alias.
4. Adds "-number" if such alias exists.

**Usage**:

```
#!php

$entity = new Entity();
$aliasModel = $this->getServiceLocator()->get('AliasHelper');
//$field - entity field that must be converted to alias, title by default
$alias = $aliasModel->getAlias($entity, $field)

$entity->setAlias($alias);

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

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

---

Top Contributors

[![mblxa](https://avatars.githubusercontent.com/u/2063359?v=4)](https://github.com/mblxa "mblxa (11 commits)")

### Embed Badge

![Health badge](/badges/zf2helper-aliashelper/health.svg)

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

PHPackages © 2026

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