-
Notifications
You must be signed in to change notification settings - Fork 0
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
Render guild emblems #4
Comments
this works: with some minor adjustments to get the new data You will also need to add a get($GuildID) to the guild endpoint, in order to get the emblem data Guild: ['. $guildData->tag .'] '.$guildData->name.'';
|
The issue for adding /v2/guild/:id is here: GW2Treasures/gw2api#95. I just didn't have time lately to do this. I want to render the emblems in php with this library and not with javascript, so it can be used to render them server side (for example for clients without javascript, or social network images, ...). There are a few php implementations floating around, and I even started writing my own when I made this issue half a year ago, but again, I didn't have time to finish my own or to look at the existing solutions and clean them up. I'm currently working on rendering static maps with this library (#7), I try to look into this again when I'm done with the maps, because rendering guild emblems is something really useful. |
how about this as an alternative: |
Thats fine when you want to use a 3rd party service, but sometimes you want to generate them on your server and not rely on the availability of a 3rd party. |
Add a helper to render guild emblems from the emblem data returned from the API.
The text was updated successfully, but these errors were encountered: