PHPackages                             pafelin/laravel4-german-slug - 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. pafelin/laravel4-german-slug

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

pafelin/laravel4-german-slug
============================

Laravel 4 slug maker for german/austrian strings

16PHP

Since Apr 1Pushed 12y ago1 watchersCompare

[ Source](https://github.com/pafelin/laravel4-german-slug)[ Packagist](https://packagist.org/packages/pafelin/laravel4-german-slug)[ RSS](/packages/pafelin-laravel4-german-slug/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel 4.1 German Slug
=======================

[](#laravel-41-german-slug)

[![Build Status](https://camo.githubusercontent.com/f24755b237f53a03376c8174481c6a2b09fc7569d749dcf2256e49e6d0bcf040/68747470733a2f2f7472617669732d63692e6f72672f706166656c696e2f6c61726176656c342d6765726d616e2d736c75672e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/pafelin/laravel4-german-slug)

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

[](#installation)

You should install this package through Composer.

Edit your project's `composer.json` file to require `pafelin/laravel4-german-slug`.

```
"require": {
    "laravel/framework": "4.1.*",
    "pafelin/laravel4-german-slug": "dev-master"
},
"minimum-stability" : "dev"

```

Next, update Composer from the Terminal: `composer update`

Once this operation completes, the final step is to add the service provider. Open `app/config/app.php`, and add a new item to the providers array.

`'Pafelin\Laravel4GermanSlug\SlugServiceProvider',`

And add a new item to the aliases array.

`'Slug' => 'Pafelin\Laravel4GermanSlug\Facades\Slug',`

Usage
-----

[](#usage)

Call of the method: `Slug::make($text)`

Call of the method with specific separator: `Slug::make($text, '_')`.

License
-------

[](#license)

The MIT License (MIT)

Copyright (c) 2013 Pavel Genov

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/4757160872b9e2364158c8d01ec18d8beadee2725ca17d93a4c45f79ba003cae?d=identicon)[pafelin](/maintainers/pafelin)

### Embed Badge

![Health badge](/badges/pafelin-laravel4-german-slug/health.svg)

```
[![Health](https://phpackages.com/badges/pafelin-laravel4-german-slug/health.svg)](https://phpackages.com/packages/pafelin-laravel4-german-slug)
```

###  Alternatives

[josegonzalez/dotenv

dotenv file parsing for PHP

2799.8M137](/packages/josegonzalez-dotenv)[kartik-v/yii2-widget-datepicker

Enhanced Yii2 wrapper for the bootstrap datepicker plugin (sub repo split from yii2-widgets).

1097.0M60](/packages/kartik-v-yii2-widget-datepicker)[php-stubs/wp-cli-stubs

WP-CLI function and class declaration stubs for static analysis.

302.3M79](/packages/php-stubs-wp-cli-stubs)

PHPackages © 2026

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