-
Notifications
You must be signed in to change notification settings - Fork 16
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
manual installation #19
Comments
i'm sorry you see Composer as "obnoxious alpha software" but it really is the easiest way to install the library. Other than that your other option is to include all of the files in the package individually with a |
it IS an alpha software, and I certainly dont really want to install alpha software to a server. |
A good deployment process shouldn't run Composer on the production server as a part of a deployment anyway. That sort of thing should be run on a staging/build server and then synced to production. |
so composer isnt needed all the time? |
When Composer performs its installs, it does two things:
The autoloader is essentially doing the Composer doesn't run dynamically when you request a class in a namespace, you still have to |
Is it really alpha? Oh, god. I am going to remove it from all the projects and servers. |
https://getcomposer.org/download/ |
@My1 It is in Beta now. Does that appease you?
On a more serious note, addressing your "problem": This library is PSR-0 compatible. That means you can easily use/create/steal/borrow a PSR-0 autoloader for it. Downloading the code is as simple as Combining those two you can very easily use this library without Composer. As this library does not advise/support this, doing so is your responsibility, not that of (the author) of this package. That said, if you need other/further help, feel free to ping me 😸 |
is there some way to install this software without some obnoxious alpha software like composer?
The text was updated successfully, but these errors were encountered: