oat-sa / lib-lti1p3-submission-review
OAT LTI 1.3 Submission Review Library
Installs: 1 833
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 37
Forks: 1
Open Issues: 0
Requires
- php: >=8.0.0
- ext-json: *
- oat-sa/lib-lti1p3-core: ^7.0
Requires (Dev)
- lcobucci/jwt: ^4.3
- nesbot/carbon: ^2.72 || ^3.0
- nyholm/psr7: ^1.8
- php-coveralls/php-coveralls: ^2.4
- phpunit/phpunit: ^9.6
- psalm/plugin-phpunit: ^0.15
- psr/http-message: ^1.1 || ^2.0
- vimeo/psalm: ^4.6
This package is auto-updated.
Last update: 2024-11-17 15:08:21 UTC
README
PHP library for LTI 1.3 Submission Review Service implementations as platforms and / or as tools, based on LTI 1.3 Core library.
Table of contents
TAO LTI 1.3 PHP framework
This library is part of the TAO LTI 1.3 PHP framework.
IMS
You can find below IMS related information.
Related specifications
Installation
$ composer require oat-sa/lib-lti1p3-submission-review
Documentation
You can find below the library documentation, presented by topics.
Quick start
Messages
Tests
To run tests:
$ vendor/bin/phpunit
Note: see phpunit.xml.dist for available test suites.