Is there a best practice for releasing production code for PHP?
I know with Java you can release the source code as a WAR or JAR but does PHP have something like this?
As our org grows I wanted to find a better way of releasing production code instead of the current process with is not acceptable.
Current Process:
Need the ability to
Any other suggestions/options/practices that would be good to incorporate? Looking at changing the org process.
The rough equivalent to War or Jar would be Phar. There is a tutorial by Cal Evans at
Won't go into other Deployment strategies, because those have been discussed before: