{"id":41685011,"url":"https://github.com/yatsenkolesh/redisphp-native","last_synced_at":"2026-01-24T19:17:53.292Z","repository":{"id":57086353,"uuid":"83935209","full_name":"yatsenkolesh/redisphp-native","owner":"yatsenkolesh","description":"PHP Redis client without OOP","archived":false,"fork":false,"pushed_at":"2018-04-18T16:42:11.000Z","size":16,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-20T02:22:27.710Z","etag":null,"topics":["redis","redis-client","redis-database","redis-php"],"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/yatsenkolesh.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":"2017-03-05T00:58:37.000Z","updated_at":"2018-04-18T16:42:12.000Z","dependencies_parsed_at":"2022-08-24T14:59:12.454Z","dependency_job_id":null,"html_url":"https://github.com/yatsenkolesh/redisphp-native","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/yatsenkolesh/redisphp-native","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yatsenkolesh%2Fredisphp-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yatsenkolesh%2Fredisphp-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yatsenkolesh%2Fredisphp-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yatsenkolesh%2Fredisphp-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yatsenkolesh","download_url":"https://codeload.github.com/yatsenkolesh/redisphp-native/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yatsenkolesh%2Fredisphp-native/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28735043,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T17:51:25.893Z","status":"ssl_error","status_checked_at":"2026-01-24T17:50:48.377Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["redis","redis-client","redis-database","redis-php"],"created_at":"2026-01-24T19:17:52.544Z","updated_at":"2026-01-24T19:17:53.285Z","avatar_url":"https://github.com/yatsenkolesh.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# redisphp-native\n\nThis library is analogous of Redis class without OOP. Uses sockets.\n\n#### To install with composer:\n```text\ncomposer require \"yatsenkolesh/redisphp-native\"\n```\n\nGet value by key:\n```php\nRedis\\connect('127.0.0.1', 6379);\nRedis\\get('mykey');\n```\n\nAfter connection to redis this connection will be used for all commands.\n\nDelete:\n```php\nRedis\\del('mykey');\n```\n\nSet key value:\n```php\n  Redis\\set('mykey', 'HELLO', 360);\n```\n\nCheck exists key:\n```php\n  Redis\\exists('mykey);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyatsenkolesh%2Fredisphp-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyatsenkolesh%2Fredisphp-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyatsenkolesh%2Fredisphp-native/lists"}