Download the PHP package ttek-plg/plg-lti without Composer

On this page you can find all versions of the php package ttek-plg/plg-lti. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package plg-lti

EMS III LTI Plugin

Project: ttek-plg/plg-lti
Published: 01 Sep 2016 Web: http://www.tropotek.com/
Authors: Michael Mifsud http://www.tropotek.com/

An lti Plugin for the new EMS III System. Use this to create your own plugins.

Contents

Installation

Available on Packagist (ttek-plg/plg-lti) and as such installable via Composer.

Or add the following to your composer.json file:

If you do not use Composer, you can grab the code from GitHub, and use any PSR-0 compatible autoloader (e.g. the plg-lti) to load the classes.

Introduction

Example LTI launch params

Array[40] ( [tool_consumer_info_product_family_code] => Blackboard Learn [resource_link_title] => lti-voce II (NEW) [context_title] => VOCE Vet Science LTI test [roles] => urn:lti:role:ims/lis/Instructor [lis_person_name_family] => SampsonMifsud [tool_consumer_instance_name] => The University of Melbourne [tool_consumer_instance_guid] => 1005cc36f90e4ed58af938c5cea8374a [resource_link_id] => _74321_1 [custom_testparam1] => testValue1 [custom_testparam2] => testValue2 [oauth_signature_method] => HMAC-SHA1 [oauth_version] => 1.0 [custom_caliper_profile_url] => https://unimelb.edu.au/learn/api/v1/telemetry/caliper/profile/_75691_1 [launch_presentation_return_url] => https://unimelb.edu.au/webapps/blackboard/execute/blti/launchReturn?subject_id=_2051_1&content_id=_75691_1&toGC=false&launch_time=10000020541026&launch_id=b98984d5-1079-45d0-853c-71ce76643197&link_id=_75691_1 [ext_launch_id] => b993834d5-1079-45d0-853c-71ce76643197 [resource_link_description] => Test the New VOCE II site. Now named PeerReView for public consumption. ;-) NOTE: Requires my PC to be on to test...lol (If its down, I'm out.) Also view the public part of the site that can be marketed to other Institutions or Faculties. (http://252s-dev.vet.unimelb.edu.au/~mifsudm/Unimelb/lti-voce2/) [ext_lms] => bb-3200.0.1-rel.56+af64d14 [lti_version] => LTI-1p0 [lis_person_contact_email_primary] => [email protected] [oauth_signature] => K0rJ442MLEQXTZhddNQWG85qumk= [tool_consumer_instance_description] => The University of Melbourne [oauth_consumer_key] => unimelb_00000 [launch_presentation_locale] => en-AU [custom_caliper_federated_session_id] => https://blackboard.com/v1/sites/41943a4f-ec98-419c-8aa2-c7147a833858/sessions/ACE9B0DDB7EFBDC51162AF9B60BE0DDE [lis_person_sourcedid] => smaso [oauth_timestamp] => 1501020541 [lis_person_name_full] => Samson Joe [tool_consumer_instance_contact_email] => [email protected] [lis_person_name_given] => Samson [custom_tc_profile_url] => [oauth_nonce] => 45778356062349877 [lti_message_type] => basic-lti-launch-request [user_id] => e178575f054e46bffdaadfb1438d099b [oauth_callback] => about:blank [tool_consumer_info_version] => 3200.0.1-rel.56+af64d14 [context_id] => 7cd5258c04e749a2d67d184f6f200328 [context_label] => VOCE10001_2014_SM5 [launch_presentation_document_target] => window [ext_launch_presentation_css_url] => https://unimelb.edu.au/common/shared.css,https://unimelb.edu.au/branding/themes/unimelb-201410-08/theme.css,https://unimelb.edu.au/branding/colorpalettes/unimelb-201404.08/generated/colorpalette.generated.modern.css [lti_subjectId] => 1

)


All versions of plg-lti with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3.0
imsglobal/lti-1p3-tool Version dev-master
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ttek-plg/plg-lti contains the following files

Loading the files please wait ....