Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 508 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 508 Bytes

Phar View

A simple script which uses PHP to view files inside a Phar (PHP Archive) via their phar:// URL. Its primary purpose is making it possible to step through code during debugging with Vdebug.

PHP expects the file extension to be .phar and will throw an invalid URL error if it isn't. You may be able to work around this by creating a symlink to the real archive, e.g. without any extension.

There is no write or browse functionality.