PHPackages                             ukadev/uka-url - 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. ukadev/uka-url

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

ukadev/uka-url
==============

Simple URL shortener powered by Lumen

2.0.1(5y ago)271[3 PRs](https://github.com/ukadev/uka-url/pulls)MITPHPPHP ^7.3|^8.0

Since Apr 17Pushed 3y agoCompare

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

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

Uka-url URL Shortener
=====================

[](#uka-url-url-shortener)

Built with [Lumen 8.x](https://lumen.laravel.com), [Bootstrap v5](https://getbootstrap.com/) and [jQuery-3.5.1](https://jquery.com/)

[See the DEMO](http://url.ukadev.com) or [just go down to the screenshot](#screenshot)

Prerequisites
-------------

[](#prerequisites)

To make the application working you are going to need:

> - LAMP environment or equivalent with mod\_rewrite enabled
> - composer

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

[](#installation)

Follow the next instructions:

> - Open console/terminal and run:
>     `git clone https://github.com/ukadev/uka-url.git`

> - Enter into the cloned folder and run:
>     `composer install`

> - Open the file .env in the application root directory (if doesn't exist, copy it from .env.example) and modify the following variables with your database connection details:
>     `DB_CONNECTION=mysql`
>     `DB_HOST=127.0.0.1`
>     `DB_PORT=3306`
>     `DB_DATABASE=homestead`
>     `DB_USERNAME=homestead`
>     `DB_PASSWORD=secret`

> - After configure the database variables, execute the command from the root of the application:
>     `php artisan migrate`

> - Set up your virtual host to point to the folder called `public` as the website root folder. You can use the next example if you want it (may require modifications):

```

    ServerAdmin webmaster@localhost
    DocumentRoot /var/www/public

                Options Indexes FollowSymLinks MultiViews
                AllowOverride all
                Order Deny,Allow
                Allow from all
                Require all granted

        ErrorLog ${APACHE_LOG_DIR}/error.log
        CustomLog ${APACHE_LOG_DIR}/access.log combined

```

### Extra notes

[](#extra-notes)

> - If you want to add a value to the KEY variable of the .env file, you can execute the following command in the console/terminal and paste it there:
>     `php -r "echo md5(uniqid()).\"\n\";"`

### ScreenShot

[](#screenshot)

[![](https://raw.githubusercontent.com/ukadev/ukadev/main/4-0886c916ce7d.gif)](https://raw.githubusercontent.com/ukadev/ukadev/main/4-0886c916ce7d.gif)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 96% 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 ~428 days

Recently: every ~535 days

Total

6

Last Release

1904d ago

Major Versions

1.1.0 → 2.02021-02-24

PHP version history (2 changes)1.0.0PHP &gt;=5.3.4

2.0PHP ^7.3|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/5c66f6007630f616368372cd9ca056f6798d1b938c727f84089643c5d62e051f?d=identicon)[ukadev](/maintainers/ukadev)

---

Top Contributors

[![ukadev](https://avatars.githubusercontent.com/u/1630529?v=4)](https://github.com/ukadev "ukadev (24 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

urllumenshortenerukadev

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ukadev-uka-url/health.svg)

```
[![Health](https://phpackages.com/badges/ukadev-uka-url/health.svg)](https://phpackages.com/packages/ukadev-uka-url)
```

###  Alternatives

[yourls/yourls

Your Own URL Shortener

11.9k27.7k1](/packages/yourls-yourls)[laracrafts/laravel-url-shortener

Powerful URL shortening tools in Laravel

97110.7k](/packages/laracrafts-laravel-url-shortener)[gallib/laravel-short-url

A Laravel package to shorten urls

16516.4k](/packages/gallib-laravel-short-url)[rezzza/shorty

Underwear for your long urls

1315.3k1](/packages/rezzza-shorty)

PHPackages © 2026

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