You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You don't need to use composer for this or any other package. Given that we know nothing about your restrictions, technology stack, or server permissions here are a few random ideas:
Sloppy approach: download the code, unzip it into a folder in your project. Update your include_path accordingly
If you're using git, you can learn about submodules
As @eryad says you may or may not need to adjust your autoloader. If you have a fairly robust default loader it may be enough to just refer to the various classes via their namespaces.
No description provided.
The text was updated successfully, but these errors were encountered: