Skip to main content
TrustRadius
CakePHP

CakePHP

Overview

What is CakePHP?

CakePHP is a free and open source PHP framework.

Read more
Recent Reviews

CakePHP is easy to use !

8 out of 10
February 21, 2017
Incentivized
I use it for 5 of my projects. The biggest project we currently use, handles CRM databases, including payments details. It's a tool that …
Continue reading
Read all reviews
Return to navigation

Product Demos

BuyAndSellOnline demo

YouTube

Chapter 9 - CakePHP, Yii, Zend and Codelgniter

YouTube

CakePHP 1.3 Demo

YouTube

CakePHP ecommerce system demo

YouTube

CakePHP Shopping Cart

YouTube

Learn CakePHP v3.5 Tutorial in HINDI for beginners (Part 25) CakePHP Sample Book Application Demo

YouTube
Return to navigation

Product Details

What is CakePHP?

CakePHP Technical Details

Operating SystemsUnspecified
Mobile ApplicationNo
Return to navigation

Comparisons

View all alternatives
Return to navigation

Reviews and Ratings

(23)

Community Insights

TrustRadius Insights are summaries of user sentiment data from TrustRadius reviews and, when necessary, 3rd-party data sources. Have feedback on this content? Let us know!

Based on user reviews, CakePHP is commonly recommended in the following ways:

  1. CakePHP is considered a good framework for fast development. Users have found it to be efficient and effective in quickly building and implementing web applications.

  2. CakePHP is particularly recommended for programmers who frequently work on creating and modifying web applications. Its features and functionality are well-suited for developers who need to make changes to their projects on the go.

  3. CakePHP is suggested as a suitable option for software engineers and business owners looking to finish, implement, and build projects quickly. It provides a convenient platform for rapid development and deployment.

However, some users advise considering alternative frameworks like Laravel or Symfony for larger projects or even smaller ones. They believe that these frameworks may offer more extensive features and capabilities.

Lastly, it is recommended to read a lot of documentation when using CakePHP. This suggests that comprehensive understanding of the framework's functionalities is crucial for successful implementation and development.

Reviews

(1-2 of 2)
Companies can't remove reviews or game the system. Here's why
Score 5 out of 10
Vetted Review
Verified User
Incentivized
CakePHP was used by my company to create quick and easy MVC web applications using PHP.
  • The common framework tools are all built in: interface translations to different languages , caching the results of queries and user information, or template rendering (redis/memcache are supported natively), simplified database access (the framework's native CakePHP ORM supports ActiveRecord and Datamapper patterns to access data on database) validation of data input from end users, middleware authentication.
  • The framework also natively support rest API calls that seamlessly work with your environment and XHR requests. Combining this with their built in magical methods that greatly reduce writing time, it is easy to develop API calls in.
  • There is also an extensive support for CLI based utilities developed on top of your web application: these various console applications are ideal for handling the usual background tasks/jobs that occur outside of the HTTP request-response cycle. In any CakePHP console application you can can reuse your application classes already developed for the web app, which just adds to the native extensibility.
  • The biggest issue inherit in CakePHP, and why we switched to Laravel, is the base configuration of the program. Most people aree that CakePHP uses old (outdated, even dangerous) PHP habits. There is some truth in this: Cake has not been as quick to adapt to the newer PHP versions as they should. I was always surprised that with new major releases, from 2.4 to 2.5 for example, that the minimum version of PHP will never increase. For example, CakePHP only requires version 5.2.8 of PHP, but it would not have been difficult to update the minimum version at least 5.3 when adapting a new version.
  • Speed - our company had many issues scaling CakePHP to a medium size application software, even with using REDIS/memcache we would still run into many issues with the built-in ORM.
If you need to create simple CRUD applications using a MVC framework, I could say CakePHP could achieve this. But with frameworks like Laravel on the market, I would have a hard time recommending CakePHP for anything.
  • Negative Impact - we ended up having to rewrite our entire web-application from CakePHP to Laravel.
We didn't know any better - if we had, we would have not chosen CakePHP.
February 21, 2017

CakePHP is easy to use !

Score 8 out of 10
Vetted Review
Verified User
Incentivized
I use it for 5 of my projects. The biggest project we currently use, handles CRM databases, including payments details. It's a tool that is almost flexible but sometimes it can be hard to work on it if we plan to move some blocks of code.
  • Easy learning curve
  • Can be used by new developers without paying a formation
  • The MVC is pretty well implemented
  • Some tutorials from the official cakephp website show incorrect examples (some code that should be placed in models instead of controllers)
  • Relationships in models are not easy to use (OneToMany, HasOne)
  • Switching databases logic could be improved
CakePhp is useful if you need to implement a code with different modules (users, payments, pictures). CakePhp is useless if you need to build a quick project that requires a few lines of codes, it's faster to reuse and adapt code from old projects.
  • The positive impact is that is a flexible tool. We cannot talk about financials or productivity ROI, it's hard to quote.
Cakephp is more easy to implement and to learn that CodeIgniter. That's why I switched pretty quickly from the first (CodeIgniter) to cakephp.
Return to navigation