< Rejseplan - PHP Api - Location
With this you can find stops, POI or addresses from a user input
use Lsv\Rejseplan\Location;
$response = (new Location($searchInput))
->request();
$searchInput
can be a string
The output will be a LocationResponse object