How do I load a PHP library without using Composer? I want to load the wrench library. I've searched Stack Overflow and none of the solutions work for me. I am not using a PHP framework, just plain php files.
Asked
Active
Viewed 56 times
0
-
2...after all, what are the benefits of **not** using Composer? – Nico Haase Apr 26 '19 at 12:27
-
I think library is dependent on psr module if that's the case you've to use composer – Saad Suri Apr 26 '19 at 12:29
-
Is it just Composer or do you don´t want to use any package manager? – Apr 26 '19 at 12:29
-
I don't want to use any package manager. – desbest Apr 26 '19 at 12:33
-
I've updated my question now to make it not a duplicate. – desbest Apr 26 '19 at 13:03
-
@jereon I've updated my question to make it unique and not a duplicate. – desbest Apr 26 '19 at 15:05