{"id":19234524,"url":"https://github.com/phpmentors-jp/route-based-session-configuration-bundle","last_synced_at":"2026-06-23T09:31:47.773Z","repository":{"id":57040594,"uuid":"76625810","full_name":"phpmentors-jp/route-based-session-configuration-bundle","owner":"phpmentors-jp","description":"A Symfony bundle for session configuration based on route configuration","archived":false,"fork":false,"pushed_at":"2022-07-19T01:55:53.000Z","size":24,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-03-25T03:33:00.465Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phpmentors-jp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-16T05:53:42.000Z","updated_at":"2019-06-02T07:54:52.000Z","dependencies_parsed_at":"2022-08-23T23:30:37.724Z","dependency_job_id":null,"html_url":"https://github.com/phpmentors-jp/route-based-session-configuration-bundle","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/phpmentors-jp/route-based-session-configuration-bundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpmentors-jp%2Froute-based-session-configuration-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpmentors-jp%2Froute-based-session-configuration-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpmentors-jp%2Froute-based-session-configuration-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpmentors-jp%2Froute-based-session-configuration-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phpmentors-jp","download_url":"https://codeload.github.com/phpmentors-jp/route-based-session-configuration-bundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpmentors-jp%2Froute-based-session-configuration-bundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34684673,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T16:14:11.819Z","updated_at":"2026-06-23T09:31:47.753Z","avatar_url":"https://github.com/phpmentors-jp.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RouteBasedSessionConfigurationBundle\n\nA Symfony bundle for session configuration based on route configuration\n\n[![Total Downloads](https://poser.pugx.org/phpmentors/route-based-session-configuration-bundle/downloads)](https://packagist.org/packages/phpmentors/route-based-session-configuration-bundle)\n[![Latest Stable Version](https://poser.pugx.org/phpmentors/route-based-session-configuration-bundle/v/stable)](https://packagist.org/packages/phpmentors/route-based-session-configuration-bundle)\n[![Latest Unstable Version](https://poser.pugx.org/phpmentors/route-based-session-configuration-bundle/v/unstable)](https://packagist.org/packages/phpmentors/route-based-session-configuration-bundle)\n[![Build Status](https://travis-ci.org/phpmentors-jp/route-based-session-configuration-bundle.svg?branch=master)](https://travis-ci.org/phpmentors-jp/route-based-session-configuration-bundleproxy-url-rewrite-bundle)\n\n## Features\n\n* Runtime session configuration by route configuration\n\n## Installation\n\nRouteBasedSessionConfigurationBundle can be installed using [Composer](http://getcomposer.org/).\n\nFirst, add the dependency to `phpmentors/route-based-session-configuration-bundle` into your `composer.json` file as the following:\n\nStable version:\n\n```\ncomposer require phpmentors/route-based-session-configuration-bundle \"1.1.*\"\n```\n\nDevelopment version:\n\n```\ncomposer require phpmentors/route-based-session-configuration-bundle \"~1.2@dev\"\n```\n\nSecond, add `PHPMentorsRouteBasedSessionConfigurationBundle` into your bundles to register in `AppKernel::registerBundles()` as the following:\n\n```php\n...\nclass AppKernel extends Kernel\n{\n    public function registerBundles()\n    {\n        $bundles = array(\n            ...\n            new PHPMentors\\RouteBasedSessionConfigurationBundle\\PHPMentorsRouteBasedSessionConfigurationBundle(),\n        );\n        ...\n```\n\n## Configuration\n\n```yaml\n# app/config/routing.yml\n# ...\ncustomer:\n    # set session.* ini variables without leading \"session.\"\n    # see \"Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage::setOptions()\" for available options\n    options:\n        session:\n            name: CUSTOMER_SESSION\n            # ...\n```\n\n## Support\n\nIf you find a bug or have a question, or want to request a feature, create an issue or pull request for it on [Issues](https://github.com/phpmentors-jp/route-based-session-configuration-bundle/issues).\n\n## Copyright\n\nCopyright (c) 2016-2017, 2019 KUBO Atsuhiro, All rights reserved.\n\n## License\n\n[The BSD 2-Clause License](http://opensource.org/licenses/BSD-2-Clause)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphpmentors-jp%2Froute-based-session-configuration-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphpmentors-jp%2Froute-based-session-configuration-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphpmentors-jp%2Froute-based-session-configuration-bundle/lists"}