{"id":18762683,"url":"https://github.com/redsign77/rsfw","last_synced_at":"2025-12-05T10:30:42.059Z","repository":{"id":32869190,"uuid":"36463181","full_name":"RedSign77/rsfw","owner":"RedSign77","description":"RSFramework 2","archived":false,"fork":false,"pushed_at":"2016-09-27T13:26:45.000Z","size":54,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-29T05:12:08.213Z","etag":null,"topics":["framework","mvc","php"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RedSign77.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":"2015-05-28T20:06:11.000Z","updated_at":"2017-10-12T16:07:57.000Z","dependencies_parsed_at":"2022-09-16T09:21:07.725Z","dependency_job_id":null,"html_url":"https://github.com/RedSign77/rsfw","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedSign77%2Frsfw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedSign77%2Frsfw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedSign77%2Frsfw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedSign77%2Frsfw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RedSign77","download_url":"https://codeload.github.com/RedSign77/rsfw/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239661324,"owners_count":19676404,"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":["framework","mvc","php"],"created_at":"2024-11-07T18:22:45.736Z","updated_at":"2025-12-05T10:30:36.786Z","avatar_url":"https://github.com/RedSign77.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RS Framework 2\n\n#### Framework version: 0.6\n#### PHP Version: 5.6\n\nProgramable PHP framework for fast, flexible and simple projects.\n\nThe framework contains a basic sample with a basic user handling and the neccessary logging features with observer pattern.\n\n```\n\n$request = Request::getInstance();\n$cache = SessionCache::getInstance();\n$router = Router::getInstance();\n$router-\u003eprocess($request);\n/**\n * RS framework processing functionality\n */\n/**\n * Generate view for data\n */\n$object = $router-\u003egetTemplate();\n$view = $object::getInstance();\n/**\n * Run process files\n */\n$processes = $router-\u003egetProcess();\nif (count($processes) \u003e 0) {\n\tforeach ($processes as $process) {\n\t\tif (is_executable('process/' . $process)) {\n\t\t\tinclude_once 'process/' . $process;\n\t\t}\n\t}\n}\n/**\n * Make view\n */\n$view-\u003eshow();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredsign77%2Frsfw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredsign77%2Frsfw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredsign77%2Frsfw/lists"}