-
Study and check the viability to starting use command bus
https://tactician.thephpleague.com/
-
**Is your feature request related to a problem? Please describe.**
To send data to Azure or export in any format (eg. JSON) the process data must be represented as Data Transfer Object (DTO.
**De…
-
**Is your feature request related to a problem? Please describe.**
Right now it is not allowed to update the `name` of a group via `PATCH /groups/{group}`.
```
curl -X 'PATCH' \
'https://api.…
-
**API Platform version(s) affected**: 3+
**Description**
If we have 2 different ParameterProviders set to 2 different query parameters, only the last provider has effect on the context/ope…
-
Hello,
.net 8
I have a solution with an API .Api project with all the DTOs within, with [TranspilationSource] on them.
It works well.
I have put all my DTOs within another project, .Core (w…
-
### Version
2.15.0
### Details
Using Gridify and [heyapi](https://heyapi.dev/) to get the query options from the URL like so:
```cs
public async Task GetTasks([FromQuery] GridifyQuery query…
-
`@readonly`, then apply fixer introduced in #7353 for CI high-end
-
When using `Get-BetaNotificationTemplates` in the PowerShell SDK, it returns additional attributes `slackTemplate` and `teamsTemplate`, which always seem to be null by the way. `ConvertFrom-BetaJsonTo…
-
### Description
Based on the docs, I expect a DTO given to a handler via the `dto` parameter to apply to the return value when no `return_dto` is specified. However, when the `SQLALchemyPlugin` is us…
-
Our Value Objects and DTOs are strict by design.
But this makes it harder to use them in non-PHP land (like Fusion or Fluid). Besides debugging stack traces gets really hard.
## Suggestion
- [ …