7

I package my source code in Java using .jar. Is there any things like that in php?? Thank you.

Tattat
  • 15,548
  • 33
  • 87
  • 138

3 Answers3

9

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

datasage
  • 19,153
  • 2
  • 48
  • 54
2

there is phar.

http://www.php.net/manual/en/intro.phar.php

mjspier
  • 6,386
  • 5
  • 33
  • 43
1

There are two:

bcompiler and phar

I actually asked a question regarding these, but I don't remember getting too many useful responses.

Community
  • 1
  • 1
cwallenpoole
  • 79,954
  • 26
  • 128
  • 166