Skip to content

Naming conventions

Robbie Averill edited this page Nov 27, 2018 · 2 revisions

SilverLeague modules will always follow these naming conventions:

Repositories

SilverLeague modules will be named silverleague/silverstripe-[modulename].

Namespaces

SilverLeague modules will follow the PSR-4 recommended namespacing convention of vendor\package, and as such will be namespaced as SilverLeague\ModuleName.

Clone this wiki locally