1EdTech / lti-1-3-php-library

Apache License 2.0
117 stars 105 forks source link

Is this project abandoned? #75

Open dbhynds opened 2 years ago

dbhynds commented 2 years ago

As far as I can tell, the last time changes were merged into this project was June 2020 (two years ago), and the project owner hasn't responded to any of the issues since March 2020.

For anyone looking for an actively used and maintained version of this package, we have one over at https://github.com/packbackbooks/lti-1-3-php-library which contains the following:

composer require packbackbooks/lti-1p3-tool
Tyru5 commented 1 year ago

As far as I can tell, the last time changes were merged into this project was June 2020 (two years ago), and the project owner hasn't responded to any of the issues since March 2020.

For anyone looking for an actively used and maintained version of this package, we have one over at https://github.com/packbackbooks/lti-1-3-php-library which contains the following:

  • Fixes security vulnerabilities found in the existing package
  • Adherence to PSR-4 standards
  • Fixes to many of the bugs and open issues on the existing package
composer require packbackbooks/lti-1p3-tool

Holy smokes... this is amazing, thank you so much!

I ended up essentially doing what you did -- taking this official library and extending it to accommodate changes in the 1.3 specification and implementing things it didn't already support.

I started to encounter a bunch of issues with the Deep-Linking 2.0 flow from using the current implementation of this official library, and that's when I went searching for issues and saw this😂

afromero2 commented 11 months ago

Hi, Is it possible to have a code example to create a provider that uses this package? I need to understand LTI 1.3 and LTI Advanced and create a provider to integrate it into Canvas LMS. Thanks in advance!!! Regards.

dbhynds commented 11 months ago

If you follow the link in my original post, the wiki has some code examples to help get you started.