Using Phing programmatically
Does anyone use/have examples of using Phing from PHP? I'd quite like a web interface for Phing an开发者_运维知识库d am wondering how easily this could be achieved.
[Edit] In this specific instance we're deploying from Subversion using Phing.
Thanks,
Toby
There's no 'web interface' for Phing as such as far as I know. However you may be interested in using Jenkins/Hudson for what you're doing. You'll find that those two work together very well and when properly set up Jenkins will basically become your web interface to Phing. See http://www.davegardner.me.uk/blog/2009/11/09/continuous-integration-for-php-using-hudson-and-phing/ and http://jenkins-ci.org/.
精彩评论