All Projects → leafsphp → leafMVC

leafsphp / leafMVC

Licence: other
MVC "Framework" created from Leaf PHP Framework

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects
HTML
75241 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to leafMVC

velox
The minimal PHP micro-framework.
Stars: ✭ 55 (+120%)
Mutual labels:  mvc, php-framework, mvc-framework
miniPHP
A small, simple PHP MVC framework skeleton that encapsulates a lot of features surrounded with powerful security layers.
Stars: ✭ 147 (+488%)
Mutual labels:  mvc, php-framework, mvc-framework
W
Framework pédagogique de la WebForce3
Stars: ✭ 10 (-60%)
Mutual labels:  mvc, php-framework, mvc-framework
Koseven
Koseven a Kohana fork compatible with PHP7
Stars: ✭ 332 (+1228%)
Mutual labels:  mvc, php-framework, mvc-framework
Bingo-Framework
MVC framework for PHP
Stars: ✭ 15 (-40%)
Mutual labels:  mvc, php-framework, mvc-framework
Miniphp
A small, simple PHP MVC framework skeleton that encapsulates a lot of features surrounded with powerful security layers.
Stars: ✭ 144 (+476%)
Mutual labels:  mvc, php-framework, mvc-framework
php-mvc-framework
PHP MVC Framework - web application framework for modern and rapid development of web applications
Stars: ✭ 24 (-4%)
Mutual labels:  mvc-framework, php-mvc-framework
libgitlmvc
C++ MVC framework for Qt
Stars: ✭ 73 (+192%)
Mutual labels:  mvc, mvc-framework
djburger
Framework for safe and maintainable web-projects.
Stars: ✭ 75 (+200%)
Mutual labels:  mvc, mvc-framework
simple-mvc
Simple push & pull MVC framework to realize a test-driven experience.
Stars: ✭ 24 (-4%)
Mutual labels:  mvc, mvc-framework
Slim Born
Slim Framework 3 and 4 skeleton application has authentication MVC construction.
Stars: ✭ 179 (+616%)
Mutual labels:  mvc, mvc-framework
UMVC
UMVC - Model-View-Controller Generator built for Unity
Stars: ✭ 36 (+44%)
Mutual labels:  mvc, mvc-framework
puremvc-delphi-standard-framework
A Delphi implementation of PureMVC (http://puremvc.org/)
Stars: ✭ 44 (+76%)
Mutual labels:  mvc, mvc-framework
fir
Fir. A lightweight PHP MVC Framework.
Stars: ✭ 33 (+32%)
Mutual labels:  mvc, php-framework
Leaf
🍁 The easiest way to create clean, simple but powerful web apps and APIs quickly
Stars: ✭ 248 (+892%)
Mutual labels:  mvc, php-framework
SmartMvc
深入解析SpringMVC核心原理:从手写简易版MVC框架开始(SmartMvc)
Stars: ✭ 66 (+164%)
Mutual labels:  mvc, mvc-framework
puremvc-swift-multicore-framework
PureMVC MultiCore Framework for Swift
Stars: ✭ 17 (-32%)
Mutual labels:  mvc, mvc-framework
Polyel-Framework
⚡️ Voltis Core: A PHP framework based on Swoole from the ground up
Stars: ✭ 22 (-12%)
Mutual labels:  mvc, php-framework
OwOFrame
A lightweight MVC framework for PHP
Stars: ✭ 46 (+84%)
Mutual labels:  mvc, php-framework
aquiver
🚀 The aquifer is a java web framework based on Java8 and netty
Stars: ✭ 38 (+52%)
Mutual labels:  mvc, mvc-framework





Latest Stable Version Total Downloads License

Leaf MVC 3

Leaf MVC is a lightweight but feature-rich MVC framework built on top of leaf php. Leaf MVC provides an simple and opinionated structure with a tons of functionality built in.

Leaf MVC 3 is built on Leaf 3 which makes it even more lightweight and faster than earlier versions, but comes with a ton of upgrades and security fixes.

📦 Installation

You can install Leaf MVC v3 with the Leaf CLI

leaf create <project-name> --v3 --mvc

<project-name> is your project name

You can also use Composer to install Leaf MVC quickly.

composer create-project leafs/mvc <project-name>

This will start a new Leaf MVC app.

🗂 Directory Structure

C:.
├───app
│   ├───console
│   ├───controllers
│   │   └───Auth
│   ├───database
│   │   ├───factories
│   │   ├───migrations
│   │   └───seeds
│   ├───helpers
│   ├───models
│   ├───routes
│   └───views
│       ├───components
│       └───pages
│           └───errors
├───config
│   └───command
├───public
│   └───assets
│       ├───css
│       ├───images
│       ├───js
│       └───sass
├───storage
│   ├───app
│   │   └───public
│   ├───framework
│   │   └───views
│   └───logs
└───vendor

This directory structure is a blend of Ruby on Rails and Laravel

To run your Leaf MVC application, use

php leaf serve

📓 Learning Leaf MVC

Leaf MVC has a very easy to understand documentation which contains information on all operations in Leaf MVC.

Since Leaf MVC runs on Leaf, you should check out the Leaf PHP Framework documentation here.

😇 Contributing

We are glad to have you. All contributions are welcome! To get started, familiarize yourself with our contribution guide and you'll be ready to make your first pull request 🚀.

To report a security vulnerability, you can reach out to @mychidarko or @leafphp on twitter. We will coordinate the fix and eventually commit the solution in this project.

🤩 Sponsoring Leaf

Your cash contributions go a long way to help us make Leaf even better for you. You can sponsor Leaf and any of our packages on open collective or check the contribution page for a list of ways to contribute.

We will furthermore like to thank our existing supporters, we love you all ❤️

📃 License

The Leaf MVC framework is open-source software licensed under the MIT license.

💬 Stay In Touch

📓 Learning Leaf 3

  • Leaf has a very easy to understand documentation which contains information on all operations in Leaf.
  • You can also check out our youtube channel which has video tutorials on different topics
  • We are also working on codelabs which will bring hands-on tutorials you can follow and contribute to.

😇 Contributing

We are glad to have you. All contributions are welcome! To get started, familiarize yourself with our contribution guide and you'll be ready to make your first pull request 🚀.

To report a security vulnerability, you can reach out to @mychidarko or @leafphp on twitter. We will coordinate the fix and eventually commit the solution in this project.

Code contributors


Michael Darko

🤩 Sponsoring Leaf

Your cash contributions go a long way to help us make Leaf even better for you. You can sponsor Leaf and any of our packages on open collective or check the contribution page for a list of ways to contribute.

And to all our existing cash/code contributors, we love you all ❤️

Cash contributors


Aaron Smith

Peter Bogner

Vano

🤯 Links/Projects

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].