3

I could not find any phing plugin for netbeans

skaffman
  • 398,947
  • 96
  • 818
  • 769
kamal
  • 9,637
  • 30
  • 101
  • 168

3 Answers3

1

http://plugins.netbeans.org/plugin/47165/phingking There was not a plugin before but now there is PhingKing

Chris
  • 8,168
  • 8
  • 36
  • 51
1

NetBeans 8.1 Beta comes with phing support: https://blogs.oracle.com/netbeansphp/entry/phing_support_added

I've already tested it and it works quite well.

m02ph3u5
  • 3,022
  • 7
  • 38
  • 51
0

Give the Ant plugin try. Because the syntax is very similar to ant you'll at least get nice target overview in the Navigator instead of the default xml structure overview. Better than nothing.

poisson
  • 1,324
  • 11
  • 20