[PR #2085] [MERGED] feat(plus): add Ticketmaster integration #2057

Closed
opened 2026-02-26 03:33:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/2085
Author: @phanan
Created: 9/6/2025
Status: Merged
Merged: 9/6/2025
Merged by: @phanan

Base: masterHead: ticket-master


📝 Commits (1)

  • f1ddc2d feat(plus): add Ticketmaster integration

📊 Changes

109 files changed (+1855 additions, -76 deletions)

View changed files

📝 .env.example (+13 -0)
📝 app/Attributes/RequiresPlus.php (+1 -1)
📝 app/Http/Controllers/API/Artist/ArtistAlbumController.php (+1 -1)
📝 app/Http/Controllers/API/Artist/ArtistController.php (+1 -1)
📝 app/Http/Controllers/API/Artist/ArtistImageController.php (+1 -1)
📝 app/Http/Controllers/API/Artist/ArtistSongController.php (+1 -1)
app/Http/Controllers/API/Artist/FetchArtistEventsController.php (+24 -0)
📝 app/Http/Controllers/API/Artist/FetchArtistInformationController.php (+1 -1)
📝 app/Http/Controllers/API/FetchInitialDataController.php (+3 -1)
app/Http/Integrations/IPinfo/IPinfoConnector.php (+24 -0)
app/Http/Integrations/IPinfo/Requests/GetLiteDataRequest.php (+27 -0)
📝 app/Http/Integrations/LemonSqueezy/Requests/ActivateLicenseRequest.php (+1 -1)
📝 app/Http/Integrations/LemonSqueezy/Requests/DeactivateLicenseRequest.php (+1 -1)
📝 app/Http/Integrations/LemonSqueezy/Requests/ValidateLicenseRequest.php (+1 -1)
app/Http/Integrations/Ticketmaster/Requests/AttractionSearchRequest.php (+40 -0)
app/Http/Integrations/Ticketmaster/Requests/EventSearchRequest.php (+42 -0)
app/Http/Integrations/Ticketmaster/TicketmasterConnector.php (+24 -0)
app/Http/Resources/LiveEventResource.php (+42 -0)
📝 app/Providers/AppServiceProvider.php (+11 -0)
app/Services/Geolocation/Contracts/GeolocationService.php (+8 -0)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/2085 **Author:** [@phanan](https://github.com/phanan) **Created:** 9/6/2025 **Status:** ✅ Merged **Merged:** 9/6/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `ticket-master` --- ### 📝 Commits (1) - [`f1ddc2d`](https://github.com/koel/koel/commit/f1ddc2d96fc7fa873d9f11977ec1eac4919022cb) feat(plus): add Ticketmaster integration ### 📊 Changes **109 files changed** (+1855 additions, -76 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+13 -0) 📝 `app/Attributes/RequiresPlus.php` (+1 -1) 📝 `app/Http/Controllers/API/Artist/ArtistAlbumController.php` (+1 -1) 📝 `app/Http/Controllers/API/Artist/ArtistController.php` (+1 -1) 📝 `app/Http/Controllers/API/Artist/ArtistImageController.php` (+1 -1) 📝 `app/Http/Controllers/API/Artist/ArtistSongController.php` (+1 -1) ➕ `app/Http/Controllers/API/Artist/FetchArtistEventsController.php` (+24 -0) 📝 `app/Http/Controllers/API/Artist/FetchArtistInformationController.php` (+1 -1) 📝 `app/Http/Controllers/API/FetchInitialDataController.php` (+3 -1) ➕ `app/Http/Integrations/IPinfo/IPinfoConnector.php` (+24 -0) ➕ `app/Http/Integrations/IPinfo/Requests/GetLiteDataRequest.php` (+27 -0) 📝 `app/Http/Integrations/LemonSqueezy/Requests/ActivateLicenseRequest.php` (+1 -1) 📝 `app/Http/Integrations/LemonSqueezy/Requests/DeactivateLicenseRequest.php` (+1 -1) 📝 `app/Http/Integrations/LemonSqueezy/Requests/ValidateLicenseRequest.php` (+1 -1) ➕ `app/Http/Integrations/Ticketmaster/Requests/AttractionSearchRequest.php` (+40 -0) ➕ `app/Http/Integrations/Ticketmaster/Requests/EventSearchRequest.php` (+42 -0) ➕ `app/Http/Integrations/Ticketmaster/TicketmasterConnector.php` (+24 -0) ➕ `app/Http/Resources/LiveEventResource.php` (+42 -0) 📝 `app/Providers/AppServiceProvider.php` (+11 -0) ➕ `app/Services/Geolocation/Contracts/GeolocationService.php` (+8 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:33:09 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#2057
No description provided.