ede-php-autoload

Homepage: https://github.com/emacs-php/ede-php-autoload

Author: Steven RĂ©mot, original code for C++ by Eric M. Ludlam

Updated:

Summary

Simple EDE PHP Project

Commentary

PHP EDE project that supports class autoloading and composer.json detection.

Example project definition :
(ede-php-autoload-project "My project"
                      :file "/path/to/a/file/at/root"
                      :class-autoloads '(:psr-0 (("MyNs" . "src/MyNs")
                                                ("AnotherNs" . "src/AnotherNs"))
                                         :psr-4 (("MyModernNs" . "src/modern/MyNs"))))

This EDE project can then be used through a semanticdb
backend.  Enable it by activating `ede-php-autoload-mode'.

Dependencies

Reverse dependencies