Structured MVC Framework
CakePHP follows the Model-View-Controller (MVC) architectural pattern, which provides a clear separation of concerns, making the application more organized and maintainable.
Built-in ORM
CakePHP includes a powerful Object-Relational Mapping (ORM) system which simplifies database interactions and promotes the use of PHP objects instead of writing raw SQL queries.
Convention Over Configuration
CakePHP follows the ‘convention over configuration’ philosophy, which reduces the need for extensive configuration and allows developers to quickly set up new projects.
Security Features
The framework comes with built-in security features like input validation, SQL injection prevention, and CSRF protection, which help in building safer applications.
Active Community
CakePHP has an active and supportive community, which provides a wealth of plugins, tutorials, and help through forums and other online resources.
CakePHP is an open-source PHP web framework designed to help developers build web applications quickly. It is based on the MVC (Model-View-Controller) architecture and provides a powerful toolkit to simplify common development tasks such as database interactions, form handling, authentication, and session management.
– Source: dev.to
/
3 months ago
CakePHP is an open-source PHP framework for web development with 8.7k stars and 3.5k forks on GitHub. It offers APIs that enable developers to develop applications quickly. It allows you to create highly secure and scalable web applications, including social networks, eCommerce, and online collaboration platforms.
– Source: dev.to
/
7 months ago
Give https://cakephp.org/ a try.
It also is one of the oldest ones out there, so quite mature and stable while being rather lightweight.
Serving JSON API seems like a good fit.
Source:
over 1 year ago
You can download it and review the documentation here: https://cakephp.org/.
– Source: dev.to
/
almost 2 years ago
As the name of the service says it will work best with Laravel but it is not a problem to modify code from other frameworks to make it work the same way. I have several applications created this way in CakePHP. I have this set to manual after clicking the deploy button, but if you want you can turn on quick deploy and then it will publish the application after a push to the main branch (or another one, depending…
– Source: dev.to
/
almost 2 years ago
CakePHP is a Model-View-Controller (MVC) based open source web application framework written in PHP. It uses software design patterns like ActiveRecord, Convention over Configuration (CoC), Association Data Mapping and Front Controller. Some websites using CakePHP are coconala and GoodFirms.
– Source: dev.to
/
almost 2 years ago
But remember that there are many many more frameworks outside of Laravel and Symfony, which might even be a better fit. People often only look at the popularity and what others recommend (Laravel and Symfony), instead of looking at the project requirements and checking what framework actually matches it. Frameworks like laminas, Yii or CakePHP all have their strong points.
Source:
almost 2 years ago
Firefox doesn’t show the Reader icon (right of the url bar). If trying to force reader mode with
about:reader?url=https://cakephp.org/.
– Source: Hacker News
/
over 2 years ago
I just release new version of my FileUpload plugin for CakePHP.
– Source: dev.to
/
almost 3 years ago
CakePHP was the first PHP MVC framework to hit the market. CakePHP has improved in performance over time and added lots of new components. However, where CakePHP really shines is in the way it approaches convention in coding.
– Source: dev.to
/
over 3 years ago