{"id":15496488,"url":"https://github.com/imranhsayed/mvc-php","last_synced_at":"2025-04-05T15:15:18.250Z","repository":{"id":97032706,"uuid":"222851671","full_name":"imranhsayed/mvc-php","owner":"imranhsayed","description":"⚡ A demo to create MVC in php","archived":false,"fork":false,"pushed_at":"2019-11-21T06:59:36.000Z","size":99,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-28T09:04:12.097Z","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/imranhsayed.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-20T04:36:24.000Z","updated_at":"2021-11-10T13:37:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"e3f9d249-3ecc-4f97-9398-385ef4ec6384","html_url":"https://github.com/imranhsayed/mvc-php","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"61ce179b9f597f37cc348ee606a62665f8697b08"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imranhsayed%2Fmvc-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imranhsayed%2Fmvc-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imranhsayed%2Fmvc-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imranhsayed%2Fmvc-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imranhsayed","download_url":"https://codeload.github.com/imranhsayed/mvc-php/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247353745,"owners_count":20925329,"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-10-02T08:25:26.238Z","updated_at":"2025-04-05T15:15:18.225Z","avatar_url":"https://github.com/imranhsayed.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚡ Model View Controller in PHP\n\nA demo for MVC in php.\n\n\n# What is MVC?\n\nFor better readability, rather than mixing our php and html, we can have our project organized in a new software design pattern called MVC( Model View Controller )\nMVC divides the related program logic into three interconnected elements: \n\n1. **Model**: ( The User interface ) interacts with the database. It receives, stores and retrieves data for the user.\n2. **View**: ( The business logic layer ) displays information to the user and integrates data from the controller.\n3. **Controller**: ( The application logic layer ) sends and receives data from the model and passes to the view.\n\n![](mvc.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimranhsayed%2Fmvc-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimranhsayed%2Fmvc-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimranhsayed%2Fmvc-php/lists"}