{"id":21052567,"url":"https://github.com/fwolf/memcached-client","last_synced_at":"2025-07-17T03:04:27.244Z","repository":{"id":8346676,"uuid":"9906377","full_name":"fwolf/memcached-client","owner":"fwolf","description":"PHP memcached client class, for simulate php_memcached.dll for windows platform.","archived":false,"fork":false,"pushed_at":"2014-11-11T09:59:38.000Z","size":215,"stargazers_count":42,"open_issues_count":1,"forks_count":22,"subscribers_count":10,"default_branch":"master","last_synced_at":"2023-03-11T04:13:18.750Z","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/fwolf.png","metadata":{"files":{"readme":"readme.rst","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":"2013-05-07T07:22:43.000Z","updated_at":"2021-06-15T12:42:23.000Z","dependencies_parsed_at":"2022-08-07T03:15:14.898Z","dependency_job_id":null,"html_url":"https://github.com/fwolf/memcached-client","commit_stats":null,"previous_names":[],"tags_count":3,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwolf%2Fmemcached-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwolf%2Fmemcached-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwolf%2Fmemcached-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwolf%2Fmemcached-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fwolf","download_url":"https://codeload.github.com/fwolf/memcached-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225384367,"owners_count":17465879,"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-19T16:01:14.534Z","updated_at":"2024-11-19T16:03:37.256Z","avatar_url":"https://github.com/fwolf.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"..  -*- mode: rst -*-\n..  -*- coding: utf-8 -*-\n\n\n===========================================================================\nPHP Memcached Client (simulator)\n===========================================================================\n\n\n\nAs there has no php memcached extension for windows now, it's difficult to\nbuild develop envionment, so this class will be helpful.\n\nInspried by: http://github.com/joonas-fi/xslib-memcached\n\n\nUsage:\n\nJust as php_memcached extension, new Memcached object and etc.\n\n::\n\n    $m = new Memcached();\n    $m-\u003eaddServer('localhost', 11211);\n\n    $m-\u003eset('foo', 'bar');\n    $m-\u003eget('foo');\n\n\nSupported method:\n\n-   addServer\n-   addServers\n-   delete\n-   get\n-   getOption\n-   getResultCode\n-   getResultMessage\n-   getServerList\n-   increment\n-   set\n-   setOption\n-   setOptions\n\n\nNeed disable memcached extension of PHP to run PHPUnit testcase.\n\n\nLicense: MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffwolf%2Fmemcached-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffwolf%2Fmemcached-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffwolf%2Fmemcached-client/lists"}