Can php library package source code like java.jar?

I am packaging my Java source code with .jar. Are there any such things in php? Thanks.

+7
source share
3 answers

The closest thing to PHP is Phar: http://php.net/manual/en/book.phar.php

+9
source
+2
source

There are two:

bcompiler and phar

I really asked this question , but I don’t remember to get too many useful answers.

+1
source

All Articles