{"id":18367855,"url":"https://github.com/photon/session-memcached","last_synced_at":"2025-06-11T11:39:43.321Z","repository":{"id":23591197,"uuid":"26959715","full_name":"photon/session-memcached","owner":"photon","description":"Memcached backend for session storage","archived":false,"fork":false,"pushed_at":"2016-06-08T12:21:08.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-15T20:49:35.110Z","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":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/photon.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":"2014-11-21T12:44:21.000Z","updated_at":"2016-06-08T11:27:19.000Z","dependencies_parsed_at":"2022-07-16T17:30:33.282Z","dependency_job_id":null,"html_url":"https://github.com/photon/session-memcached","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/photon%2Fsession-memcached","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/photon%2Fsession-memcached/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/photon%2Fsession-memcached/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/photon%2Fsession-memcached/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/photon","download_url":"https://codeload.github.com/photon/session-memcached/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248259465,"owners_count":21074128,"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-05T23:23:43.828Z","updated_at":"2025-04-10T16:58:29.623Z","avatar_url":"https://github.com/photon.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"session-memcached\n=================\n\n[![Build Status](https://travis-ci.org/photon/session-memcached.svg?branch=master)](https://travis-ci.org/photon/session-memcached)\n\nMemcached backend for session storage\n\n\nQuick start\n-----------\n\n1) Add the module in your project\n\n    composer require \"photon/session-memcached:dev-master\"\n\nor for a specific version\n\n    composer require \"photon/session-memcached:1.0.0\"\n\n2) Define a MongoDB connection in your project configuration\n\n    'databases' =\u003e array(\n        'session-db' =\u003e array(\n            'engine' =\u003e '\\photon\\db\\Memcached',\n            'host' =\u003e array('localhost:11211'),\n            'id' =\u003e 'myapp',\n        ),\n    ),\n\n3) Define the session storage backend in your project configuration, and some others session parameters\n\n    'session_storage' =\u003e '\\photon\\session\\storage\\Memcached',\n    'session_cookie_domain' =\u003e 'www.example.com',\n    'session_cookie_path' =\u003e '/',\n    'session_timeout' =\u003e 4 * 3600,\n\n4) Define the configuration of the MongoDB Session module in your project configuration\n\n    'session_memcached' =\u003e array(\n        'database' =\u003e 'session-db',\n    ),\n\n5) Enjoy !\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphoton%2Fsession-memcached","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphoton%2Fsession-memcached","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphoton%2Fsession-memcached/lists"}