totara / installer
1.0.2
2026-04-15 23:28 UTC
Requires
- composer-plugin-api: ^2.6
Requires (Dev)
- composer/composer: ^2.8
- phpunit/phpunit: ^11
This package is auto-updated.
Last update: 2026-04-15 23:30:03 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.