> For the complete documentation index, see [llms.txt](https://docs.chamilo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamilo.org/1.11.x/developer-guide/coding_conventions.md).

# Coding conventions

Coding conventions available here :

<https://github.com/chamilo/chamilo-lms/wiki/Coding-conventions>

We have recently decided to go in the direction of [PSR-2](http://www.php-fig.org/psr/psr-2/), including [PSR-1](http://www.php-fig.org/psr/psr-1/) and [PSR-0](http://www.php-fig.org/psr/psr-0/) so, if in doubt, follow PSR, with some exceptions to respect Chamilo conventions first.
