You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -59,8 +63,7 @@ Assets refer to all the media files (images, videos, PDFs, audio files, and so o
59
63
60
64
A publishing environment corresponds to one or more deployment servers or a content delivery destination where the entries need to be published. Learn how to work with [Environments](https://www.contentstack.com/docs/guide/environments).
61
65
62
-
63
-
66
+
64
67
65
68
### Contentstack PHP SDK: 5-minute Quickstart
66
69
@@ -69,31 +72,35 @@ Install the library using [Composer](https://packagist.org/packages/contentstack
69
72
70
73
composer require contentstack/contentstack
71
74
75
+
72
76
To initialize the SDK, you will need to specify the API Key, Delivery Token, and Environment Name of your stack.
To get the API credentials mentioned above, log in to your Contentstack account and then in your top panel navigation, go to Settings > Stack to view the API Key and Delivery Token.
78
84
79
-
85
+
80
86
81
87
#### Querying content from your stack
82
88
83
89
To find all entries of a content type, use the query given below:
0 commit comments