Does PHP have an extension that permits to use a tar.gz like a folder?
I have some file that uses a similar structure and I don't need to extract all to read information about it, so can I make file_get_contents("my/path/to/tar/something.tar.gz/out.json");
?