a service of my application needs to access a $_SERVER
variable (which is provided by apache) called: $_SERVER['GEOIP_COUNTRY_CODE'];
What are good ways to achieve this?
My current guess would be to inject the RequestStack but on the other hand I dont want to couple the complete RequestStack to this service.
Are there other ways of achieving this?
P.S. Please don't answer me with links to bundles like https://github.com/aferrandini/Maxmind-GeoIp etc.