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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
JosephLenton avatar

JosephLenton/PHP-Error

0
View on GitHub↗
1,335 estrellas·149 forks·PHP·0 vistas

PHP Error

PHP-Error is a web development utility and error handler that intercepts application exceptions, syntax errors, and fatal errors to replace default engine output with formatted HTML diagnostic pages during local testing. It activates automatically upon startup without requiring manual initialization calls within project code.

The system features interactive diagnostics that include contextual syntax highlighting for code snippets, path-based stack trace filtering to separate external library code from application logic, and inline remote file editing capabilities that persist code modifications directly from the rendered debugging interface. It also provides asynchronous and AJAX request interception with request replaying utilities to pause and retry failed background operations.

Configuration controls allow adjustments to error reporting levels, global suppression for production environments, legacy strictness adjustments, and temporary error handling bypass during specific callback executions.

Features

  • PHP Development Tools - Provides a web development utility that intercepts application errors and syntax errors to render diagnostics during local testing.
  • Error Handling - Catching and displaying detailed error screens with syntax highlighting and readable stack traces during web application development.
  • Diagnostic Error Pages - Comprehensive error screens with readable stack traces, function signatures, and syntax highlighting are displayed directly in the browser during active development.
  • PHP Error Handlers - Replaces standard error output with formatted HTML diagnostic pages and interactive stack traces.
  • Automatic Library Initializers - The error reporting system is activated upon startup without requiring manual initialization calls within project code.
  • Error Stack Filtering - Stack traces are filtered to prioritize application files and ignore external modules so debugging focuses directly on your own code.
  • Stack Frame Filtering - Algorithmic filtering of call frames that separates external library code from application logic to streamline debugging output.
  • Syntax Highlighters - Code snippet extraction and lexical formatting applied to error lines using integrated syntax highlighters for readable diagnostics.
  • Global Error Handlers - Interception mechanism that replaces standard engine output by registering custom functions for runtime exceptions and fatal errors.
  • Error Pages - Displays formatted HTML error pages in place of default engine output when exceptions or syntax errors occur.
  • Error Page Diagnostics - Persisting code edits directly from browser-based error pages by accepting external save requests during the development workflow.
  • Inline Remote File Editors - Integrated web-based editor endpoint that receives and saves code modifications directly from rendered debugging interface triggers.
  • Remote Editing Tools - External save requests and custom endpoints are accepted so developers can modify files directly from the displayed error pages.
  • Captured Request Replayers - Browser-side request capture and retry loop that pauses failed background operations for immediate validation during testing.
  • Error Suppression Settings - Error display can be silently deactivated across the entire application using configuration settings when moving to production environments.
  • Asynchronous Request Interceptions - Wrapping scripts can be injected or request flags accepted to catch JSON and asynchronous failures across varied frontend architectures.
  • Custom Error Pages - Error reporting levels can be adjusted, unwanted errors suppressed, and defaults overridden to tailor output and sensitivity for different environments.
  • Background Request Retries - Failing background requests can be paused and rerun automatically in the browser to test fixes without editing client-side code.

Historial de estrellas

Gráfico del historial de estrellas de josephlenton/php-errorGráfico del historial de estrellas de josephlenton/php-error

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Colecciones destacadas con PHP Error

Colecciones seleccionadas manualmente donde aparece PHP Error.
  • Error management library

Preguntas frecuentes

¿Qué hace josephlenton/php-error?

PHP-Error is a web development utility and error handler that intercepts application exceptions, syntax errors, and fatal errors to replace default engine output with formatted HTML diagnostic pages during local testing. It activates automatically upon startup without requiring manual initialization calls within project code.

¿Cuáles son las características principales de josephlenton/php-error?

Las características principales de josephlenton/php-error son: PHP Development Tools, Error Handling, Diagnostic Error Pages, PHP Error Handlers, Automatic Library Initializers, Error Stack Filtering, Stack Frame Filtering, Syntax Highlighters.

¿Qué alternativas de código abierto existen para josephlenton/php-error?

Las alternativas de código abierto para josephlenton/php-error incluyen: sinelaw/fresh — Zed is a terminal-based code editor built in Rust that provides a full-featured editing experience with familiar… viatsko/awesome-vscode — This project is a curated directory of resources, extensions, and themes designed to extend the functionality of the… bettererrors/better_errors — Better Errors is a Rack middleware exception handler and interactive application state inspector for Ruby web… nickel-org/nickel.rs — Nickel is a web framework for the Rust programming language designed to handle HTTP requests and responses. It… vapor/vapor — Vapor is a comprehensive server-side web framework designed for building scalable, high-performance applications and… elysiajs/elysia — Elysia is a high-performance TypeScript web framework designed for building type-safe backend services. It provides a…

Alternativas open-source a PHP Error

Proyectos open-source similares, clasificados según cuántas características comparten con PHP Error.
  • sinelaw/freshAvatar de sinelaw

    sinelaw/fresh

    5,914Ver en GitHub↗

    Zed is a terminal-based code editor built in Rust that provides a full-featured editing experience with familiar keybindings, mouse support, and multiple cursors. It runs entirely in the terminal while offering capabilities typically found in graphical editors, including split panes, a command palette, and integrated language server protocol support for real-time diagnostics, completions, go-to-definition, and code actions across multiple languages. The editor distinguishes itself through a plugin system that runs sandboxed TypeScript plugins in a QuickJS runtime, with an asynchronous bridge

    Rustideterminal-basedtext-editor
    Ver en GitHub↗5,914
  • viatsko/awesome-vscodeAvatar de viatsko

    viatsko/awesome-vscode

    28,754Ver en GitHub↗

    This project is a curated directory of resources, extensions, and themes designed to extend the functionality of the Visual Studio Code editor. It serves as a comprehensive index for developers seeking to enhance their coding environment, offering a structured collection of community-driven tools that streamline development workflows and improve editor productivity. The directory distinguishes itself by organizing a vast ecosystem of plugins into logical categories, ranging from language-specific intelligence and version control integrations to advanced productivity utilities. It highlights t

    JavaScriptawesomeawesome-listlist
    Ver en GitHub↗28,754
  • bettererrors/better_errorsAvatar de BetterErrors

    BetterErrors/better_errors

    6,869Ver en GitHub↗

    Better Errors is a Rack middleware exception handler and interactive application state inspector for Ruby web applications. It intercepts unhandled exceptions to render developer-friendly error pages that provide detailed stack traces and variable inspection. The tool provides a debugging interface that allows for live code evaluation at every stack frame of an exception. It maps stack trace entries to local filesystem paths for direct navigation to source code in an editor and restricts interface access via IP-based validation. The project covers error response formatting for API and AJAX c

    Ruby
    Ver en GitHub↗6,869
  • nickel-org/nickel.rsAvatar de nickel-org

    nickel-org/nickel.rs

    3,144Ver en GitHub↗

    Nickel is a web framework for the Rust programming language designed to handle HTTP requests and responses. It functions as a server-side toolkit that provides integrated routing, middleware, and JSON deserialization. The framework utilizes a middleware-based request pipeline to insert custom logic and state management into the request-response cycle. It also includes a server-side template engine for generating dynamic HTML pages by merging data with markup templates. The project covers high-level capabilities for REST API development, web application routing, and global error handling to i

    Rust
    Ver en GitHub↗3,144
Ver las 30 alternativas a PHP Error→