{"id":20207054,"url":"https://github.com/koolreport/stateless","last_synced_at":"2026-05-14T05:37:51.250Z","repository":{"id":216437934,"uuid":"741332719","full_name":"koolreport/stateless","owner":"koolreport","description":"Assist creating stateless application","archived":false,"fork":false,"pushed_at":"2024-03-28T09:24:51.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-11T04:52:51.150Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/koolreport.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-10T07:13:25.000Z","updated_at":"2024-01-26T17:20:31.000Z","dependencies_parsed_at":"2024-01-10T08:30:36.453Z","dependency_job_id":"0890f7fe-8036-4a45-9ab3-bd26e389e5d2","html_url":"https://github.com/koolreport/stateless","commit_stats":null,"previous_names":["koolreport/stateless"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/koolreport/stateless","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koolreport%2Fstateless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koolreport%2Fstateless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koolreport%2Fstateless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koolreport%2Fstateless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koolreport","download_url":"https://codeload.github.com/koolreport/stateless/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koolreport%2Fstateless/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33012705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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-14T05:27:18.378Z","updated_at":"2026-05-14T05:37:51.235Z","avatar_url":"https://github.com/koolreport.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stateless\n\nThis package will contain everything to construct a stateless PHP application.\n\n\n## Sessions\n\nThe first of very first of making a stateless application is to make stateless session for PHP. There are few options:\n\n1. Use encrypted cookie: Encryped sessions with JWT and store inside cookie.\n2. Databases: Store the sessions into databases\n\n\n## JWTSession\n\n```\n\u003c?php\n\n$session = new koolreport\\stateless\\sessions\\JWTSession(60*24,\"secretKey\");\n$session-\u003esetSessionHandler();\n\n//Your code is here\n\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoolreport%2Fstateless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoolreport%2Fstateless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoolreport%2Fstateless/lists"}