Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cakephp, what is it good for?

Tags:

People also ask

What is CakePHP used for?

CakePHP is a PHP, object-oriented, Model-View-Controller framework, designed around providing the tooling to let you rapidly build web applications. CakePHP focuses on solving problems rapidly, by using conventions over configuration, to enable you to work sooner, without making a lot of decisions upfront.

Who is using CakePHP?

Who uses CakePHP? 274 companies reportedly use CakePHP in their tech stacks, including Swat.io, Deloitte, and Walls.io.

Is CakePHP easy to learn?

CakePHP is an open-source framework for PHP. It is intended to make developing, deploying and maintaining applications much easier. CakePHP is based on a MVC-like architecture that is both powerful and easy to grasp.

Is CakePHP fast?

Indeed it isn't the fastest according to the results of many benchmarks – out of the box that is – but what it might lack in performance it certainly makes up for in Rapid Application Development. By applying a few simple modifications, and even some more complex enhancements, CakePHP can be sped up quite a bit.


I hear a lot about cakephp, it's even a requirement for some hiring companies on job boards. I'm a beginner programming but I like making things from scratch because I understand everything and it feel more flexible.

For my next project I want to build a site which has users, users can vote and they can post entries as well as manage their entries. Would cakephp be a good framework for this or should I just do it on my own?