PHPackages                             php-feather/session - 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. php-feather/session

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

php-feather/session
===================

Feather Session

0123PHPCI failing

Since Aug 27Pushed 3y ago1 watchersCompare

[ Source](https://github.com/php-feather/session)[ Packagist](https://packagist.org/packages/php-feather/session)[ RSS](/packages/php-feather-session/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Session
=======

[](#session)

##### DB Session Handler Table SCHEMA

[](#db-session-handler-table-schema)

```
CREATE TABLE sessions (
    id varchar(65) CHARACTER SET ascii NOT NULL DEFAULT '',
    sess_data text,
    expire_at int unsigned DEFAULT NULL,
    PRIMARY KEY (id),
    KEY sess_expire_at_dx (expire_at)
);

```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6174b27954a301a514a4dbfd65da4be5e4531f7c50f5f730ee3d53476e16ea3e?d=identicon)[fcarbah](/maintainers/fcarbah)

---

Top Contributors

[![fcarbah](https://avatars.githubusercontent.com/u/8224075?v=4)](https://github.com/fcarbah "fcarbah (3 commits)")

### Embed Badge

![Health badge](/badges/php-feather-session/health.svg)

```
[![Health](https://phpackages.com/badges/php-feather-session/health.svg)](https://phpackages.com/packages/php-feather-session)
```

###  Alternatives

[devrabiul/laravel-pwa-kit

Laravel PWA Kit is a lightweight and flexible package to add Progressive Web App (PWA) support to your Laravel applications with ease.

571.4k](/packages/devrabiul-laravel-pwa-kit)

PHPackages © 2026

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