File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,5 @@ Get Started with the PHP Library
21
21
.. toctree::
22
22
23
23
/get-started/create-a-deployment/
24
- /get-started/create-a-connection-string/
24
+ /get-started/create-a-connection-string/
25
+ /get-started/next-steps/
Original file line number Diff line number Diff line change
1
+ .. _php-next-steps:
2
+
3
+ ==========
4
+ Next Steps
5
+ ==========
6
+
7
+ .. facet::
8
+ :name: genre
9
+ :values: reference
10
+
11
+ .. meta::
12
+ :keywords: learn more
13
+
14
+ Congratulations on completing the quick start tutorial!
15
+
16
+ In this tutorial, you created a PHP application that
17
+ connects to a MongoDB deployment hosted on MongoDB Atlas
18
+ and retrieves a document that matches a query.
19
+
20
+ .. TODO:
21
+ Learn more about the {+php-library+} from the following resources:
22
+ - Learn how to perform read operations in the :ref:`<php-read>` section.
23
+ - Learn how to perform write operations in the :ref:`<php-write>` section.
You can’t perform that action at this time.
0 commit comments