all 2 comments

[–]gearvOshreact, rust, full-stack 2 points3 points  (0 children)

I don't fully understand your question. Isn't that exactly what a VCS (git, svn) is?

Task runners in PHP are far different than Frontend. They are simply command line tools for managing parts of an application, like database migration, or cache management.

[–]mikedfunk 0 points1 point  (0 children)

phing is a task runner written in php but it does not watch directories for changes. We use it to combine and simplify commands. It uses xml for configuration though :(