Our features site is undergoing a refresh! Be sure to explore the revamped site and discover our latest product roadmap launching here on Monday, March 18th.

Using PHING on the backend of CPanel GUI

JedClampett shared this idea 11 years ago
Needs Review

http://www.phing.info/

PHing Is Not GNU make; it's a PHP project build system or build tool based on ​Apache Ant. You can do anything with it that you could do with a traditional build system like GNU make, and its use of simple XML build files and extensible PHP "task" classes make it an easy-to-use and highly flexible build framework.

Features include running PHPUnit and SimpleTest unit tests (including test result and coverage reports), file transformations (e.g. token replacement, XSLT transformation, Smarty template transformations), file system operations, interactive build support, SQL execution, CVS/SVN/GIT operations, tools for creating PEAR packages, documentation generation (DocBlox, PhpDocumentor) and much, much more.

If you find yourself writing custom scripts to handle the packaging, deploying, or testing of your applications, then we suggest looking at the Phing. Phing comes packaged with numerous out-of-the-box operation modules (tasks), and an easy-to-use OO model to extend or add your own custom tasks.

I would like to suggest that PHING can be used to automate different tasks on the server through a cPanel GUI.

Also from PHING XML run files, it's possible to make calls to the base operating system, so this would give you the power to run any OS specific commands from within PHING scripts directly on the server.

Best Answer
photo

We have no plans or intent to offer phing, nor integrate it with our software.

Replies (1)

photo
1

We have no plans or intent to offer phing, nor integrate it with our software.

Replies have been locked on this page!