1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
+
+
+
+
+
+
+
+
+
+
+
|
# Development Links
- <https://alphapapa.github.io/emacs-package-dev-handbook/>
- <https://github.com/positron-solutions/transient-showcase>
## PHP
- <https://github.com/redhat-developer/yaml-language-server>
- <https://github.com/adamwojs/symfony-config-schema-gen>
- <https://github.com/phpactor/phpactor>
- <https://github.com/phpyh/service-dumper-bundle>
- <https://github.com/luxifer/symfony-repl/blob/master/bin/symfony-repl>
- <https://github.com/bobthecow/psysh>
## Elisp + PHP
- <https://github.com/emacs-php>
- <https://github.com/emacs-php/composer.el>
- <https://github.com/emacs-php/php-suite>
- <https://github.com/emacs-php/psysh.el>
- <https://github.com/nlamirault/phpunit.el>
- <https://github.com/emacs-php/php-ts-mode>
- <https://github.com/emacs-php/phpactor.el>
- <https://github.com/emacs-php/poly-php>
- <https://github.com/emacs-php/phpstan.el>
## Similar projects
- <https://code.djangoproject.com/wiki/Emacs>
- <https://github.com/pythonic-emacs/djangonaut>
|