Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
# LTI 1.3 Tool Library
2
 
3
A library used for building IMS-certified LTI 1.3 tool providers in PHP.
4
 
5
This library is a fork of the [packbackbooks/lti-1-3-php-library](https://github.com/packbackbooks/lti-1-3-php-library), patched specifically for use in [Moodle](https://github.com/moodle/moodle).
6
 
7
It is currently based on version [6.0.0 of the packbackbooks/lti-1-3-php-library](https://github.com/packbackbooks/lti-1-3-php-library/releases/tag/v6.0.0) library.
8
 
9
The following changes are included so that the library may be used with Moodle:
10
 
11
  * Replace the phpseclib dependency with openssl equivalent call in public key generation code.
12
 
13
Please see the original [README](https://github.com/packbackbooks/lti-1-3-php-library/blob/master/README.md) for more information about the upstream library.