Due to company restrictions, I'm not allowed to get IDClient, secretKey to access an API on azure. Variables were then created in DEVOPS for me to access. How to access these DEVOPS variables in PHP? Thanks.

Due to company restrictions, I'm not allowed to get IDClient, secretKey to access an API on azure. Variables were then created in DEVOPS for me to access. How to access these DEVOPS variables in PHP? Thanks.

Assuming that by DEVOPS variables, you mean environment variables were created, then you would be able to access them using $_ENV['VARIABLE_NAME']