Champions at last: PSG end European wait in stunning fashion

Champions at last: PSG end European wait in stunning fashion
PSG coach Luis Enrique lifts the Champions League trophy as players celebrate around him (Photo courtesy of UEFA)

AMMAN — Paris Saint-Germain delivered a commanding performance on Saturday night, beating Inter Milan 5-0 in the UEFA Champions League final at Allianz Arena in Germany to win the most prestigious title in European club football for the first time in their history.

The French champions, led by manager Luis Enrique, completed a remarkable treble — having already secured the Ligue 1 title and Coupe de France earlier this season — becoming only the 11th team in European football history to achieve the feat.

PSG controlled the match from start to finish, displaying tactical discipline and attacking flair. Moroccan fullback Achraf Hakimi opened the scoring in the 12th minute after a flowing team move ended with a simple tap-in following an assist from standout midfielder Desire Doue.

Doue added a second eight minutes later with a shot that took a deflection off an Inter defender to wrong-foot goalkeeper Yann Sommer. The 19-year-old, later named player of the match, scored again in the 63rd minute in a one-on-one situation and also assisted the fourth goal — teeing up Vitinha who found Khvicha Kvaratskhelia for the fourth goal, driven into the near post in the 73rd minute.

Inter attempted to respond with headers from Francesco Acerbi and Marcus Thuram but lacked the sharpness needed to break through PSG's resilient defence. Their first shot on target came only in the 76th minute, also from Thuram, but was comfortably saved by Gianluigi Donnarumma.

Substitute Mayulu put the final nail in the coffin with a fierce low shot in the 86th minute, sealing the biggest-ever win margin in a UEFA Champions League final.

Paris enjoyed 60 per cent possession and eight shots on target to Inter’s two, dominating all facets of the game.

Manager Luis Enrique praised his players' hunger and intensity after the match, saying:

“We were brilliant — the team was fantastic. We pressed a side like Inter Milan with incredible intensity. Dembele’s pressure was immense and made the whole team more cohesive. It was a great match. This team represents everything our fans stand for — they never stopped pushing us.”

“The new signings contributed a great deal, and our defensive level was exceptional. I would give the Ballon d'Or to Dembele, just for the way he defended. What a leader. I’d award it to him for his high pressing — he did it all season, and especially in this match,” He added.

Inter Milan coach Simone Inzaghi admitted the better team won, saying:

“We must give credit to the opponent. We were not at our best in the final, but I thanked all the players for what they gave. I am proud of them all. We must come out of defeats stronger — this one is painful.”

“We came into this match more fatigued than Paris. We fought for the league title until the last moment, while Paris had already secured the French league three months ago. We knew they were the better team, and they deserved to win,” he elaborated.

With this triumph, PSG have finally etched their name on the European elite list — joining Marseille as the only French clubs to win the Champions League.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });