Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install without composer #16

Closed
csf30816 opened this issue Aug 27, 2017 · 5 comments
Closed

Install without composer #16

csf30816 opened this issue Aug 27, 2017 · 5 comments

Comments

@csf30816
Copy link

I do not have composer and I do not plan on getting it, can you tell me which files/directories I need to copy?

@Grendel7
Copy link
Collaborator

In theory, you could download everything in the src/ folder and require_once all files in it. It's not pretty and not supported.

Alternatively, you could look for some way to mimic the Composer autoload functionality (I know there are other, similar autoloader scripts).

However, Composer is the only supported installation method right now and I personally have no interest in adding alternative installation methods. I do accept pull requests though, if you can figure out a way to cleanly import the library without polluting the main codebase or breaking Composer compatibility.

@Rayhansardar420
Copy link

Bro,Hope this will help you.

https://php-download.com/package/hansadema/mofh-client

@Grendel7
Copy link
Collaborator

Grendel7 commented Aug 31, 2017

@Rayhansardar420 The site you links to looks useful, but it still uses Composer (it just runs the composer install for you and doesn't require you to run Composer yourself). I'm not sure whether that actually qualifies as installing "without Composer".

@GoogleOnScratch
Copy link

GoogleOnScratch commented Sep 1, 2017

@Rayhansardar420 That should work, thanks.

Note: I just had the same problem as @csf30816, I am not talking for him :D

@csf30816
Copy link
Author

csf30816 commented Sep 1, 2017

Hello. Thanks @Rayhansardar420, although this gave me a 500 error when I installed on my server

Edit:

Fixed

@csf30816 csf30816 closed this as completed Sep 2, 2017
@Grendel7 Grendel7 mentioned this issue Feb 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants