{"id":18055689,"url":"https://github.com/escolalms/api","last_synced_at":"2026-04-16T07:01:14.608Z","repository":{"id":36954938,"uuid":"333114626","full_name":"EscolaLMS/API","owner":"EscolaLMS","description":"Laravel REST API. Main module that compose all Laravel packages ","archived":false,"fork":false,"pushed_at":"2026-04-15T12:57:32.000Z","size":119721,"stargazers_count":16,"open_issues_count":1,"forks_count":19,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2026-04-15T14:37:05.331Z","etag":null,"topics":["api","headless","laravel","rest"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EscolaLMS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-01-26T14:43:14.000Z","updated_at":"2026-04-15T12:57:36.000Z","dependencies_parsed_at":"2023-09-27T17:51:01.551Z","dependency_job_id":"72e3f542-8dbb-4597-83e2-470c14c3b072","html_url":"https://github.com/EscolaLMS/API","commit_stats":{"total_commits":513,"total_committers":25,"mean_commits":20.52,"dds":0.695906432748538,"last_synced_commit":"3e29dd8115080a574474d1b518e032fd0bdcf233"},"previous_names":[],"tags_count":219,"template":false,"template_full_name":null,"purl":"pkg:github/EscolaLMS/API","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EscolaLMS%2FAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EscolaLMS%2FAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EscolaLMS%2FAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EscolaLMS%2FAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EscolaLMS","download_url":"https://codeload.github.com/EscolaLMS/API/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EscolaLMS%2FAPI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31875183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","headless","laravel","rest"],"created_at":"2024-10-31T01:11:25.867Z","updated_at":"2026-04-16T07:01:14.587Z","avatar_url":"https://github.com/EscolaLMS.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Escola LMS aka Wellms Headless LMS \n\nLaravel Headless LMS REST API.\n\n[![swagger](https://img.shields.io/badge/documentation-swagger-green)](https://api-docs.wellms.io)\n[![phpunit](https://github.com/EscolaLMS/API/actions/workflows/phpunit-tests.yml/badge.svg)](https://github.com/EscolaLMS/API/actions/workflows/phpunit-tests.yml)\n[![downloads](https://img.shields.io/packagist/dt/escolalms/api)](https://packagist.org/packages/escolalms/api)\n[![downloads](https://img.shields.io/packagist/v/escolalms/api)](https://packagist.org/packages/escolalms/api)\n[![downloads](https://img.shields.io/packagist/l/escolalms/api)](https://packagist.org/packages/escolalms/api)\n[![Maintainability](https://api.codeclimate.com/v1/badges/68b4fbde49bcd465e482/maintainability)](https://codeclimate.com/github/EscolaLMS/API/maintainability)\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FEscolaLMS%2FAPI.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FEscolaLMS%2FAPI?ref=badge_shield)\n[![Known Vulnerabilities](https://snyk.io/test/github/EscolaLMS/API/badge.svg)](https://snyk.io/test/github/EscolaLMS/API)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=EscolaLMS_API\u0026metric=alert_status)](https://sonarcloud.io/summary/new_code?id=EscolaLMS_API)\n\n## Documentation\n\nMost of the documentation is hosted at [docs.wellms.io](https://docs.wellms.io/).\n\n## Configuration\n\nPlease not that API is based on Laravel but it's configured by environmental variables\nPlease don't create or edit any `.env` file but use environmental variables with `LARAVEL_` prefix, see [docker-compose.yml](docker-compose.yml) for reference.\n\nAs we want this package to be stateless and easy to scale all configuration is stored either in database or in environmental variables.\n\nSee [docs][docs] for more details.\n\nApplication is designed to be stateless - it is controlled by [environmental variables](docs/enviromental-variables.md)\n\n## Installation from source code\n\nIf you want to use the software consider using our docker images or using [Create-LMS-App/](https://github.com/EscolaLMS/Create-LMS-App/) helper.\n\nYou should consider install with our [installation package](https://docs.wellms.io/getting-started/guide.html).\n\nTo install default docker environment either clone this repo or use\n\nSee [docs/multidomain.md][docs/multidomain.md] for more details how to quick start.\n\n### Quick start\n\n1. Clone this repo\n2. `docker compose up -d`\n\n## Demo\n\n[https://api-stage.escolalms.com/api/documentation](https://api-stage.escolalms.com/api/documentation)\n\nThis 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.\n\n## Packages\n\nThis API consists of Laravel and multiple packages.\n\nList of all packages is available at [packagist.org/?query=escolalms](https://packagist.org/?query=escolalms).\n\n## Tests\n\nJust run `phpunit` to test all the packages.\n\nSummary code coverage from all the packages:\n\n[![cc](https://raw.githubusercontent.com/EscolaLMS/.github/main/api-tests/cc-badge.svg)](https://github.com/EscolaLMS/API/actions/workflows/phpunit-cc.yml)\n[![Tests Code Coverage](https://github.com/EscolaLMS/API/actions/workflows/phpunit-cc.yml/badge.svg)](https://github.com/EscolaLMS/API/actions/workflows/phpunit-cc.yml)\n[![cc](https://raw.githubusercontent.com/EscolaLMS/.github/main/api-tests/cc-tests.svg)](https://github.com/EscolaLMS/API/actions/workflows/phpunit-cc.yml)\n[![cc](https://raw.githubusercontent.com/EscolaLMS/.github/main/api-tests/cc-assertions.svg)](https://github.com/EscolaLMS/API/actions/workflows/phpunit-cc.yml)\n\n## Test\n\nThere are hundreds of tests in the packages and they are divided into:\n\n### Integration packages test\n\nEach packge contains their own php integration test this repo runs all of the\n\nTo run use `./vendor/bin/phpunit`\n\n## Tasks\n\nSee [makefile](makefile) for all available devops tasks\n\n## License\n\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FEscolaLMS%2FAPI.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FEscolaLMS%2FAPI?ref=badge_large)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fescolalms%2Fapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fescolalms%2Fapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fescolalms%2Fapi/lists"}