Native Joomla 4 and Joomla 5 PHP library for working with the Moodle REST API

Native Joomla 4 and Joomla 5 PHP library for working with the Moodle REST API

Сергей Толкачев -
Колькасьць адказаў: 1
Hello, community! I'm a Joomler and recently I came across the task of integrating Joomla 5 and Moodle 4.3. I found a Joomdle package and found a rich Moodle native REST API with near 750 methods.  Unfortunately, Joomla does not use the Moodle rest api directly, but uses its own entry point, so I started working on native Joomla 5 PHP library for Moodle REST API. Let me share it.

WT JMoodle library on GitHub
Extension page

I'm sorry if I chose the wrong forum section for this post.
Сярэдняе рэйтынгаў: -
У адказ на Сергей Толкачев

Re: Native Joomla 4 and Joomla 5 PHP library for working with the Moodle REST API

Сергей Толкачев -
WT JMoodle library v.1.1.0 has been released.

What's new?
[new] Joomla Form Course List Field
Added a Joomla Form field that displays a list of Moodle courses in Joomla. The field requires the allowed core_course_get_courses method and access rights configured in Moodle.
[new] Helper \ Course
Added data structure validation rules for core_course_*** methods