{"id":24102798,"url":"https://github.com/mttk2004/phpure","last_synced_at":"2026-04-20T14:05:10.696Z","repository":{"id":271564040,"uuid":"913852336","full_name":"mttk2004/phpure","owner":"mttk2004","description":"PHPure is a lightweight MVC framework inspired by Laravel, designed to help beginners learn and explore how a web application works under the MVC pattern.","archived":false,"fork":false,"pushed_at":"2025-04-26T08:40:08.000Z","size":659,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-29T17:39:36.611Z","etag":null,"topics":["alpinejs","carbon","faker","monolog","mvc-framework","phinx","php","php-cs-fixer","respect-validation","sweetalert2","tailwindcss","twig","vite","whoops"],"latest_commit_sha":null,"homepage":"https://phpure.netlify.app/","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/mttk2004.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2025-01-08T13:30:30.000Z","updated_at":"2025-04-26T08:40:11.000Z","dependencies_parsed_at":"2025-01-08T14:57:57.698Z","dependency_job_id":"a970e744-f15e-4d08-8bf6-174af4032814","html_url":"https://github.com/mttk2004/phpure","commit_stats":null,"previous_names":["mttk2004/phpure"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/mttk2004/phpure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mttk2004%2Fphpure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mttk2004%2Fphpure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mttk2004%2Fphpure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mttk2004%2Fphpure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mttk2004","download_url":"https://codeload.github.com/mttk2004/phpure/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mttk2004%2Fphpure/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32050454,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"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":["alpinejs","carbon","faker","monolog","mvc-framework","phinx","php","php-cs-fixer","respect-validation","sweetalert2","tailwindcss","twig","vite","whoops"],"created_at":"2025-01-10T18:46:39.164Z","updated_at":"2026-04-20T14:05:10.686Z","avatar_url":"https://github.com/mttk2004.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/code.png\" alt=\"PHPure Framework\" width=\"600\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003ePHPure Framework\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg\" alt=\"License: MIT\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://packagist.org/packages/mttk2004/phpure\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/mttk2004/phpure.svg\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://packagist.org/packages/mttk2004/phpure\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dt/mttk2004/phpure.svg\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://php.net\"\u003e\u003cimg src=\"https://img.shields.io/badge/php-%3E%3D8.0-8892BF.svg\" alt=\"PHP \u003e=8.0\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eA lightweight, pure PHP framework inspired by Laravel, designed to help beginners learn and understand how web applications work with the MVC pattern.\u003c/p\u003e\n\n---\n\n## 📋 Overview\n\nPHPure provides a clean, simple, and elegant structure to build PHP applications. It includes essential features like routing, database ORM, template engine, middleware, validation, and more, while keeping the codebase easy to understand and maintain.\n\nThis framework is perfect for:\n\n- ✅ Learning the MVC architecture\n- ✅ Understanding how web frameworks work under the hood\n- ✅ Building small to medium-sized applications\n- ✅ Gaining a solid foundation before moving to larger frameworks like Laravel\n\n## 🚀 Quick Start\n\n```bash\n# Create a new PHPure project\ncomposer create-project mttk2004/phpure project_name\ncd project_name\n\n# Install dependencies\nnpm install\n\n# Configure your environment\ncp .env.example .env\n\n# Run the development server\nnpm run dev:all\n```\n\nOpen http://localhost:8000 to see the result!\n\n## 📚 Documentation\n\nDetailed documentation is available in the [Official PHPure Documentation](https://phpure.netlify.app).\n\n## 🛠️ Key Features\n\n- **MVC Architecture** - Clean separation of Models, Views, and Controllers\n- **Routing System** - Simple and flexible routing\n- **Database ORM** - Elegant database interactions\n- **Template Engine** - Using Twig for powerful templating\n- **Middleware** - Request/response filtering\n\n## 🔔 Notice\n\nThis project includes Twig, a template engine licensed under the BSD-3-Clause license, not MIT. All other components of PHPure are licensed under MIT.\n\n## 📜 License\n\nPHPure is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n\n## 👨‍💻 Author\n\nCreated by [Mai Trần Tuấn Kiệt](https://github.com/mttk2004).\n\n## 🤝 Contributing\n\nContributions are always welcome! See [contributing guide](CONTRIBUTING.md) for more information.\n\n## 🌟 Star History\n\n\u003cdiv align=\"center\"\u003e\n\n![Star History Chart](https://api.star-history.com/svg?repos=mttk2004/phpure\u0026type=Date)\n\n\u003c/div\u003e\n\n---\n\n\u003cp align=\"center\"\u003e\u003ci\u003eLast updated: April 2025\u003c/i\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmttk2004%2Fphpure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmttk2004%2Fphpure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmttk2004%2Fphpure/lists"}