Unfortunately PHP does not provide any means to autoload the files that a functions is located in, even if they are in an namespace. To work around this, Composer makes use of an `autoload.files` section in the `composer.json` file. Shortly after the Composer autoloader is registered with the `spl_autoload_register` call it also includes any files listed in this section. Moodle does not do this and really we should be doing so. This change adds a section to the autoloader registration method which loads all of the files defined in any third-party library included in our `lib` directory which contains any `composer.json` file with such a stanza.
Moodle
Moodle is the World's Open Source Learning Platform, widely used around the world by countless universities, schools, companies, and all manner of organisations and individuals.
Moodle is designed to allow educators, administrators and learners to create personalised learning environments with a single robust, secure and integrated system.
Documentation
- Read our User documentation
- Discover our developer documentation
- Take a look at our demo site
Community
moodle.org is the central hub for the Moodle Community, with spaces for educators, administrators and developers to meet and work together.
You may also be interested in:
- attending a Moodle Moot
- our regular series of developer meetings
- the Moodle User Association
Installation and hosting
Moodle is Free, and Open Source software. You can easily download Moodle and run it on your own web server, however you may prefer to work with one of our experienced Moodle Partners.
Moodle also offers hosting through both MoodleCloud, and our partner network.
License
Moodle is provided freely as open source software, under version 3 of the GNU General Public License. For more information on our license see