I have my project packed as phar.
I want to call some files from my phar using php cli.
like: php /home/myproject.phar/work/worker.php
For now I have next error: Could not open input file
Is it possible to do that?
Asked
Active
Viewed 101 times
1

Dmitry Novice
- 155
- 2
- 12
-
maybe useful? [Extracting files from .phar archive](http://stackoverflow.com/questions/12997385/extracting-files-from-phar-archive). Maybe interesting? [Creating PHP Phar archives for command line programs](http://www.atkinson.kiwi/programming/creating-phar-cli-programs.html) – Ryan Vincent Dec 01 '15 at 10:38