awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cakephp avatar

cakephp/cakephp

0
View on GitHub↗
8,797 Stars·3,382 Forks·PHP·MIT·6 Aufrufecakephp.org↗

Cakephp

CakePHP ist ein PHP-Webframework, das für die schnelle Entwicklung voll ausgestatteter Webanwendungen konzipiert ist. Es nutzt eine Model-View-Controller-Architektur, um Geschäftslogik, Datenmodelle und Benutzeroberflächen voneinander zu trennen.

Das Framework enthält einen integrierten Object-Relational Mapper (ORM), der das Abrufen und Speichern relationaler Daten ermöglicht, ohne rohe SQL-Abfragen schreiben zu müssen. Es verfolgt einen „Convention-over-Configuration“-Ansatz, um Boilerplate-Code zu reduzieren, indem es standardisierte Namensschemata für Dateien und Datenbanktabellen voraussetzt.

Das Projekt bietet Werkzeuge zur Implementierung von Webformularen mit integrierter Validierungs- und Verarbeitungslogik. Seine Architektur integriert einen Dependency-Injection-Container zur Verwaltung von Anwendungsdiensten sowie eine Middleware-basierte Request-Pipeline zur Verarbeitung eingehender HTTP-Anfragen.

Features

  • PHP Application Frameworks - Provides a structured environment for building full-featured web applications using a PHP-based MVC architecture.
  • Web Application Development - Provides a structured environment for constructing and deploying full-featured web applications.
  • Object-Relational Mapping - Includes a built-in object-relational mapper for retrieving and storing relational data without writing raw SQL.
  • Object-Relational Mapping Relations - Enables interaction with relational databases using an object-relational mapper to handle data retrieval and storage.
  • Object Relational Mappings - Uses a high-level object-relational mapper to interact with databases instead of raw SQL queries.
  • SQL ORMs - Provides a PHP-based SQL ORM to map database tables to native objects.
  • Model-View-Controller Frameworks - Utilizes a model-view-controller architecture to separate business logic, data models, and user interfaces.
  • MVC Frameworks - Implements a model-view-controller framework to organize application state and separate concerns.
  • Rapid Application Development Frameworks - Facilitates rapid development of full-featured web applications using standardized PHP coding patterns.
  • Convention-Over-Configuration Frameworks - Implements a convention-over-configuration philosophy to reduce boilerplate by assuming standard naming for files and database tables.
  • Dependency Injection Containers - Provides a dependency injection container to manage application service lifecycles and decouple components.
  • Application State Management - Organizes application state by separating business logic from the user interface via MVC patterns.
  • HTML Template Renderers - Generates HTML output by injecting model data into predefined view files using a template engine.
  • Validated Web Forms - Offers tools for creating web forms with integrated validation and processing logic to handle submissions.
  • Request Middleware - Features a middleware-based request pipeline to process HTTP requests through a series of layers before reaching controllers.
  • Framework Internals - Main framework repository for contributions.

Star-Verlauf

Star-Verlauf für cakephp/cakephpStar-Verlauf für cakephp/cakephp

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht cakephp/cakephp?

CakePHP ist ein PHP-Webframework, das für die schnelle Entwicklung voll ausgestatteter Webanwendungen konzipiert ist. Es nutzt eine Model-View-Controller-Architektur, um Geschäftslogik, Datenmodelle und Benutzeroberflächen voneinander zu trennen.

Was sind die Hauptfunktionen von cakephp/cakephp?

Die Hauptfunktionen von cakephp/cakephp sind: PHP Application Frameworks, Web Application Development, Object-Relational Mapping, Object-Relational Mapping Relations, Object Relational Mappings, SQL ORMs, Model-View-Controller Frameworks, MVC Frameworks.

Welche Open-Source-Alternativen gibt es zu cakephp/cakephp?

Open-Source-Alternativen zu cakephp/cakephp sind unter anderem: top-think/think — Think is a PHP web framework and object-relational mapper designed for building web applications. It functions as a… bcit-ci/codeigniter — CodeIgniter is an open-source PHP web framework and application toolkit designed for server-side development. It… assimon/dujiaoka — Dujiaoka is a self-hosted PHP web application designed for the automated sale and distribution of digital goods. It… laravel/framework — This project is a full-stack web framework that provides a comprehensive environment for building server-side… laruence/yaf — Yaf is an MVC web framework implemented as a compiled PHP extension in C. It functions as a performance extension… laravel-zero/laravel-zero — This project is a micro-framework designed for building standalone command-line applications and terminal utilities…

Open-Source-Alternativen zu Cakephp

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Cakephp.
  • top-think/thinkAvatar von top-think

    top-think/think

    7,888Auf GitHub ansehen↗

    Think is a PHP web framework and object-relational mapper designed for building web applications. It functions as a structured foundation for application development, incorporating a dependency injection container to manage object lifecycles and reduce coupling between components. The project includes a remote application debugger that allows for the inspection of internal state and variables from an external environment. It implements a model-view-controller architecture to separate application logic and data from the user interface. This includes a request pipeline for routing and middlewa

    PHPframeworkormroute
    Auf GitHub ansehen↗7,888
  • bcit-ci/codeigniterAvatar von bcit-ci

    bcit-ci/CodeIgniter

    18,171Auf GitHub ansehen↗

    CodeIgniter is an open-source PHP web framework and application toolkit designed for server-side development. It implements a model-view-controller architecture to separate internal data representations from the user interface. The framework utilizes a front-controller architecture to direct all incoming web requests through a single entry point for URI parsing and request dispatching. It includes a dependency injection container to resolve class dependencies and manage the lifecycle of core system components. The toolkit provides capabilities for routing management, database interactions, a

    PHPphpphp-frameworkphp7
    Auf GitHub ansehen↗18,171
  • assimon/dujiaokaAvatar von assimon

    assimon/dujiaoka

    11,855Auf GitHub ansehen↗

    Dujiaoka is a self-hosted PHP web application designed for the automated sale and distribution of digital goods. It functions as a comprehensive e-commerce platform that manages the entire lifecycle of virtual products, from inventory listing to the instant delivery of activation keys upon successful payment. The system distinguishes itself through an integrated payment processing architecture that utilizes event-driven callbacks to verify transactions and trigger automated workflows. This ensures that digital assets are delivered to customers immediately after payment confirmation, while pro

    PHPdujiaofakadujiaokafaka
    Auf GitHub ansehen↗11,855
  • laravel/frameworkAvatar von laravel

    laravel/framework

    34,774Auf GitHub ansehen↗

    This project is a full-stack web framework that provides a comprehensive environment for building server-side applications. It utilizes a model-view-controller architecture to separate application logic into distinct layers for data management, user interface presentation, and request handling. The platform manages the entire request-response lifecycle, including security, session handling, and background task processing, while using an object-relational mapping layer to translate database records into programmable objects. The framework distinguishes itself through a central service containe

    PHPframeworklaravelphp
    Auf GitHub ansehen↗34,774
Alle 30 Alternativen zu Cakephp anzeigen→