Roy-Orbison / vim-phar-view

View files inside Phar archives in Vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

View files inside Phar archives in Vim


Languages

Language:Vim Script 100.0%