{"id":21278458,"url":"https://github.com/wdalmut/simple-mvc","last_synced_at":"2025-08-21T05:33:17.653Z","repository":{"id":3662465,"uuid":"4731084","full_name":"wdalmut/simple-mvc","owner":"wdalmut","description":"Simple push \u0026 pull MVC framework to realize a test-driven experience. ","archived":false,"fork":false,"pushed_at":"2013-04-23T14:00:44.000Z","size":686,"stargazers_count":24,"open_issues_count":0,"forks_count":16,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-02T06:52:03.361Z","etag":null,"topics":["framework","mvc","mvc-framework","php"],"latest_commit_sha":null,"homepage":"http://wdalmut.github.com/simple-mvc/","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/wdalmut.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":"2012-06-20T20:29:41.000Z","updated_at":"2022-10-11T17:04:09.000Z","dependencies_parsed_at":"2022-08-19T02:40:48.472Z","dependency_job_id":null,"html_url":"https://github.com/wdalmut/simple-mvc","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/wdalmut/simple-mvc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdalmut%2Fsimple-mvc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdalmut%2Fsimple-mvc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdalmut%2Fsimple-mvc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdalmut%2Fsimple-mvc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wdalmut","download_url":"https://codeload.github.com/wdalmut/simple-mvc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdalmut%2Fsimple-mvc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271430826,"owners_count":24758383,"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","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["framework","mvc","mvc-framework","php"],"created_at":"2024-11-21T10:14:18.124Z","updated_at":"2025-08-21T05:33:17.634Z","avatar_url":"https://github.com/wdalmut.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A simple MVC [VC] framework\n\nA simple ***push \u0026 pull MVC framework*** heavly inspired to different PHP microframeworks and\nPHP MVC framework like ZF1.\n\n## Why?\n\nI want to try out the test-driven development [at least write some tests ;)].\n\nJust for my pleasure.\n\n## Goals\n\n * PHPUnit\n * Very simple implementation (***only 8 classes*** + autoloader)\n * PHP 5.3+ implementation\n\n## Features\n\n * 100% MVC implementation [66% no model support] ;)\n * Useful hooks (Fixed events)\n  * Loop Startup\n  * Pre Dispatch\n  * Init Hook\n  * Post Dispatch\n  * Loop Shutdown\n * View Renderer Switch\n * View Helpers\n * Partial views\n * Two step view (Layout support)\n * Controllers stack\n * Headers handler\n * Event manager (Self designed hooks)\n * Router\n  * Only controller/action names\n  * Dash URLs support (/a-dash/the-name-of-content)\n * Pull Driven requests\n  * View request data to a controller-action\n * Rewritable views\n  * Different views mount points for rewrite views\n\n## Install with Composer\n\nIf you want you can use Composer for install simple-mvc.\nCreate the `composer.json`\n\n```json\n{\n    \"require\": {\n        \"wdalmut/simple-mvc\": \"*\"\n    }\n}\n```\n\nNow you can install the framework\n\n```shell\n$ curl -s http://getcomposer.org/installer | php\n$ php composer.phar install\n```\n\nYou can use the Composer autoloader\n\n```php\n\u003c?php\nrequire_once 'vendor/autoloader.php';\n\n$app = new Application();\n//...\n```\n\n## Examples and docs\n\n * [Documentation](http://simple-mvc.readthedocs.org/en/latest/index.html)\n * [Real Example](master/examples)\n\n## Build Status\n\n * Master branch\n   * [![Build Status](https://secure.travis-ci.org/wdalmut/simple-mvc.png?branch=master)](http://travis-ci.org/wdalmut/simple-mvc?branch=master)\n * Development branch\n   * [![Build Status](https://secure.travis-ci.org/wdalmut/simple-mvc.png?branch=development)](http://travis-ci.org/wdalmut/simple-mvc?branch=development)\n\nThe end.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwdalmut%2Fsimple-mvc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwdalmut%2Fsimple-mvc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwdalmut%2Fsimple-mvc/lists"}