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

## Description Provide a default renderer for stempler template engine. Currently Stempler itself does only provide some components to create the template engine. The creation of the stempler template engine...

Feature
Question
Bridge: Stempler

Простите по англ. я не очень писатель. **Проблема:** Как правило на сборочных машинах нет доступа к базам, а на машинах где всё вертится файловые системы рид онли. По этому в...

Feature
Question

## Description Spiral is a nice fresh framework, but it's not extendable, which is not a good thing for a framework. There is a broad usage of "final" keyword in...

Feature

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

Component: Exceptions

Now custom input can be mapped into a traditional structure using `InputMapperInterface`. Provided a `InputMapper` that can to mapping from the box. - if at least one section param is...

Improvement
Component: Session

Shouldn't `NativeAttributeReader::getClassAttributes` read implemented interfaces attributes? https://github.com/spiral/attributes/blob/master/src/Internal/NativeAttributeReader.php#L45 In [this case](https://3v4l.org/5VuOA#v8.0.8) I expect to get all attributes cascade inherited.

Feature
Question
Component: Attributes

## Description * A feature to define global variables for all templates in Bootloader (Stempler Bootloader) * A feature to define sub global (i.e. global variable within layout, not for...

Feature
Component: Views