{"id":19142331,"url":"https://github.com/flipboxfactory/craft-session-redis","last_synced_at":"2025-02-22T19:21:35.746Z","repository":{"id":62505626,"uuid":"149544443","full_name":"flipboxfactory/craft-session-redis","owner":"flipboxfactory","description":"ABANDONED: This package is no longer maintained","archived":false,"fork":false,"pushed_at":"2018-12-03T18:08:28.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-03T15:26:15.237Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flipboxfactory.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2018-09-20T03:13:28.000Z","updated_at":"2019-05-02T14:35:18.000Z","dependencies_parsed_at":"2022-11-02T10:15:48.891Z","dependency_job_id":null,"html_url":"https://github.com/flipboxfactory/craft-session-redis","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipboxfactory%2Fcraft-session-redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipboxfactory%2Fcraft-session-redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipboxfactory%2Fcraft-session-redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipboxfactory%2Fcraft-session-redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flipboxfactory","download_url":"https://codeload.github.com/flipboxfactory/craft-session-redis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240223225,"owners_count":19767598,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-09T07:26:51.747Z","updated_at":"2025-02-22T19:21:35.721Z","avatar_url":"https://github.com/flipboxfactory.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n## IMPORANT NOTICE\nWe recommend using the configuration (via `config/app.php` file) below rather than the contents of this package.\n```\n\u003c?php\n\nreturn [\n    'components' =\u003e [\n        'session' =\u003e [\n            'class' =\u003e \\yii\\redis\\Session::class,\n            'as session' =\u003e [\n                'class' =\u003e \\craft\\behaviors\\SessionBehavior::class,\n            ]\n        ]\n    ]\n];\n\n```\n\n# Redis session component for Craft CMS\n[![Latest Version](https://img.shields.io/github/release/flipboxfactory/craft-session-redis.svg?style=flat-square)](https://github.com/flipboxfactory/craft-session-redis/releases)\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)\n[![Quality Score](https://img.shields.io/scrutinizer/g/flipboxfactory/craft-session-redis.svg?style=flat-square)](https://scrutinizer-ci.com/g/flipboxfactory/craft-session-redis)\n[![Total Downloads](https://img.shields.io/packagist/dt/flipboxfactory/craft-session-redis.svg?style=flat-square)](https://packagist.org/packages/flipboxfactory/craft-session-redis)\n\n## Installation\n\nTo install, use composer:\n\n```\ncomposer require flipboxfactory/craft-session-redis\n```\n\n## Configure\nMerge the following (or a variation of) configuration to your `config/app.php` file.\n```\n\u003c?php\n\nreturn [\n    'components' =\u003e [\n        'redis' =\u003e [\n            'class' =\u003e yii\\redis\\Connection::class,\n            'hostname' =\u003e getenv('REDIS_HOSTNAME')\n        ],\n        'session' =\u003e [\n            'class' =\u003e flipbox\\craft\\session\\Redis::class,\n            'keyPrefix' =\u003e 'session'\n        ]\n    ]\n];\n\n```\n\n## Contributing\n\nPlease see [CONTRIBUTING](https://github.com/flipboxfactory/craft-session-redis/blob/master/CONTRIBUTING.md) for details.\n\n\n## Credits\n\n- [Flipbox Digital](https://github.com/flipbox)\n- [Contributors](https://github.com/flipboxfactory/craft-session-redis/graphs/contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](https://github.com/flipboxfactory/craft-session-redis/blob/master/LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflipboxfactory%2Fcraft-session-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflipboxfactory%2Fcraft-session-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflipboxfactory%2Fcraft-session-redis/lists"}