Need advice about which tool to choose?Ask the StackShare community!
Kohana vs PHP-MVC: What are the differences?
Kohana: An elegant HMVC PHP5 framework. Kohana is an elegant, open source, and object oriented HMVC framework built using PHP5, by a team of volunteers. It aims to be swift, secure, and small; PHP-MVC: Simple and easy to understand MVC skeleton application. 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.
Kohana and PHP-MVC can be primarily classified as "Frameworks (Full Stack)" tools.
Kohana and PHP-MVC are both open source tools. It seems that Kohana with 1.61K GitHub stars and 464 forks on GitHub has more adoption than PHP-MVC with 1.25K GitHub stars and 494 GitHub forks.
BetRocket, Sequoia Waste Solutions, and Digimedia ENVISION are some of the popular companies that use PHP-MVC, whereas Kohana is used by Huia, Zeel Networks Inc, and Plinga. PHP-MVC has a broader approval, being mentioned in 11 company stacks & 8 developers stacks; compared to Kohana, which is listed in 3 company stacks and 3 developer stacks.
What is Kohana?
What is PHP-MVC?
Need advice about which tool to choose?Ask the StackShare community!
Why do developers choose Kohana?
Why do developers choose PHP-MVC?
Sign up to add, upvote and see more prosMake informed product decisions
What are the cons of using Kohana?
What are the cons of using PHP-MVC?
What companies use PHP-MVC?
Sign up to get full access to all the companiesMake informed product decisions
What tools integrate with Kohana?
What tools integrate with PHP-MVC?
Of all PHP frameworks, my best and only choice is Yii . Think of this: you have a MySQL database, it contains several tables. Now you want to setup a PHP-MVC site, firstly, you must create Models, Yii have a very handy tool called Gii, you can easily create model with Gii just by one click, Gii will read your database table columns and create PHP models automatically for you. Now you need Controller, still with Gii, it will automatically create all 4 php files for you with Insert/Delete/Update/Select even with Search function.
Well, now the most modern way is to have a RESTful API, that's even easier with Yii, you even don't need to care about all the columns, just 4 lines of code you can expose your database table as RESTful API with all GET/POST/PUT/DELETE support, even you change your database table columns, you don't need to change any PHP code.
For security, Yii have embedded authentication and RBAC support. For multi language, Yii have embedded i18n support, all with out-of-box. Just play with it, I bet you will love it.