mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-27 07:55:49 +03:00
[GH-ISSUE #93] Usage with Symfony framework #49
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#49
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 @bun4uk on GitHub (Jul 19, 2017).
Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/93
Have anybody used it with Symfony?
@jwilsson commented on GitHub (Jul 19, 2017):
Hi!
The only thing I'm aware of is https://github.com/mmoreram/SpotifyApiBundle but that hasn't been updated in a few years.
I'll leave this issue open in case someone else knows of something.
@tchapi commented on GitHub (Sep 21, 2017):
Just modify your composer.json to include the library in the classmap, so Composer adds it in the autoloader :
@tchapi commented on GitHub (Sep 21, 2017):
I reckon this would be a nice addition in the docs for Symfony users