Php based parser script for WhatsApp webhook json [closed]

I have a working WhatsApp Webhook json dumped into a text file.

Rather than writing from scratch, is there some kind of readymade PHP based script that would parse that json to a readable format (combine messages from same number along with displaying downloaded media, something like WhatsApp web gives).

Only display received messages, no sending required.

Any lead would helpful.

Thanks.