diff --git a/README.md b/README.md index 0e97a6b..f003c46 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# LTI 1.3 Deep Linking Library +# [TAO](https://www.taotesting.com/) - LTI 1.3 Deep Linking Library [![Latest Version](https://img.shields.io/github/tag/oat-sa/lib-lti1p3-deep-linking.svg?style=flat&label=release)](https://github.com/oat-sa/lib-lti1p3-deep-linking/tags) [![License GPL2](http://img.shields.io/badge/licence-GPL%202.0-blue.svg)](http://www.gnu.org/licenses/gpl-2.0.html) @@ -6,17 +6,31 @@ [![Test Coverage Status](https://coveralls.io/repos/github/oat-sa/lib-lti1p3-deep-linking/badge.svg?branch=master)](https://coveralls.io/github/oat-sa/lib-lti1p3-deep-linking?branch=master) [![Psalm Level Status](https://shepherd.dev/github/oat-sa/lib-lti1p3-deep-linking/level.svg)](https://shepherd.dev/github/oat-sa/lib-lti1p3-deep-linking) [![Packagist Downloads](http://img.shields.io/packagist/dt/oat-sa/lib-lti1p3-deep-linking.svg)](https://packagist.org/packages/oat-sa/lib-lti1p3-deep-linking) +[![IMS Certified](https://img.shields.io/badge/IMS-certified-brightgreen)](https://site.imsglobal.org/certifications/open-assessment-technologies-sa/tao-lti-13-devkit) -> PHP library for [LTI 1.3 Deep Linking](https://www.imsglobal.org/spec/lti-dl/v2p0/) implementations as platforms and / or as tools, based on [LTI 1.3 Core library](https://github.com/oat-sa/lib-lti1p3-core). +> [IMS certified](https://site.imsglobal.org/certifications/open-assessment-technologies-sa/tao-lti-13-devkit) PHP library for [LTI 1.3 Deep Linking](https://www.imsglobal.org/spec/lti-dl/v2p0/) implementations as [platforms and / or as tools](http://www.imsglobal.org/spec/lti/v1p3/#platforms-and-tools), based on [LTI 1.3 Core library](https://github.com/oat-sa/lib-lti1p3-core). # Table of contents -- [Specifications](#specifications) +- [TAO LTI 1.3 PHP framework](#tao-lti-13-php-framework) +- [IMS](#ims) - [Installation](#installation) -- [Tutorials](#tutorials) +- [Documentation](#documentation) - [Tests](#tests) -## Specifications +## TAO LTI 1.3 PHP framework + +This library is part of the [TAO LTI 1.3 PHP framework](https://oat-sa.github.io/doc-lti1p3/). + +## IMS + +You can find below [IMS](https://www.imsglobal.org/) related information. + +### Related certifications + +- [LTI 1.3 advantage complete](https://site.imsglobal.org/certifications/open-assessment-technologies-sa/tao-lti-13-devkit) + +### Related specifications - [IMS LTI 1.3 Deep Linking](https://www.imsglobal.org/spec/lti-dl/v2p0/) - [IMS LTI 1.3 Core](http://www.imsglobal.org/spec/lti/v1p3) @@ -28,9 +42,9 @@ $ composer require oat-sa/lib-lti1p3-deep-linking ``` -## Tutorials +## Documentation -You can then find below usage tutorials, presented by topics. +You can find below the library documentation, presented by topics. ### Configuration @@ -38,7 +52,7 @@ You can then find below usage tutorials, presented by topics. ### Workflow -- how to [implement the Deep Linking workflow (for platform and / or tool)](doc/deep-linking-workflow.md) +- how to [implement the deep linking workflow (as platform and / or tool)](doc/deep-linking-workflow.md) ## Tests diff --git a/doc/images/logo/logo.png b/doc/images/logo/logo.png new file mode 100644 index 0000000..ddbc794 Binary files /dev/null and b/doc/images/logo/logo.png differ