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