|
It is mentioned in the guide that it's possible to use by only cloning the repository. |
Answered by
halaxa
Aug 1, 2021
Replies: 2 comments 3 replies
|
It is not recommended, because there's no easy autoloading capability. But you're free to clone the repo, checkout the desired version, try to use the library and Edit: Since version |
2 replies
Answer selected by
Rubinskiy
|
For anyone with a similar problem, here is a loader u can place next to the src folder: |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is not recommended, because there's no easy autoloading capability. But you're free to clone the repo, checkout the desired version, try to use the library and
require_onceevery file with the class reported as missing. If really needed, an issue or PR might be made to discuss how to automate this for usages without composer autoloading.Edit: Since version
1.1.0there is a built-in optional autoloader for the use cases without composer. See README.