DEV Community

Discussion on: How to Create a JSON Web Token Using PHP

Collapse
 
accorinti profile image
accorinti

Hello, ist there a way to use your library in my php scripts without the installer, with the good old php require_once for example?

Collapse
 
robdwaller profile image
Rob Waller

In theory you can download the repo into your own project and require_once all the files you need. Ultimately that is all the Composer autoloader does.