Brent Roose

Results 146 issues of Brent Roose

We need to make sure all subsplits have the right dependencies and work standalone.

Stewardship

We discussed potential improvements for the current event bus in tempestphp/tempest-framework#6. This issue lists those improvements. - **Transports**: A driver (for lack of a better term) that the event bus...

Event bus

We need a way to dispatch background jobs to a queue. We could make a CLI-only interface for starters. We already have a scheduler component which might come in handy,...

Views
Uncharted waters
Newsworthy

Before tagging 1.0, we need to upgrade to 8.4. The main feature to add are property hooks on interfaces.

Stewardship

All these classes need method injection + tests - [x] Controller actions - [ ] Console commands - [ ] Event handlers - [ ] Command handlers

Container

- Arr - Str - Path - Int

So that it doesn't grow too big. It's only used as a communication channel between the debug functions and `tempest tail`, so it can be truncated often.

Log

We need a way to define environment-specific logger channels. My idea was to add an `environments` array to all channels, an add `getEnvironments(): ?array` on the interface. ```php return new...

Log

Needed for - tempestphp/tempest-framework#123 - tempestphp/tempest-framework#201

Uncharted Waters
Feature Request