PHPackages                             docasdev/laravel-moodle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. docasdev/laravel-moodle

ActiveLibrary[API Development](/categories/api)

docasdev/laravel-moodle
=======================

Laravel Moodle client

1.1.0(2y ago)4407MITPHP

Since Sep 22Pushed 2y agoCompare

[ Source](https://github.com/DocasDev/laravel-moodle)[ Packagist](https://packagist.org/packages/docasdev/laravel-moodle)[ RSS](/packages/docasdev-laravel-moodle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (4)Used By (0)

Laravel Moodle Client
=====================

[](#laravel-moodle-client)

### This is a fork of [zhiru/laravel-moodle](https://github.com/zhiru/laravel-moodle/tree/master)

[](#this-is-a-fork-of-zhirularavel-moodle)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3cb1f01a5307b4eb19626a93c079a5009a61b352200ac407931f3e4112ba826a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f646f6361736465762f6c61726176656c2d6d6f6f646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/docasdev/laravel-moodle)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/1199774134d86832e48bccc7e9a893f44991aa5a156010bf2c23cd4941dcfb36/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f646f6361736465762f6c61726176656c2d6d6f6f646c652f6d61696e2e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/docasdev/laravel-moodle)[![Total Downloads](https://camo.githubusercontent.com/15d00ed87c9a67cc722a432c35ce5c76a862165a108ab9e43846ca42fa6f1fcd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f646f6361736465762f6c61726176656c2d6d6f6f646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/docasdev/laravel-moodle)

**Laravel****Moodle****laravel-modules**^10.10^4.2^1.0`docasdev/laravel-moodle` is a Laravel package which created way to interact with moodle through api/webservice.

In adaptation and Work in Progress
----------------------------------

[](#in-adaptation-and-work-in-progress)

Installation
------------

[](#installation)

To install through Composer, by run the following command:

```
$ composer require docasdev/laravel-moodle

```

The package will automatically register a service provider and alias.

Optionally, publish the package's configuration file by running:

```
php artisan vendor:publish --provider="DocasDev\LaravelMoodle\LaravelMoodleServiceProvider"
```

Usage
-----

[](#usage)

Create instance of moodle clients, e.g. REST client:

```
$client = new RestClient();
```

If there is no build in needed services and entities, you can create it.
Services must extend Service abstract class, entities (as DTO's) must extend Entity abstract class.

Also, you can use moodle client without service layer:

```
$courses = $client->sendRequest('core_course_get_courses', $parameters);
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

969d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/92f9a995fa31f1dc4cd7fbb0de4ddf5da5f7986edfda90e680f1c16a4f0de9de?d=identicon)[DocasDev](/maintainers/DocasDev)

---

Top Contributors

[![DocasDev](https://avatars.githubusercontent.com/u/22645472?v=4)](https://github.com/DocasDev "DocasDev (14 commits)")[![ozq](https://avatars.githubusercontent.com/u/12393971?v=4)](https://github.com/ozq "ozq (10 commits)")[![zhiru](https://avatars.githubusercontent.com/u/4226997?v=4)](https://github.com/zhiru "zhiru (6 commits)")[![ariel1995cr](https://avatars.githubusercontent.com/u/45462525?v=4)](https://github.com/ariel1995cr "ariel1995cr (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/docasdev-laravel-moodle/health.svg)

```
[![Health](https://phpackages.com/badges/docasdev-laravel-moodle/health.svg)](https://phpackages.com/packages/docasdev-laravel-moodle)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[flix-tech/confluent-schema-registry-api

A PHP 7.4+ library to consume the Confluent Schema Registry REST API.

484.2M3](/packages/flix-tech-confluent-schema-registry-api)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
