packbackbooks / lti-1-3-php-library

A library used for building IMS-certified LTI 1.3 tool providers in PHP.
Apache License 2.0
39 stars 25 forks source link

Clean up some URL parsing #111

Closed dbhynds closed 9 months ago

dbhynds commented 10 months ago

Summary of Changes

There's a few places where we're doing similar logic to manipulate URLs. Abstract them to make them less error prone.

Testing