# Livescores

# GET Inplay Livescores

use SportmonksFootballApi;

SportmonksFootballApi::livescore()->inplay();

# GET All Livescores

use SportmonksFootballApi;

SportmonksFootballApi::livescore()->all();

# GET Latest Updated Livescores

use SportmonksFootballApi;

SportmonksFootballApi::livescore()->lastUpdated();