mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-27 07:55:49 +03:00
[GH-ISSUE #134] How to install *without* composer? #81
Labels
No labels
bug
docs
enhancement
enhancement
enhancement
feedback wanted
good first issue
help wanted
help wanted
help wanted
invalid
pull-request
question
question
upstream
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-web-api-php#81
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pkiula on GitHub (Jul 23, 2018).
Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/134
For various reasons, we need to include the files without Composer etc. Just the code. Simple PHP. Where can I find the docs on how to just copy a folder, and include/require the right files? Not
vendor/autoload.phpbut some actual file in the src. Thanks!@jwilsson commented on GitHub (Jul 24, 2018):
Hi!
Installing without Composer isn't "officially" supported, but if wanna do it anyway you'll need to include every file in the
srcfolder. Don't forgetcacert.pem, just put that in the same folder as the rest and everything should work.@andersborgabiro commented on GitHub (Jul 24, 2018):
I did it this way:
A folder called "spotify" containing the includes and cacert.pem.
Referring to them via: