framework icon indicating copy to clipboard operation
framework copied to clipboard

High-Performance PHP Framework

Results 100 framework issues
Sort by recently updated
recently updated
newest added

| Q | A | ------------- | --- | Bugfix? | ✔️ | Breaks BC? | ✔️ | New feature? | ✔️ | Issues | #1074

| Q | A | ------------- | --- | Bugfix? | ❌ | Breaks BC? | ❌ | New feature? | ✔️ ### Refactored `AuthMiddleware` and `SessionMiddleware` The `Spiral\Auth\Middleware\AuthMiddleware` and...

### Description protected function alert(string $string): void in HelpersTrait.php calls the following: $this->newLine(); Which calls $this->output->newLine($count); Which returns: [Error] Call to undefined method Symfony\Component\Console\Output\ConsoleOutput::newLine() in vendor/spiral/framework/src/Console/src/Traits/HelpersTrait.php:197 ### How To Reproduce...

Bug

Spiral provides an efficient way to bootstrap applications, allowing developers to register container bindings and configure applications effectively. However, this process can be further enhanced by introducing PHP attributes for...

Feature
Component: Boot
Component: Core

## Description I think it would be a good idea to include the `buggregator/trap` ([repo](https://github.com/buggregator/trap)) package in the default debugging toolset. This package improves Protobuf message dumps (patches Symfony's var-dumper)...

Feature
Component: Dumper

In `queue.php` config we can set `job_name to job_handler` binding. This is very useful. ```php 'registry' => [ 'handlers' => [ 'app::ping' => Ping::class, 'app::user:action' => UserActionJobHandler::class, ], ], ```...

Feature
Component: Queue

In the rich ecosystem of the Spiral Framework, the `spiral/telemetry` package stands out for its capability to send telemetry data efficiently to OpenTelemetry via the `spiral/otel-bridge` package. This functionality is...

Feature
Improvement
Component: Telemetry
Bridge: Sentry

### Benefits: 1. Performance: Just like RoadRunner, Swoole is known for its high-speed performance. Integrating it with Spiral can offer users another option to achieve blazing-fast response times. 2. Flexibility:...

Feature

The proposed feature aims to enhance the usability and convenience of the installed application by introducing a new console command named `InfoCommand`. This command will provide developers with a quick...

Feature
Component: Console