项目作者: oat-sa

项目描述 :
Symfony bundle for LTI 1.3 implementations, as platforms and / or as tools.
高级语言: PHP
项目地址: git://github.com/oat-sa/bundle-lti1p3.git
创建时间: 2020-03-31T08:39:51Z
项目社区:https://github.com/oat-sa/bundle-lti1p3

开源协议:GNU Lesser General Public License v2.1

下载


TAO - LTI 1.3 Symfony Bundle" class="reference-link"> TAO - LTI 1.3 Symfony Bundle

Latest Version
License GPL2
Build Status
Coverage Status
Psalm Level Status
Packagist Downloads
IMS Certified

IMS certified Symfony bundle for LTI 1.3 implementations, as platforms and / or as tools.

This bundle automates the usage of the TAO LTI 1.3 PHP framework libraries within your Symfony application.

Table of Contents

TAO LTI 1.3 PHP framework

This bundle is part of the TAO LTI 1.3 PHP framework.

Installation

  1. $ composer require oat-sa/bundle-lti1p3

The associated flex recipe will generate in your application:

  • config/routes/lti1p3.yaml: configurable bundle routes (JWKS, OIDC)
  • config/packages/lti1p3.yaml: configurable bundle configuration
  • LTI1P3_SERVICE_ENCRYPTION_KEY: configurable (.env) variable (signatures security)

Documentation

You can find below the bundle documentation, presented by topics.

Quick start

Messages interactions

Services interactions

Tests

To run provided tests:

  1. $ vendor/bin/phpunit

Note: see phpunit file for available suites.