StackShareStackShare
Follow on
StackShare

Discover and share technology stacks from companies around the world.

Follow on

© 2025 StackShare. All rights reserved.

Product

  • Stacks
  • Tools
  • Feed

Company

  • About
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
  1. Stackups
  2. Application & Data
  3. Frameworks
  4. Frameworks
  5. Apache Cordova vs PHP-MVC

Apache Cordova vs PHP-MVC

OverviewDecisionsComparisonAlternatives

Overview

PHP-MVC
PHP-MVC
Stacks106
Followers222
Votes3
Apache Cordova
Apache Cordova
Stacks686
Followers892
Votes218
GitHub Stars955
Forks345

Apache Cordova vs PHP-MVC: What are the differences?

<Apache Cordova and PHP-MVC are both popular technologies used in web and mobile app development. Apache Cordova is a mobile development framework that allows developers to build cross-platform mobile applications using web technologies, while PHP-MVC is a software design pattern used in web development.>

  1. Platform Compatibility: Apache Cordova allows for building cross-platform mobile apps that can run on multiple devices and operating systems, while PHP-MVC is primarily used for web development and not specifically for mobile applications.
  2. Programming Language: Apache Cordova uses web technologies such as HTML, CSS, and JavaScript for app development, while PHP-MVC primarily uses the PHP programming language for building web applications.
  3. User Interface: Apache Cordova focuses on creating mobile app interfaces that are tailored for smartphone and tablet devices, whereas PHP-MVC is used to design and structure the backend logic and user interface of web applications.
  4. Installation and Configuration: Apache Cordova requires a separate installation and setup process for each targeted platform (Android, iOS, etc.), while PHP-MVC can be deployed on a server and accessed through a web browser without the need for platform-specific configurations.
  5. Development Environment: Apache Cordova provides tools and plugins for developers to test, debug, and deploy mobile apps efficiently, whereas PHP-MVC frameworks like Laravel and CodeIgniter offer features for managing database interactions, routing, and authentication in web applications.
  6. Offline Functionality: Apache Cordova allows for the development of offline-capable mobile apps that can store data locally and synchronize with a server when available, whereas PHP-MVC applications typically require an internet connection to interact with the server side.

In Summary, Apache Cordova is focused on cross-platform mobile app development using web technologies, whereas PHP-MVC is primarily used for web development with PHP programming language and software design patterns.

Share your Stack

Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.

View Docs
CLI (Node.js)
or
Manual

Advice on PHP-MVC, Apache Cordova

Aleksandr
Aleksandr

Contract Software Engineer - Microsoft at Microsoft-365

Dec 23, 2019

Review

What is Proguard?

ProGuard is the most popular optimizer for Java bytecode. It makes your Java and Android applications up to 90% smaller and up to 20% faster. ProGuard also provides minimal protection against reverse engineering by obfuscating the names of classes, fields and methods.

How to use it in Cordova app?

I didn't find any plugins for it. So I've implemented it by myself and shared it on GitHub.

Feel free to use!

119k views119k
Comments
Aleksandr
Aleksandr

Contract Software Engineer - Microsoft at Microsoft-365

Dec 23, 2019

Needs advice

I've done some Hybrid Mobile apps with both technologies Apache Cordova and React Native and described my experience in my blog.

In a few words, I would suggest to use each technology in accordance what what is your current code base and what do you want to achieve.

React Native is a great option if you need that extra edge in performance with multi-threading and native UI rendering. Or you already have a web app based on React which you want to port to mobile.

On the other hand, if you have an existing web application code and you want to reuse some or all, including the ability to use web third-party libraries, then Cordova is the best option.

429k views429k
Comments

Detailed Comparison

PHP-MVC
PHP-MVC
Apache Cordova
Apache Cordova

This project is - by intention - NOT a full framework, it's a bare-bone structure, written in purely native PHP ! The php-mvc skeleton tries to be the extremely slimmed down opposite of big frameworks like Zend2, Symfony or Laravel.

Apache Cordova is a set of device APIs that allow a mobile app developer to access native device function such as the camera or accelerometer from JavaScript. Combined with a UI framework such as jQuery Mobile or Dojo Mobile or Sencha Touch, this allows a smartphone app to be developed with just HTML, CSS, and JavaScript.

-
Cross-platform (CLI) workflow;Platform-centered workflow;Hundreds of plugins
Statistics
GitHub Stars
-
GitHub Stars
955
GitHub Forks
-
GitHub Forks
345
Stacks
106
Stacks
686
Followers
222
Followers
892
Votes
3
Votes
218
Pros & Cons
Pros
  • 3
    Easy to Learn
Pros
  • 48
    Lots of plugins
  • 35
    JavaScript
  • 26
    Great community
  • 25
    Easy Development
  • 18
    Easy to learn
Cons
  • 2
    No native performance
  • 1
    Hard to install
  • 0
    Hard to install
Integrations
PHP
PHP
No integrations available

What are some alternatives to PHP-MVC, Apache Cordova?

Node.js

Node.js

Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.

Rails

Rails

Rails is a web-application framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern.

Django

Django

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.

Laravel

Laravel

It is a web application framework with expressive, elegant syntax. It attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, and caching.

.NET

.NET

.NET is a general purpose development platform. With .NET, you can use multiple languages, editors, and libraries to build native applications for web, mobile, desktop, gaming, and IoT for Windows, macOS, Linux, Android, and more.

Ionic

Ionic

Free and open source, Ionic offers a library of mobile and desktop-optimized HTML, CSS and JS components for building highly interactive apps. Use with Angular, React, Vue, or plain JavaScript.

ASP.NET Core

ASP.NET Core

A free and open-source web framework, and higher performance than ASP.NET, developed by Microsoft and the community. It is a modular framework that runs on both the full .NET Framework, on Windows, and the cross-platform .NET Core.

Flutter

Flutter

Flutter is a mobile app SDK to help developers and designers build modern mobile apps for iOS and Android.

React Native

React Native

React Native enables you to build world-class application experiences on native platforms using a consistent developer experience based on JavaScript and React. The focus of React Native is on developer efficiency across all the platforms you care about - learn once, write anywhere. Facebook uses React Native in multiple production apps and will continue investing in React Native.

Symfony

Symfony

It is written with speed and flexibility in mind. It allows developers to build better and easy to maintain websites with PHP..

Related Comparisons

Bootstrap
Materialize

Bootstrap vs Materialize

Laravel
Django

Django vs Laravel vs Node.js

Bootstrap
Foundation

Bootstrap vs Foundation vs Material UI

Node.js
Spring Boot

Node.js vs Spring-Boot

Liquibase
Flyway

Flyway vs Liquibase