tobyzerner / json-api-server

A JSON:API server implementation in PHP.
https://tobyzerner.github.io/json-api-server/
MIT License
63 stars 21 forks source link

feat: mutation methods #108

Open SychO9 opened 2 months ago

SychO9 commented 2 months ago

It would be nice to be able to use these methods for mutation since a use case (like ours) can be extensibility, so modifying what was already set by default.

Understandable if not fit here, since we can still add these through custom traits.