PHPackages                             michalsn/codeigniter-signed-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. michalsn/codeigniter-signed-url

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

michalsn/codeigniter-signed-url
===============================

Signing URL functionality for CodeIgniter 4 framework

v2.1.0(2y ago)173.9k↓50%4[2 PRs](https://github.com/michalsn/codeigniter-signed-url/pulls)MITPHPPHP ^8.0CI passing

Since Dec 28Pushed 5mo ago4 watchersCompare

[ Source](https://github.com/michalsn/codeigniter-signed-url)[ Packagist](https://packagist.org/packages/michalsn/codeigniter-signed-url)[ Docs](https://github.com/michalsn/codeigniter-signed-url)[ RSS](/packages/michalsn-codeigniter-signed-url/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (5)Dependencies (3)Versions (9)Used By (0)

CodeIgniter Signed URL
======================

[](#codeigniter-signed-url)

Prevent manual URL manipulation and auto expiry URLs.

[![PHPUnit](https://github.com/michalsn/codeigniter-signed-url/actions/workflows/phpunit.yml/badge.svg)](https://github.com/michalsn/codeigniter-signed-url/actions/workflows/phpunit.yml)[![PHPStan](https://github.com/michalsn/codeigniter-signed-url/actions/workflows/phpstan.yml/badge.svg)](https://github.com/michalsn/codeigniter-signed-url/actions/workflows/phpstan.yml)[![Deptrac](https://github.com/michalsn/codeigniter-signed-url/actions/workflows/deptrac.yml/badge.svg)](https://github.com/michalsn/codeigniter-signed-url/actions/workflows/deptrac.yml)[![Coverage Status](https://camo.githubusercontent.com/330975ef30378789f8c36ea774f21fef91fd0ea81bc8e09ef503e154f96b5346/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6d696368616c736e2f636f646569676e697465722d7369676e65642d75726c2f62616467652e7376673f6272616e63683d646576656c6f70)](https://coveralls.io/github/michalsn/codeigniter-signed-url?branch=develop)

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

[](#installation)

```
composer require michalsn/codeigniter-signed-url

```

Overview
--------

[](#overview)

We can sign URLs very easy with two main methods that act similar to the helper functions known from CodeIgniter's URL helper.

```
echo signedurl()->siteUrl('controller/method?query=string');
// https://example.com/controller/method?query=string&signature=signature-goes-here
```

```
echo signedurl()->setExpiration(DAY * 2)->urlTo('namedRoute', 12);
// https://example.com/route/name/12?expiration=1671980371&signature=signature-goes-here
```

Versions
--------

[](#versions)

Versions are not compatible - URLs generated in one version of Signed URL will not work with another version.

CodeIgniter versionSigned URL version`>= 4.4``2.*``< 4.4``1.*`Docs
----

[](#docs)

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance49

Moderate activity, may be stable

Popularity31

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

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

Every ~71 days

Total

5

Last Release

953d ago

Major Versions

v1.1.1 → v2.0.02023-08-26

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/459185?v=4)[Michal Sniatala](/maintainers/michalsn)[@michalsn](https://github.com/michalsn)

---

Top Contributors

[![michalsn](https://avatars.githubusercontent.com/u/459185?v=4)](https://github.com/michalsn "michalsn (81 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (28 commits)")[![datamweb](https://avatars.githubusercontent.com/u/9530214?v=4)](https://github.com/datamweb "datamweb (4 commits)")

---

Tags

codeignitercodeigniter4phpphp8signed-urlcodeignitersigned-urlcodeigniter4

###  Code Quality

Static AnalysisRector

### Embed Badge

![Health badge](/badges/michalsn-codeigniter-signed-url/health.svg)

```
[![Health](https://phpackages.com/badges/michalsn-codeigniter-signed-url/health.svg)](https://phpackages.com/packages/michalsn-codeigniter-signed-url)
```

###  Alternatives

[codeigniter4/settings

Settings library for CodeIgniter 4

93499.3k24](/packages/codeigniter4-settings)[codeigniter4/devkit

Development toolkit for CodeIgniter libraries and projects

68187.1k82](/packages/codeigniter4-devkit)[tatter/alerts

Lightweight user alerts for CodeIgniter 4

4072.4k6](/packages/tatter-alerts)[tatter/patches

Automated project updates for CodeIgniter 4

3588.4k3](/packages/tatter-patches)[michalsn/codeigniter4-uuid

UUID and ULID package for CodeIgniter 4 with support for Model.

4728.7k4](/packages/michalsn-codeigniter4-uuid)[kenjis/ci3-to-4-upgrade-helper

Help upgrade from CodeIgniter3 to CodeIgniter4

695.9k](/packages/kenjis-ci3-to-4-upgrade-helper)

PHPackages © 2026

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