PHPackages                             icehawk/session-forms-bridge - 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. icehawk/session-forms-bridge

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

icehawk/session-forms-bridge
============================

A bridge implementation to combine the IceHawk components Session and Forms.

v1.0.0(9y ago)114.3k1MITPHPPHP &gt;=7.0

Since Nov 20Pushed 7y ago1 watchersCompare

[ Source](https://github.com/icehawk/session-forms-bridge)[ Packagist](https://packagist.org/packages/icehawk/session-forms-bridge)[ RSS](/packages/icehawk-session-forms-bridge/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (3)Versions (3)Used By (0)

[![Build Status](https://camo.githubusercontent.com/3be8a4dfb3762200733a0fd1f0b9085c65900dfb94fdc80632af9f6095e05677/68747470733a2f2f7472617669732d63692e6f72672f6963656861776b2f73657373696f6e2d666f726d732d6272696467652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/icehawk/session-forms-bridge)[![Coverage Status](https://camo.githubusercontent.com/acc3a1a99ba2d7965bbf1859461d291f272104d9a83642a60ba271217fd84e45/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6963656861776b2f73657373696f6e2d666f726d732d6272696467652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/icehawk/session-forms-bridge?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/aaab54362c0fe5a5899d08cae8138114d36fd7802b3c91b644181b20ec15af3a/68747470733a2f2f706f7365722e707567782e6f72672f6963656861776b2f73657373696f6e2d666f726d732d6272696467652f762f737461626c65)](https://packagist.org/packages/icehawk/session-forms-bridge)[![Total Downloads](https://camo.githubusercontent.com/7bc159bc6344f4e2bd7c27949fa24ded49a2abccd9b0069eed5f77b5ba9857d9/68747470733a2f2f706f7365722e707567782e6f72672f6963656861776b2f73657373696f6e2d666f726d732d6272696467652f646f776e6c6f616473)](https://packagist.org/packages/icehawk/session-forms-bridge)[![Latest Unstable Version](https://camo.githubusercontent.com/576e07356232e18edf671f42eb6a7bad7a421071fb2a9ec161a3acbcdd409ddf/68747470733a2f2f706f7365722e707567782e6f72672f6963656861776b2f73657373696f6e2d666f726d732d6272696467652f762f756e737461626c65)](https://packagist.org/packages/icehawk/session-forms-bridge)[![License](https://camo.githubusercontent.com/c8e577c3e00e8946d8736a6a75689278474ab415983190bd8cac479204d3fcc0/68747470733a2f2f706f7365722e707567782e6f72672f6963656861776b2f73657373696f6e2d666f726d732d6272696467652f6c6963656e7365)](https://packagist.org/packages/icehawk/session-forms-bridge)[![phpstan enabled](https://camo.githubusercontent.com/96cefcabfaf3777e8f933f973a7ea208f547fe88769e87f0579d1a83eea5e6b7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068707374616e2d656e61626c65642d677265656e2e737667)](https://github.com/phpstan/phpstan)

[![IceHawk Framework](https://camo.githubusercontent.com/fa32101fc112c08d4929e95df4e71bb95df786d722981a1e17053714680bcdd7/68747470733a2f2f6963656861776b2e6769746875622e696f2f696d616765732f4c6f676f2d466c79696e672d5461696c2d57686974652e706e67)](https://camo.githubusercontent.com/fa32101fc112c08d4929e95df4e71bb95df786d722981a1e17053714680bcdd7/68747470733a2f2f6963656861776b2e6769746875622e696f2f696d616765732f4c6f676f2d466c79696e672d5461696c2d57686974652e706e67)
==============================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#)

IceHawk\\SessionFormsBridge
===========================

[](#icehawksessionformsbridge)

A bridge implementation to combine the IceHawk components Session and Forms.

This package provides one class named `AbstractSession` that extends the original `AbstractSession` class from the [IceHawk Session component](https://github.com/icehawk/session) to combine it with the [IceHawk Forms component](https://github.com/icehawk/forms).

This bridge package is intended to be used to

- reduce the dependency definitions in the `composer.json`
- Add relevant methods to retrieve or unset `Form` instances

Added methods
-------------

[](#added-methods)

```
public function getForm( IdentifiesForm $formId ) : Form
```

This method returns a new or existing `Form` instance from the session wrapper an guaranties that you always get the same instance for the same `$formId`.

```
public function unsetForm( IdentifiesForm $formId )
```

This method removes an existing `Form` instance from the session data.

```
public function unsetAllForms()
```

This method removes all existing `Form` instances from the session data.

More documentation
------------------

[](#more-documentation)

Read more about the IceHawk components Session and Forms in our documentation at **[icehawk.github.io](https://icehawk.github.io)**.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3512d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1557839?v=4)[Holger Woltersdorf](/maintainers/hollodotme)[@hollodotme](https://github.com/hollodotme)

---

Top Contributors

[![hollodotme](https://avatars.githubusercontent.com/u/1557839?v=4)](https://github.com/hollodotme "hollodotme (10 commits)")

### Embed Badge

![Health badge](/badges/icehawk-session-forms-bridge/health.svg)

```
[![Health](https://phpackages.com/badges/icehawk-session-forms-bridge/health.svg)](https://phpackages.com/packages/icehawk-session-forms-bridge)
```

PHPackages © 2026

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