-
It is mentioned in the guide that it's possible to use by only cloning the repository. |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
-
For anyone with a similar problem, here is a loader u can place next to the src folder:
|
Beta Was this translation helpful? Give feedback.
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_once
every 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.0
there is a built-in optional autoloader for the use cases without composer. See README.