Basic PHP question - can I package files for ease of management?

  • Thread starter Thread starter alex
  • Start date Start date
A

alex

Guest
I have a PHP project which uses miscellaneous open-source code. Is it possible to put all the open-source into a zip or jar file like you do with compiled Java code? I just don't like having all those files sitting out in the open, it's difficult to manage and FTP all the time etc.
 
Back
Top