I was wondering if anyone had any luck with using Auth0 with PHP without Composer.
I am using a windows server so don’t have access to a terminal. I’m not sure how to pull in all the needed files as the example from Auth0 for PHP only uses composer.
For reference, the quickstart guide for Auth0 for PHP has the following step which is the one I’m seeking alternatives for:
Add the Dependencies
To install dependencies, run the following
composer require auth0/auth0-php:"~5.0"
This sample uses Composer, a tool for dependency management in PHP. It allows you to declare the dependent libraries your project needs and it will install them in your project for you."