Headless LMS

Package info

github.com/EscolaLMS/API

Homepage

Type:project

pkg:composer/escolalms/api

Statistics

Installs: 114

Dependents: 0

Suggesters: 0

Stars: 17

Open Issues: 1

1.0.51 2026-06-17 12:47 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 55e3af5a9e2eb521732bed9183bf25be081ae392

  • Mateusz Wojczal <mateusz.woop@wojczal.com>
  • PaweΕ‚ ChoΕ‚aj <pawel.cholaj.woop@escola.pl>
  • Hubert Krzysztofiak
  • Maciej Rymarz
  • Tomasz Smolarek
  • Witold WiΕ›niewski

laravellmsreactjslearning-management-system

This package is auto-updated.

Last update: 2026-06-17 12:48:15 UTC


README

Laravel Headless LMS REST API.

πŸ‘ swagger
πŸ‘ phpunit
πŸ‘ downloads
πŸ‘ downloads
πŸ‘ downloads
πŸ‘ Maintainability
πŸ‘ FOSSA Status
πŸ‘ Known Vulnerabilities
πŸ‘ Quality Gate Status

Documentation

Most of the documentation is hosted at docs.wellms.io.

Configuration

Please not that API is based on Laravel but it's configured by environmental variables Please don't create or edit any .env file but use environmental variables with LARAVEL_ prefix, see docker-compose.yml for reference.

As we want this package to be stateless and easy to scale all configuration is stored either in database or in environmental variables.

See [docs][docs] for more details.

Application is designed to be stateless - it is controlled by environmental variables

Installation from source code

If you want to use the software consider using our docker images or using Create-LMS-App/ helper.

You should consider install with our installation package.

To install default docker environment either clone this repo or use

See [docs/multidomain.md][docs/multidomain.md] for more details how to quick start.

Quick start

  1. Clone this repo
  2. docker compose up -d

Demo

https://api-stage.escolalms.com/api/documentation

This is fully working demo. Note that content is regenerated every day - it's a seeder that is not persistent, every day database and files are cleared and rebuilt from skratch.

Packages

This API consists of Laravel and multiple packages.

List of all packages is available at packagist.org/?query=escolalms.

Tests

Just run phpunit to test all the packages.

Summary code coverage from all the packages:

πŸ‘ cc
πŸ‘ Tests Code Coverage
πŸ‘ cc
πŸ‘ cc

Test

There are hundreds of tests in the packages and they are divided into:

Integration packages test

Each packge contains their own php integration test this repo runs all of the

To run use ./vendor/bin/phpunit

Tasks

See makefile for all available devops tasks

License

πŸ‘ FOSSA Status