brickfield/moodle-plugin-ci
Helps running Moodle plugins analysis checks and tests under various CI environments.
Maintainers
Package info
github.com/brickfield/moodle-plugin-ci
Type:project
pkg:composer/brickfield/moodle-plugin-ci
Requires
- php: >=7.4
- laravel-zero/phar-updater: ^1.0.0
- marcj/topsort: ^2.0.0
- moodlehq/moodle-cs: ^3.7.0
- moodlehq/moodle-local_ci: ^1.1.4
- moodlehq/moodle-local_moodlecheck: ^1.3.2
- nikic/php-parser: ^4.14
- php-parallel-lint/php-console-highlighter: ^1.0.0
- php-parallel-lint/php-parallel-lint: ^1.3.2
- phpmd/phpmd: ^2.14.0
- phpunit/php-timer: ^5.0.3
- psr/log: ^1.1.4
- sebastian/phpcpd: ^6.0.3
- sebastian/version: ^3.0.2
- symfony/console: ^5.4
- symfony/dotenv: ^5.4
- symfony/filesystem: ^5.4
- symfony/finder: ^5.4
- symfony/process: ^5.4
- symfony/yaml: ^5.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.59.3
- mockery/mockery: ^1.5.0
- phpunit/phpunit: ^9.6
- vimeo/psalm: 5.19.*
Suggests
None
Provides
None
Conflicts
None
Replaces
None
GPL-3.0-or-later 83143a2546ba6bb99f6ff9d6995081c7f33b712b
- Eloy Lafuente <stronk7.woop@moodle.com>
- Ruslan Kabalin <ruslan.woop@moodle.com>
- Mark Nielsen <mark.nielsen.woop@blackboard.com>
- Sam Chaffee <sam.chaffee.woop@blackboard.com>
This package is not auto-updated.
Last update: 2026-06-18 03:42:37 UTC
README
👁 Latest Stable Version
👁 Moodle Plugin CI
👁 Build Status
👁 Total Downloads
👁 License
The goal of this project is to facilitate the running of tests and code analysis against a Moodle plugin using CI environments, such as Travis CI or GitHub Actions. All of these tests and tools are run everytime a change is pushed to a GitHub branch or pull request.
History, acknowledgement and appreciation
This repository is a fork of the original moodle-plugin-ci, created and maintained by MoodleRooms / Blackboard over the last years. All the licenses, copyrights and authorship of the original code and commits have been kept unmodified, how not!
After some unsuccessful attempts over the last months to keep the product alive and maintained, proposing updates and fixes via standard pull requests, asking for some alternative collaboration schemas, and specially with the urgency of some changes to be implemented in order to keep the tool working with modern Moodle versions, it was decided, by Moodle HQ, to create this fork and take on its maintenance officially.
Many, many thanks to all the collaborators, very specially to Mark Nielsen for all the hard work making this product such a great tool for the entire Moodle development community, we'll try to keep the bar high!
And, of course, everybody is welcome to participate and help here, it's Open Source, you know!
