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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to dereuromark/cakephp-setup

Projects sharing features with Cakephp Setup

30 open-source projects similar to dereuromark/cakephp-setup, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • ibotpeaches/apktooliBotPeaches avatar

    iBotPeaches/Apktool

    24,788View on GitHub↗

    Apktool is an Android APK reverse engineering tool designed to decode application packages into human-readable form and rebuild them after modification. It functions as a Dalvik bytecode disassembler and a resource decoder, transforming binary Android XML and DEX files into editable text and Smali representation. The project serves as an application rebuilder, packing modified resources and Smali code back into a functional Android application package. This capability enables the modification of application logic and resources for testing and deployment. The tool covers a broad surface of an

    Java
    View on GitHub↗24,788
  • bradmontgomery/django-querycountbradmontgomery avatar

    bradmontgomery/django-querycount

    408View on GitHub↗

    Django Querycount

    Python
    View on GitHub↗408
  • cakedc/cakephp-inertiaCakeDC avatar

    CakeDC/cakephp-inertia

    12View on GitHub↗

    CakeDC Inertia Plugin

    Twig
    View on GitHub↗12
  • cakedc/enumCakeDC avatar

    CakeDC/enum

    30View on GitHub↗

    CakeDC Enum Plugin

    PHP
    View on GitHub↗30
  • cnizzardini/cakephp-preloadercnizzardini avatar

    cnizzardini/cakephp-preloader

    12View on GitHub↗

    An OPCache preloader for CakePHP.

    PHP
    View on GitHub↗12

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • dcramer/django-devserverdcramer avatar

    dcramer/django-devserver

    1,266View on GitHub↗

    A drop-in replacement for Django's runserver.

    Python
    View on GitHub↗1,266
  • dereuromark/cakephp-ajaxD

    dereuromark/cakephp-ajax

    0View on GitHub↗

    A CakePHP plugin that makes working with AJAX a "piece of cake".

    View on GitHub↗0
  • dereuromark/cakephp-calendardereuromark avatar

    dereuromark/cakephp-calendar

    16View on GitHub↗

    A plugin to render simple calendars.

    PHP
    View on GitHub↗16
  • dereuromark/cakephp-dtodereuromark avatar

    dereuromark/cakephp-dto

    30View on GitHub↗

    A Data Transfer Object (DTO) is an object used to pass typed data between layers in your application, similar in concept to Structs) in C, Martin Fowler's Transfer Objects, or Value Objects.

    PHP
    View on GitHub↗30
  • dereuromark/cakephp-feedbackdereuromark avatar

    dereuromark/cakephp-feedback

    7View on GitHub↗

    This plugin provides a static feedback tab on the side of the screen that enables website visitor to submit feedback or bugreports. Features pure client-side screenshot function including user-placed highlight / accent.

    PHP
    View on GitHub↗7
  • dereuromark/cakephp-flashdereuromark avatar

    dereuromark/cakephp-flash

    12View on GitHub↗

    A plugin for more powerful flash messages in your CakePHP apps.

    PHP
    View on GitHub↗12
  • dereuromark/cakephp-shimdereuromark avatar

    dereuromark/cakephp-shim

    40View on GitHub↗

    Shim plugin to "shim" functionality up and down for CakePHP major versions. It also provides some small app-specific fixes.

    PHP
    View on GitHub↗40
  • dereuromark/cakephp-toolsdereuromark avatar

    dereuromark/cakephp-tools

    333View on GitHub↗

    A CakePHP plugin containing several useful tools that can be used in many projects.

    PHP
    View on GitHub↗333
  • dereuromark/cakephp-whoopsdereuromark avatar

    dereuromark/cakephp-whoops

    14View on GitHub↗

    Seamlessly integrate Whoops into CakePHP applications.

    PHP
    View on GitHub↗14
  • dereuromark/cakephp-workflowdereuromark avatar

    dereuromark/cakephp-workflow

    2View on GitHub↗

    This branch is for CakePHP 5.2+. See version map for details.

    PHP
    View on GitHub↗2
  • dereuromark/executionorderdereuromark avatar

    dereuromark/executionorder

    21View on GitHub↗

    A demo app to display execution order of files and callbacks in a CakePHP app. This can be very useful for knowing if app-, plugin- or other callbacks run in the order one expects them to.

    PHP
    View on GitHub↗21
  • fukawi2/networkhealthchecklistfukawi2 avatar

    fukawi2/NetworkHealthChecklist

    29View on GitHub↗

    A checklist of items to check, especially when inheriting a foreign network.

    View on GitHub↗29
  • getsentry/sentrygetsentry avatar

    getsentry/sentry

    44,108View on GitHub↗

    This project is a comprehensive software observability suite and application performance monitoring platform designed to track runtime errors, performance bottlenecks, and system health. It functions as a centralized diagnostic service that aggregates and categorizes exceptions, providing the infrastructure necessary to visualize complex execution paths across distributed systems and microservices. The platform distinguishes itself through a high-throughput distributed event ingestion pipeline and a columnar storage analytics engine that enables rapid aggregation of large-scale performance me

    Pythonapmcrash-reportingcrash-reports
    View on GitHub↗44,108
  • jazzband/django-debug-toolbarjazzband avatar

    jazzband/django-debug-toolbar

    8,373View on GitHub↗

    This project is a web application debugger and profiler for the Django framework. It provides a set of diagnostic tools that display real-time execution metrics, server-side state, and database queries directly in the browser. The tool functions as a middleware-based performance monitor that captures telemetry and timings throughout the application lifecycle. It specifically serves as a SQL query profiler to identify redundant database calls and a general profiler for monitoring request timings and resource usage. The software covers broad observability capabilities, including the analysis o

    Python
    View on GitHub↗8,373
  • jazzband/django-silkjazzband avatar

    jazzband/django-silk

    4,926View on GitHub↗

    Django Silk is a profiling and inspection toolset for Django applications designed to capture SQL queries, HTTP request data, and execution timing for diagnostics. It functions as a performance profiler and debugging middleware that records runtime execution data to provide a comprehensive overview of application behavior. The system includes a database profiler for identifying slow operations through detailed timing data and an HTTP request inspector for reviewing headers, bodies, and network traffic via a web interface. It allows for the reproduction of specific server requests through gene

    Python
    View on GitHub↗4,926
  • jmcarp/nplusonejmcarp avatar

    jmcarp/nplusone

    1,063View on GitHub↗

    Auto-detecting the n+1 queries problem in Python

    Python
    View on GitHub↗1,063
  • josbeir/cakephp-attribute-registryjosbeir avatar

    josbeir/cakephp-attribute-registry

    2View on GitHub↗

    A powerful CakePHP plugin for discovering, caching, and querying PHP 8 attributes across your application and plugins.

    PHP
    View on GitHub↗2
  • lordsimal/cakephp-sentrylordsimal avatar

    lordsimal/cakephp-sentry

    12View on GitHub↗

    CakePHP integration for Sentry.

    PHP
    View on GitHub↗12
  • markoch/code-reviewmarkoch avatar

    markoch/code-review

    17View on GitHub↗

    ✨ Checklist for doing a code review

    View on GitHub↗17
  • micropyramid/django-web-profilerMicroPyramid avatar

    MicroPyramid/django-web-profiler

    80View on GitHub↗

    django-web-profiler's documentation:

    Python
    View on GitHub↗80
  • mirko-pagliai/cakephp-database-backupmirko-pagliai avatar

    mirko-pagliai/cakephp-database-backup

    24View on GitHub↗

    DatabaseBackup is a CakePHP plugin to export, import and manage database backups. Currently, the plugin supports MySql, Postgres and Sqlite databases.

    PHP
    View on GitHub↗24
  • mrmrs/styleguide-checklistM

    mrmrs/styleguide-checklist

    0View on GitHub↗
    View on GitHub↗0
  • paunin/soa-checklistpaunin avatar

    paunin/soa-checklist

    96View on GitHub↗

    Microservice Oriented Architecture checklist

    View on GitHub↗96
  • rjz/code-review-checklistrjz avatar

    rjz/code-review-checklist

    14View on GitHub↗

    A hardly exhaustive collection of boxes to check

    View on GitHub↗14
  • sija/backtracer.crSija avatar

    Sija/backtracer.cr

    18View on GitHub↗

    Crystal shard aiming to assist with parsing backtraces into a structured form.

    Crystal
    View on GitHub↗18