You probably come from a java background and are used to having to create ear/war files and all of that. There really isn't any of that necessary with PHP. To deploy PHP code, all you have to do is copy it to the webserver as is. No compiling, no packaging, no deployment process, nothing, just copy the plain-text code.