escolalms/headless-h5p
Composer 安装命令:
composer require escolalms/headless-h5p
包简介
Headless H5P Laravel REST API
README 文档
README
Before you begin
This product is tightly coupled with the Escola LMS ecosystem and is not compatible with any other Laravel application.
Working demo
Proof of concept demo is available at https://h5p-laravel-demo.stage.etd24.pl/.
Features
All of the features are available thought REST API, there are no blade templates of using server side rendering H5PIntegration global js variable, this is a different approach then moodle, drupal and wordpress h5p plugins.
This package does provide only REST API access endpoints, this is so far only package that allows to render h5p headlessly.
The features includes:
- play all h5p content - exposed all essential data, yet player is needed
- edit all h5p content - exposed all essential data, yet editor is needed
- CRUD libraries
- CRUD content
- upload library from
.h5pfile - upload content from
.h5pfile - all the other h5p features like export etc
Documentation
See Swagger documented endpoints.
Some tests can also be a great point of start.
To play the content you can use EscolaLMS H5P Player
Demo React source files, are great starting point for frontend tutorial
Install
composer require escolalms/headless-h5pphp artisan migratephp artisan h5p:storage-linksee belowphp artisan db:seed --class="EscolaLms\HeadlessH5P\Database\Seeders\PermissionTableSeeder"see below
Storage links
You need to publish many of files to be available as public link.
php artisan h5p:storage-link which creates a symbolic link from storage/app/h5 and vendor/h5p/h5p-core and vendor/h5p/h5p-editor to be accessible to public, as follows
public_path('h5p') => storage_path('app/h5p'),
public_path('h5p-core') => base_path().'vendor/h5p/h5p-core',
public_path('h5p-editor') => base_path().'vendor/h5p/h5p-editor',
Cors
All the endpoints need to be accessible from other domains, so CORS must be properly set.
Except of endpoints assets must expose CORS headers as well. You achieve that by setting Apache/Nginx/Caddy/Whatever settings - below is example for Nginx for wildcard global access.
location ~* \.(eot|ttf|woff|woff2|jpg|jpeg|gif|png|wav|mp3|mp4|mov|ogg|webv)$ {
add_header Access-Control-Allow-Origin *;
}
Authorization
Most of the endpoints require authorization, this is possible with Laravel passport
There is a seeder to must be run in order to authorize
User model is taken from Auth package.
Seeder
To seed content and library
php artisan db:seed --class="\EscolaLms\HeadlessH5P\Database\Seeders\ContentLibrarySeeder"
You can seed library and content with build-in seeders as command that are accessible with
php artisan h5p:seedto add just librariesphp artisan h5p:seed --addContentto add content with libraries
Road map
- rewrite h5p core in a way like luminare in typescript
Running test locally
run ./test.sh
escolalms/headless-h5p 适用场景与选型建议
escolalms/headless-h5p 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 34.74k 次下载、GitHub Stars 达 28, 最近一次更新时间为 2021 年 04 月 08 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 escolalms/headless-h5p 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 escolalms/headless-h5p 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 34.74k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 28
- 点击次数: 2
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-04-08