I would like to connect my PHP application with SSRS. I followed the steps found from Microsoft here https://blogs.msdn.microsoft.com/brian_swan/2010/05/04/getting-started-with-sql-server-reporting-services-ssrs-and-php/ .
I downloaded the SDK from this page https://archive.codeplex.com/?p=ssrsphp but the file does not have any instructions how to install it. It seems like this SDK as as open project is not supported any more (first released on 2010).
Could anyone demonstrate a basic example code connecting php application with SSRS 2016 calling a sample report?