{"id":25175266,"url":"https://github.com/kamarbandi/mvc_framework","last_synced_at":"2026-02-12T22:31:48.099Z","repository":{"id":271588123,"uuid":"913931764","full_name":"Kamarbandi/mvc_framework","owner":"Kamarbandi","description":"This is my custom PHP framework, built to demonstrate my coding skills and understanding of software development principles. Although it's still a work in progress, it is a fully functional framework based on the MVC (Model-View-Controller) architecture.","archived":false,"fork":false,"pushed_at":"2025-02-21T22:22:12.000Z","size":320,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T00:45:16.662Z","etag":null,"topics":["mvc","mvc-architecture","mvc-framework","mvc-pattern"],"latest_commit_sha":null,"homepage":"","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/Kamarbandi.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":"2025-01-08T16:17:37.000Z","updated_at":"2025-02-21T21:50:20.000Z","dependencies_parsed_at":"2025-01-08T17:43:49.794Z","dependency_job_id":"53a162d6-5988-4689-be64-d2d2a678a7f8","html_url":"https://github.com/Kamarbandi/mvc_framework","commit_stats":null,"previous_names":["kamarbandi/mvc_framework"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Kamarbandi/mvc_framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kamarbandi%2Fmvc_framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kamarbandi%2Fmvc_framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kamarbandi%2Fmvc_framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kamarbandi%2Fmvc_framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kamarbandi","download_url":"https://codeload.github.com/Kamarbandi/mvc_framework/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kamarbandi%2Fmvc_framework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29383895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T22:07:52.078Z","status":"ssl_error","status_checked_at":"2026-02-12T22:07:49.026Z","response_time":55,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["mvc","mvc-architecture","mvc-framework","mvc-pattern"],"created_at":"2025-02-09T12:29:27.182Z","updated_at":"2026-02-12T22:31:48.082Z","avatar_url":"https://github.com/Kamarbandi.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My PHP Framework\n\nThis is my custom PHP framework, built to demonstrate my coding skills and understanding of software development principles. Although it's still a work in progress, it is a fully functional framework based on the MVC (Model-View-Controller) architecture.\n\n## Features\n- **MVC Architecture**: Separate layers for Models, Views, and Controllers to ensure a clean and organized code structure.\n- **Database Integration**: Easy-to-use methods for interacting with a database using prepared statements to ensure security.\n- **Autoloading**: Automatically loads classes when they are needed, reducing the need for manual imports.\n- **Routing**: Simplified request routing to easily map URLs to controllers and methods.\n\n## Current Status\n- This framework is **still being improved** but **fully functional** and can be used for small to medium projects.\n- It is primarily created for personal use and as a showcase of my coding skills.\n- While it's still being enhanced, you can use it for your projects as it provides essential functionality for building web applications.\n\n## Usage\n1. Clone or download this repository.\n2. Set up your database and configure the connection in the `config.php` file.\n3. Start creating your models, controllers, and views in the respective directories.\n4. Follow the MVC pattern to build your application.\n\n## Command Line Tool\n\n    Database\n      db:create          Initializes a new database schema.\n      db:seed            Executes the specified seeder to populate the database with known data.\n      db:table           Fetches details about the selected table.\n      db:drop            Drop/Delete a database.\n      migrate            Identifies and runs a migration file.\n      migrate:refresh    Executes the 'down' method followed by the 'up' method for a migration file.\n      migrate:rollback   Executes the 'down' method for a migration file\n\n    Generators\n      make:controller    Creates a new controller file.\n      make:model         Creates a new model file.\n      make:migration     Creates a new migration file.\n      make:seeder        Creates a new seeder file.\n    \n    Other\n      list:migrations    Lists all available migration files.\n\n\n## example\nphp azad make:controller Post","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamarbandi%2Fmvc_framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkamarbandi%2Fmvc_framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamarbandi%2Fmvc_framework/lists"}