Level 88
Well Laravel offers this functionally for you out of the box: https://laravel.com/docs/5.8/eloquent-serialization#serializing-to-json
It might also be useful to look into Eloquent Resources: https://laravel.com/docs/5.8/eloquent-resources
AFAIK there is no package for this. Only packages to export everything to JSON as an example. But you can build this yourself pretty easily ;)