Skip to content

Commit 79cd180

Browse files
committed
Modify README
1 parent 538e19c commit 79cd180

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.org

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
* PHP coding suite for GNU Emacs
22
Emacs is a powerful IDE for PHP.
3+
** What is this?
4+
This package integrates some packages for PHP coding.
5+
- php-project (part of PHP Mode)
6+
- [[https://github.com/emacs-php/php-runtime.el][php-runtime]] - Emacs runtime bridge to PHP
7+
- [[https://github.com/ejmr/php-mode][php-mode]] - Major mode for PHP script
8+
- [[http://web-mode.org/][web-mode]] - Major mode for HTML template
9+
- [[https://github.com/emacs-php/composer.el][composer.el]] - Interface to [[https://getcomposer.org/][Composer]] (Dependency manager for PHP)
10+
- [[https://github.com/nlamirault/phpunit.el][phpunit.el]] - Interface to [[https://phpunit.de/][PHPUnit]] (xUnit testing framework)
11+
- [[https://github.com/emacs-php/psysh.el][psysh.el]] - Interface to [[http://psysh.org/][PsySH]] (REPL, interactive debugger)
12+
- [[https://github.com/emacs-php/phpstan.el][phpstan.el]] - Interface to [[https://github.com/phpstan/phpstan][PHPStan]] (PHP Static Analysis Tool)
13+
- ([[https://github.com/emacs-php/phpactor.el][phpactor.el]]) - Interface to [[http://phpactor.github.io/phpactor/][Phpactor]] (Intelligent completion and refactoring tool)

0 commit comments

Comments
 (0)