Brent Roose
Brent Roose
We need to make sure all subsplits have the right dependencies and work standalone.
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...
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,...
Before tagging 1.0, we need to upgrade to 8.4. The main feature to add are property hooks on interfaces.
All these classes need method injection + tests - [x] Controller actions - [ ] Console commands - [ ] Event handlers - [ ] Command handlers
- 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.
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...
Needed for - tempestphp/tempest-framework#123 - tempestphp/tempest-framework#201