setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint ->setProject('') // Your project ID ->setSession(''); // The user session to authenticate with $avatars = new Avatars($client); $result = $avatars->getBrowser( code: Browser::AVANTBROWSER(), width: 0, // optional height: 0, // optional quality: 0 // optional );