{"id":19458862,"url":"https://github.com/leafsphp/leafmvc","last_synced_at":"2025-04-25T06:30:36.017Z","repository":{"id":35773374,"uuid":"218837367","full_name":"leafsphp/leafMVC","owner":"leafsphp","description":"⚡️ Lightweight framework for rapid development based on Leaf","archived":false,"fork":false,"pushed_at":"2025-03-09T00:35:44.000Z","size":1763,"stargazers_count":52,"open_issues_count":0,"forks_count":9,"subscribers_count":5,"default_branch":"v4.x","last_synced_at":"2025-04-22T01:24:45.489Z","etag":null,"topics":["leaf","leaf-php-framework","leafmvc","leafphp","mvc","mvc-framework","php","php-framework","php-mvc-framework"],"latest_commit_sha":null,"homepage":"https://leafphp.dev/docs/mvc/","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/leafsphp.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},"funding":{"open_collective":"leaf","github":"leafsphp"}},"created_at":"2019-10-31T18:49:35.000Z","updated_at":"2025-04-02T22:54:45.000Z","dependencies_parsed_at":"2022-08-08T11:15:57.742Z","dependency_job_id":"a61ed016-c993-4404-813a-758bc31eb7ca","html_url":"https://github.com/leafsphp/leafMVC","commit_stats":{"total_commits":242,"total_committers":5,"mean_commits":48.4,"dds":"0.016528925619834656","last_synced_commit":"2349245f7655e51774dd7bd62da982048b743402"},"previous_names":[],"tags_count":23,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leafsphp%2FleafMVC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leafsphp%2FleafMVC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leafsphp%2FleafMVC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leafsphp%2FleafMVC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leafsphp","download_url":"https://codeload.github.com/leafsphp/leafMVC/tar.gz/refs/heads/v4.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250766977,"owners_count":21483898,"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":["leaf","leaf-php-framework","leafmvc","leafphp","mvc","mvc-framework","php","php-framework","php-mvc-framework"],"created_at":"2024-11-10T17:28:46.884Z","updated_at":"2025-04-25T06:30:36.006Z","avatar_url":"https://github.com/leafsphp.png","language":"PHP","readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://leafphp.dev\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://leafphp.dev/logo-circle.png\" height=\"100\" alt=\"Leaf Logo\"\u003e\n    \u003c/a\u003e\n    \u003ch1 align=\"center\"\u003eLeaf MVC\u003c/h1\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://packagist.org/packages/leafs/mvc\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dt/leafs/mvc\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/leafs/leaf\"\u003e\u003cimg src=\"https://poser.pugx.org/leafs/mvc/v/stable\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/leafs/leaf\"\u003e\u003cimg src=\"https://poser.pugx.org/leafs/mvc/license\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nLeaf MVC is built on top of [leaf php](https://leafphp.dev), and is the framework for people who just want to ship. It gives you the structure and tools of larger frameworks like Laravel and Ruby on Rails with the simplicity and elegance of Leaf which lets you focus on shipping—fast.\n\n## Setting up\n\nYou can install Leaf MVC with the [Leaf CLI](https://cli.leafphp.dev)\n\n```sh\nleaf create \u003cproject-name\u003e --mvc\n```\n\nThis will create an MVC application for you. Start off your project with authentication, mailing, UI/UX, and a ton of other features using Leaf's [powerful modules](https://leafphp.dev/docs/modules/), and then run your app with:\n\n```bash\nphp leaf serve\n```\n\n## Learning Leaf MVC\n\n- Leaf MVC is Leaf + an MVC wrapper, we provide a lot of [documentation](https://leafphp.dev/docs/mvc/) on how to use Leaf MVC.\n- You can also check out our [youtube channel](https://www.youtube.com/channel/UCllE-GsYy10RkxBUK0HIffw) which has video tutorials on different topics\n- Checkout the [learn page](https://leafphp.dev/learn/) on our website for more resources\n\n## Contributing\n\nWe are glad to have you. All contributions are welcome! To get started, familiarize yourself with our [contribution guide](https://leafphp.dev/community/contributing.html) and you'll be ready to make your first pull request 🚀.\n\nTo report a security vulnerability, you can reach out to [@mychidarko](https://twitter.com/mychidarko) or [@leafphp](https://twitter.com/leafphp) on twitter. We will coordinate the fix and eventually commit the solution in this project.\n\n## Sponsoring Leaf\n\nLeaf has always been open-source and free, but as the project grows, so do the challenges of maintaining and building new features. The costs—time, resources, and infrastructure—are increasing rapidly, and our small team can no longer sustain this alone.\n\nTo keep Leaf alive and thriving, we need your support now more than ever. Sponsor us on [GitHub Sponsors](https://github.com/sponsors/leafsphp) or visit our [sponsors page](https://leafphp.dev/support/) to explore ways you can contribute.\n\nYour help makes all the difference—let’s keep Leaf moving forward together!\n\nAnd to all our [existing cash/code contributors](https://leafphp.dev#sponsors), we love you all ❤️\n","funding_links":["https://opencollective.com/leaf","https://github.com/sponsors/leafsphp"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleafsphp%2Fleafmvc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleafsphp%2Fleafmvc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleafsphp%2Fleafmvc/lists"}