:name is a collaboration of Flarum extension developers, who want to share their experiences to help others at building Flarum extensions and improve the documentation from an outsider viewpoint.
In order to provide quality extensions and snippets, we follow this checklist as closely as possible;
- Namespaces consist of the :name vendor and a unique package name prefixed by flarum:
:name/flarum-package-name
. - Packages are hosted on [Github][github] and registered on [Packagist][packagist], making it easily available through [Composer][composer].