PHPackages                             laasti/symfony-session-provider - 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. [Framework](/categories/framework)
4. /
5. laasti/symfony-session-provider

ActiveLibrary[Framework](/categories/framework)

laasti/symfony-session-provider
===============================

A league/container service provider for Symfony's session.

v1.0(10y ago)0177[1 PRs](https://github.com/laasti/symfony-session-provider/pulls)MITPHP

Since Aug 29Pushed 9y ago1 watchersCompare

[ Source](https://github.com/laasti/symfony-session-provider)[ Packagist](https://packagist.org/packages/laasti/symfony-session-provider)[ RSS](/packages/laasti-symfony-session-provider/feed)WikiDiscussions master Synced 1mo ago

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

Laasti/symfony-session-provider
===============================

[](#laastisymfony-session-provider)

A league/container service provider for Symfony's session.

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

[](#installation)

```
composer require laasti/symfony-session-provider

```

Usage
-----

[](#usage)

```
$container = new League\Container\Container;
$container->addServiceProvider('Laasti\SymfonySessionProvider\SymfonySessionProvider');

//To add configuration, by default it uses native sessions
$container->add('config.session', []);

//Get session
$session = $container->get('Symfony\Component\HttpFoundation\Session\SessionInterface');
```

Contributing
------------

[](#contributing)

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D

History
-------

[](#history)

See CHANGELOG.md for more information.

Credits
-------

[](#credits)

Author: Sonia Marquette (@nebulousGirl)

License
-------

[](#license)

Released under the MIT License. See LICENSE.txt file.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

3916d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/48bb7fdba3e642d3dc668b9ff03ff949b9043f58096f3c85c13de508b53e7d68?d=identicon)[nebulousGirl](/maintainers/nebulousGirl)

---

Top Contributors

[![nebulousGirl](https://avatars.githubusercontent.com/u/1899256?v=4)](https://github.com/nebulousGirl "nebulousGirl (1 commits)")

### Embed Badge

![Health badge](/badges/laasti-symfony-session-provider/health.svg)

```
[![Health](https://phpackages.com/badges/laasti-symfony-session-provider/health.svg)](https://phpackages.com/packages/laasti-symfony-session-provider)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.7k509.9M17.0k](/packages/laravel-framework)[cakephp/cakephp

The CakePHP framework

8.8k18.5M1.6k](/packages/cakephp-cakephp)[laravel/reverb

Laravel Reverb provides a real-time WebSocket communication backend for Laravel applications.

1.6k9.4M48](/packages/laravel-reverb)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[silverstripe/framework

The SilverStripe framework

7213.5M2.5k](/packages/silverstripe-framework)

PHPackages © 2026

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