totara / installer
Installs: 38
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Type:composer-plugin
pkg:composer/totara/installer
Requires
- composer-plugin-api: ^2.6
Requires (Dev)
- composer/composer: ^2.8
- phpunit/phpunit: ^11
This package is auto-updated.
Last update: 2025-10-06 23:49:27 UTC
README
Composer installer for Totara-supported plugins.
Installing
Run composer install totara/installer
to add this to your project.
Plugin Structure
The root of your plugin should match a Totara component, for example containing a db or classes folder. At minimum it must have a version.php file.
Client Code
There is a special .client folder that is moved to the client/{name} location during build. The name of the client component is taken from the tui.json file included inside.