Skip to content

Need a guide on how to use without Composer #58

Answered by halaxa
Rubinskiy asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@Rubinskiy
Comment options

@halaxa
Comment options

Answer selected by Rubinskiy
Comment options

You must be logged in to vote
1 reply
@halaxa
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #57 on July 31, 2021 13:29.