micro-MVC VS php-mvc

Compare micro-MVC vs php-mvc and see what are their differences.

micro-MVC

An agile, small, productive and robust MVC framework for PHP with high-quality JS extensions and integrated AJAX support. (by g0d)

php-mvc

A simple PHP model-view-controller framework, built step-by-step as part of the "Write PHP like a pro: build an MVC framework from scratch" course on Udemy. (by daveh)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
micro-MVC php-mvc
2 2
56 758
- -
5.5 4.9
3 months ago 5 months ago
PHP PHP
OpenSSL License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

micro-MVC

Posts with mentions or reviews of micro-MVC. We have used some of these posts to build our list of alternatives and similar projects.

php-mvc

Posts with mentions or reviews of php-mvc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-31.
  • Optimizing my MVC Routing Class
    3 projects | /r/PHPhelp | 31 Aug 2022
    The class is heavily taken from a tutorial - https://github.com/daveh/php-mvc/blob/master/Core/Router.php which reviewing the issues, someone added HTTP method checks here - https://github.com/daveh/php-mvc/issues/33
  • Trying to Learn MVC for Laravel but kind of not sold on it , can someone explain/help?
    12 projects | /r/PHPhelp | 31 Jan 2021
    If you still want to go the custom route, though, Dave Hollingworth has some example code from his PHP MVC Udemy course that I found extremely helpful and was some of the first material that I used to start learning new stuff. Basically, you set up the server, or htaccess, to restructure the URL query string, then use regular expressions to parse it and get the values.

What are some alternatives?

When comparing micro-MVC and php-mvc you can also consider the following projects:

PHP-MVC-REST-API - A simple PHP MVC REST API framework with PHP 7.2 With routes and some tools to develop your API.

Fast Route - Fast request router for PHP

framework - Simple and elegant tools for build web application

clean-code-php - :bathtub: Clean Code concepts adapted for PHP

ajax-router - URL query string-based routing library that is PSR-7 compatible.

adr - Action-Domain-Responder: a web-specific alternative to Model-View-Controller.

slim4-skeleton - A Slim 4 Skeleton

Klein - A fast & flexible router

no-framework-tutorial - A small tutorial to show how to create a PHP application without a framework.

routing - Maps an HTTP request to a set of configuration variables

learning-oop-in-php - A collection of resources to learn object-oriented programming and related concepts for PHP developers.

dispatch - a tiny library for quick and easy PHP apps