Lets consider a scenario. We are building a micro services web application in PHP. Our application is heavily using geotagging and we will use a 3rd party API for this, for example GoogleMaps and OpenStreetMap. We will write something like this:
/**
* Contains functionality of the GoogleMaps services.
*
* @package mygreatapp