php
- https://www.php.net/manual/ru/ или https://www.php.net/docs.php
- https://www.php-fig.org/psr/psr-12/ – стандарты оформления
- https://github.com/cjohansson/emacs-phps-mode – умеет что-то из стандарта поддерживать.
- https://packagist.org/packages/phpactor/phpactor
- https://github.com/cjohansson/emacs-phps-mode
- https://www.emacswiki.org/emacs/PhpMode
- https://emacs-lsp.github.io/lsp-mode/tutorials/php-guide/
- https://github.com/felixfbecker/php-language-server
Курсы
- https://stepik.org/course/87314/promo?search=3677190814
- https://stepik.org/course/128837/promo?search=3677190815
- https://stepik.org/course/62383/promo?search=3677190816
Доки
- https://habr.com/ru/sandbox/22836/
- https://ru.wikipedia.org/wiki/PhpDocumentor
- https://en.wikipedia.org/wiki/PhpDocumentor
- https://github.com/phpDocumentor/phpDocumentor
- https://docs.phpdoc.org/3.0/
- https://habr.com/ru/articles/162535/
- https://phpdox.net/
- https://www.jetbrains.com/help/phpstorm/phpdoc-comments.html
- http://www.phpprogram.net/category/php-documentation-tools/
Для Documentor в виде phar, кроме собственно php (8.2 в моем случае), надо php8.2-xml, php8.2-mbstring.
(https://en.wikipedia.org/wiki/PHAR_(file_format) - про phar. Запускаемый php-архив, который для запуска и работы требует наличия в системе php и того, что в этот файл не упаковано, но ему надо. https://www.php.net/manual/ru/phar.using.intro.php)
https://github.com/phpDocumentor/phpDocumentor/blob/master/data/xsd/phpdoc.xsd – про конфигурирование.
PHPStorm – https://www.jetbrains.com/help/phpstorm/getting-started.html - не моя чашка чаю, но понимать, что тут дают, полезно.
Fully Qualified Structural Element Name (FQSEN)
- https://habr.com/ru/articles/260769/ – про паттерн Action-Domain-Responder — доработка MVC под задачи веба
- https://laravel.demiart.ru/pattern-action-domain-responder/ – и ещё.
- https://gist.github.com/mindplay-dk/5505023 – и немного поговорить об этом.