pingping
pingping copied to clipboard
Replace Responses with DTO
It Will be a huge task as
- Check the Spatie DTO package if it adds value, we will use it, otherwise, go for a simple standard PHP object
- Create DTOs for a different response from APIs
- How to handle different statuses from API using DTO?
- How to give a response back if we get a failure response from PingPing API as DTO?