Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 456 Bytes

File metadata and controls

18 lines (14 loc) · 456 Bytes
setEndpoint('https://.cloud.appwrite.io/v1') // Your API Endpoint ->setProject('') // Your project ID ->setSession(''); // The user session to authenticate with $account = new Account($client); $result = $account->create( userId: '', email: 'email@example.com', password: '', name: '' // optional );