- Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathphp.yml
47 lines (47 loc) · 1.41 KB
/
php.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
### YamlMime:Tutorial
title: Build PHP apps with Microsoft Graph
metadata:
title: Build PHP apps with Microsoft Graph
description: In this tutorial, you'll build a PHP app that uses Azure Active Directory for authentication and Microsoft Graph for retrieving data.
audience: Developer
level: Beginner
displayType: one-column
ms.date: 12/02/2022
author: jasonjoh
ms.author: jasonjoh
ms.topic: tutorial
ms.custom: scenarios:getting-started, languages:PHP
items:
- durationInMinutes: 1
content: |
[!INCLUDE [](./includes/php/01-intro.md)]
- title: Register the app in the portal
durationInMinutes: 3
content: |
[!INCLUDE [](./includes/php/02-register-app.md)]
- title: Create a PHP console app
durationInMinutes: 5
content: |
[!INCLUDE [](./includes/php/03-create-app.md)]
- title: Add user authentication
durationInMinutes: 5
content: |
[!INCLUDE [](./includes/php/04-add-user-auth.md)]
- title: Get user
durationInMinutes: 3
content: |
[!INCLUDE [](./includes/php/05-get-user.md)]
- title: List inbox
durationInMinutes: 4
content: |
[!INCLUDE [](./includes/php/06-get-inbox-messages.md)]
- title: Send mail
durationInMinutes: 3
content: |
[!INCLUDE [](./includes/php/07-send-mail.md)]
- title: "Optional: add your own code"
durationInMinutes: 5
content: |
[!INCLUDE [](./includes/php/08-extend-app.md)]
- content: |
[!INCLUDE [](./includes/php/09-completed.md)]