1
0
Fork 0
mirror of synced 2024-09-12 07:36:01 +12:00
appwrite/app/sdks/php/docs/examples/avatars/get-browser.md

15 lines
201 B
Markdown
Raw Normal View History

2019-05-09 18:54:39 +12:00
<?php
use Appwrite\Client;
use Appwrite\Services\Avatars;
$client = new Client();
$client
setProject('')
setKey('')
;
$avatars = new Avatars($client);
$result = $avatars->getBrowser('aa');