{"id":15470931,"url":"https://github.com/chekun/session","last_synced_at":"2025-04-10T10:53:26.621Z","repository":{"id":16806628,"uuid":"19565542","full_name":"chekun/session","owner":"chekun","description":"Laravel4 session with serializers.","archived":false,"fork":false,"pushed_at":"2014-09-18T05:31:12.000Z","size":270,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-19T01:13:31.222Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chekun.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-08T08:06:28.000Z","updated_at":"2020-05-11T15:42:11.000Z","dependencies_parsed_at":"2022-09-24T20:23:10.501Z","dependency_job_id":null,"html_url":"https://github.com/chekun/session","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chekun%2Fsession","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chekun%2Fsession/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chekun%2Fsession/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chekun%2Fsession/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chekun","download_url":"https://codeload.github.com/chekun/session/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248204664,"owners_count":21064879,"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-10-02T02:07:58.424Z","updated_at":"2025-04-10T10:53:26.604Z","avatar_url":"https://github.com/chekun.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Eliminate\\Session\n===================\n\n[![Build Status](https://travis-ci.org/eliminatehq/session.svg?branch=master)](https://travis-ci.org/eliminatehq/session)\n\nThis package provides two features:\n  1. you can set session data store format (aka serializers)\n    - php-serialized style\n    - json style (Now Redis Only.)\n  2. seperated session key prefix when use cacheBased Session Handler.\n\n\u003e when using json serializer, the session key is generated in mongoId style.\n\n## How to use\n\n  - Step 1\n\n  ```\n  composer require eliminate/session ~1.0.0\n  ```\n\n  - Step 2\n\n  Edit your config/app.php\n\n  Replace\n\n  ```\n  'Illuminate\\Session\\SessionServiceProvider',\n  ```\n\n  To\n\n  ```\n  'Eliminate\\Session\\SessionServiceProvider',\n  ```\n\n  - Step 3\n\n  Add these line to your app/session.php\n\n  ```\n\n  'serializer' =\u003e 'json', // or php\n\n  'prefix' =\u003e '',\n\n  ```\n\n## Feel free to contribute.\n\n\n### The MIT License (MIT)\n\nCopyright (c) 2014\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchekun%2Fsession","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchekun%2Fsession","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchekun%2Fsession/lists"}