Further reading
- You can read about SemVer at https://semver.org/.
- W3Techs is the site of reference for the CMS market. You can view Joomla! usage and trends worldwide at https://w3techs.com/technologies/details/cm-joomla.
- The
FakerPHP
library offers lots of possibilities for creating fake data. You can find more information about it at https://fakerphp.github.io/. - Composer is the de facto dependency manager standard for PHP and it helps you create featured-rich applications using third-party libraries. You can read more about it at https://getcomposer.org/.
- Joomla! relies on namespaces to work. Namespaces in PHP solve lots of issues when using different libraries in your code. You can read more about namespaces in the PHP manual at https://www.php.net/manual/en/language.namespaces.rationale.php.