{"id":23288485,"url":"https://github.com/atakde/psession","last_synced_at":"2025-04-06T16:32:59.160Z","repository":{"id":61996168,"uuid":"556983313","full_name":"atakde/psession","owner":"atakde","description":"PHP library for handling sessions","archived":false,"fork":false,"pushed_at":"2023-02-05T20:46:05.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T22:28:42.919Z","etag":null,"topics":["php","php-library","php-session","php-session-store","php-sessions","php8","session","session-fixation","session-handler","session-management","session-php"],"latest_commit_sha":null,"homepage":"","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/atakde.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":"2022-10-24T22:02:36.000Z","updated_at":"2022-11-11T00:50:58.000Z","dependencies_parsed_at":"2023-02-19T02:00:55.830Z","dependency_job_id":null,"html_url":"https://github.com/atakde/psession","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atakde%2Fpsession","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atakde%2Fpsession/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atakde%2Fpsession/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atakde%2Fpsession/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atakde","download_url":"https://codeload.github.com/atakde/psession/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247512562,"owners_count":20950883,"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","php-session","php-session-store","php-sessions","php8","session","session-fixation","session-handler","session-management","session-php"],"created_at":"2024-12-20T03:20:07.980Z","updated_at":"2025-04-06T16:32:59.130Z","avatar_url":"https://github.com/atakde.png","language":"PHP","readme":"# psession\n\nPHP library for handling sessions\n\n## Installation\n\nInstall via composer\n\n```bash \ncomposer require atakde/psession\n```\n\n## Usage\n\n```php\n\n\u003c?php\n\nrequire_once __DIR__ . '/vendor/autoload.php';\n\nuse Atakde\\PSession\\PSession;\n\n// http only true\n$session = new PSession([\n    'cookie_httponly' =\u003e true,\n]);\n\n$session-\u003estart();\n$session-\u003eset('name', 'John');\necho $session-\u003eget('name');\n\n$session-\u003edestroy();\n\n```\n\n## Features\n\n* Allowed dot notation both get \u0026 set\n\n```php\nSession::get('user.name');\nSession::set('user.name', 'Testing');\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatakde%2Fpsession","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatakde%2Fpsession","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatakde%2Fpsession/lists"}