📜 ⬆️ ⬇️

PHPEdit is an editor with full symfony support.


Currently there are several possible ways to integrate symfony into editors. These methods are described in the wiki and in most cases are the addition of symfony libraries to a project for automatic substitution and partial verification. As already written on Habrahabr, netbeans 7.0 is planned to add full support for this framework. This, however, forgot to tell the developers of another project - PHPEdit . On March 20, 2009, version 3.2.0 of this editor was released, in which symfony support was added as an extension.

You can briefly familiarize yourself with the features of the editor by looking at the official screencast .

Opportunities (they are pluses):




')

disadvantages




In general, it is a good solution for symfony projects. I have not yet tried a test drive on reasonable projects with a large amount of code and include, but there is a suspicion that it will also work fine. The editor lacks the flexibility that Zend Studio has for Eclipse, PDT, netbeans, and others, but it is more than worth it with good integration with symfony. Be sure to buy a license when a version appears under Linux.

Acknowledgments




Screenshots








Source: https://habr.com/ru/post/55713/


All Articles