{"id":18309822,"url":"https://github.com/phpdevcommunity/php-session-manager","last_synced_at":"2025-08-02T22:11:57.298Z","repository":{"id":47975421,"uuid":"312870756","full_name":"phpdevcommunity/php-session-manager","owner":"phpdevcommunity","description":"A simple PHP Session Manager","archived":false,"fork":false,"pushed_at":"2021-08-11T09:56:01.000Z","size":14,"stargazers_count":12,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-05T17:37:19.205Z","etag":null,"topics":["php","php-library","php7","session-management","session-manager","sessionstorage"],"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/phpdevcommunity.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":"2020-11-14T17:51:53.000Z","updated_at":"2025-01-01T13:20:42.000Z","dependencies_parsed_at":"2022-08-12T15:40:49.964Z","dependency_job_id":null,"html_url":"https://github.com/phpdevcommunity/php-session-manager","commit_stats":null,"previous_names":["phpdevcommunity/php-session-manager","devcoder-xyz/php-session-manager"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/phpdevcommunity/php-session-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpdevcommunity%2Fphp-session-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpdevcommunity%2Fphp-session-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpdevcommunity%2Fphp-session-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpdevcommunity%2Fphp-session-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phpdevcommunity","download_url":"https://codeload.github.com/phpdevcommunity/php-session-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpdevcommunity%2Fphp-session-manager/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265947514,"owners_count":23853383,"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":["php","php-library","php7","session-management","session-manager","sessionstorage"],"created_at":"2024-11-05T16:12:30.785Z","updated_at":"2025-07-19T14:35:34.641Z","avatar_url":"https://github.com/phpdevcommunity.png","language":"PHP","readme":"# PHP - $_SESSION MANAGER\n### A simple PHP Session Manager\n[![Latest Stable Version](https://poser.pugx.org/devcoder-xyz/php-session-manager/v)](//packagist.org/packages/devcoder-xyz/php-session-manager) [![Total Downloads](https://poser.pugx.org/devcoder-xyz/php-session-manager/downloads)](//packagist.org/packages/devcoder-xyz/php-session-manager) [![Latest Unstable Version](https://poser.pugx.org/devcoder-xyz/php-session-manager/v/unstable)](//packagist.org/packages/devcoder-xyz/php-session-manager) [![License](https://poser.pugx.org/devcoder-xyz/php-session-manager/license)](//packagist.org/packages/devcoder-xyz/php-session-manager)\n\n*PHP version required 7.3*\n\n**How to use ?**\n```php\n$session = new \\DevCoder\\SessionManager();\n$session-\u003eset('token', 'hash');\n\nvar_dump($session-\u003eget('token'));\n// hash\n$session-\u003eremove('token');\nvar_dump($session-\u003eget('token'));\n// NULL\n```\n\n```php\n$session = new \\DevCoder\\SessionManager();\n$session-\u003eset('date', new \\DateTime());\nvar_dump($session-\u003eget('date'));\n// class DateTime#2 (3) {\n//  public $date =\u003e\n//  string(26) \"2020-11-14 22:17:39.128909\"\n//  public $timezone_type =\u003e\n//  int(3)\n//  public $timezone =\u003e\n//  string(13) \"Europe/Berlin\"\n}\n\n$session-\u003eclear();\nvar_dump($session-\u003eget('date'));\n// NULL\n```\n\nSimple and easy!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphpdevcommunity%2Fphp-session-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphpdevcommunity%2Fphp-session-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphpdevcommunity%2Fphp-session-manager/lists"}