PHPackages                             akrillia/laravel-permalinks - 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. akrillia/laravel-permalinks

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

akrillia/laravel-permalinks
===========================

0.0.5(3y ago)09ISCPHPPHP ^8.0

Since Jan 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/AkrilliA/laravel-permalinks)[ Packagist](https://packagist.org/packages/akrillia/laravel-permalinks)[ RSS](/packages/akrillia-laravel-permalinks/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (4)Dependencies (6)Versions (5)Used By (0)

Laravel Permalinks Package
==========================

[](#laravel-permalinks-package)

[![assets/banner.png](assets/banner.png)](assets/banner.png)

This package allows you to easily create permalinks for your Laravel application.

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

[](#installation)

To install the package, simply run the following command in your terminal:

```
composer require akrillia/laravel-permalinks
```

Then, add the service provider to the providers array in your `config/app.php` file:

```
AkrilliA\LaravelPermalinks\LaravelPermalinksServiceProvider::class
```

Usage
-----

[](#usage)

To create a permalink, you first need to generate a slug and then create the permalink link.

### Generate a slug

[](#generate-a-slug)

```
$slug = GenerateSlug::execute($name);
```

### Create a permalink link

[](#create-a-permalink-link)

```
$permalink = Permalink::create($url, $slug);
```

Alternatively you can call, which will automatically create a slug based on the URL.

```
$permalink = Permalink::create($url);
```

This will return an instance of Permalink.

Configuration
-------------

[](#configuration)

You can configure the package by publishing the config file using the following command:

```
php artisan vendor:publish --provider="AkrilliA\LaravelPermalinks\LaravelPermalinksServiceProvider"
```

This will create a `permalinks.php` file in your `config` directory. You can modify the settings in this file to suit your needs.

License
-------

[](#license)

This package is open-source software licensed under the ISC.

Support
-------

[](#support)

If you need any help, please contact me on my email or open an issue on GitHub.

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity45

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.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

1302d ago

### Community

Maintainers

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

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

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/akrillia-laravel-permalinks/health.svg)

```
[![Health](https://phpackages.com/badges/akrillia-laravel-permalinks/health.svg)](https://phpackages.com/packages/akrillia-laravel-permalinks)
```

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M322](/packages/laravel-ai)[illuminate/queue

The Illuminate Queue package.

20433.0M1.8k](/packages/illuminate-queue)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k161.4k2](/packages/mike-bronner-laravel-model-caching)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.0k](/packages/forjedio-inertia-table)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

199336.0k](/packages/fumeapp-modeltyper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

265.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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