Soapclient Laravel 8

1$customers = Soap::to('https://api.example.com')2  ->withBasicAuth('username', 'password')3  ->Customers(['SortBy' => 'name']);
Colorful Civet