mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-26 23:45:49 +03:00
[GH-ISSUE #257] using the wrapper without composer #186
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#186
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 @humpataa on GitHub (Dec 23, 2022).
Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/257
I have downloaded and unzipped the code archive.
there is a folder src which has all the wrapper's class files (I guess).
how do I use it with plain simple PHP without composer.
please advise.
thank you.
@jwilsson commented on GitHub (Dec 27, 2022):
Hey!
It's really not recommended to not use Composer or at least a PSR-4 compatible autoloader. But if you really want to, including all the files present in the
srcfolder should do the trick:Hope this helps!