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
Copy file name to clipboardExpand all lines: content/php-client/getting-started.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,20 @@ Below you will find which PHP client version to use depending on your PIM versio
19
19
| v5.0 | v6.0 | September 2022 |
20
20
| v6.0 - SaaS | v7.0 to current latest ||
21
21
22
+
### Enterprise Edition
23
+
24
+
::: warning
25
+
Enterprise Edition and Community Edition of the client have been merged into a one and unique package.
26
+
Every user shall now use the same client package. Learn about migration instructions [here](https://github.com/akeneo/api-php-client-ee#warning-the-client-project-has-moved-warning).
27
+
:::
28
+
29
+
## Deprecation notice
30
+
22
31
::: info
23
32
Note that our PHP client is backward compatible.
24
33
25
-
For example, if your PIM is currently a v2.3, you can still use a 1.0 version of the PHP client.
26
-
The new endpoints available in v2.3 will not be available in the v1.0 of the PHP client.
34
+
For example, if your PIM is currently a v6.0, you can still use a 1.0 version of the PHP client.
35
+
The new endpoints available in v6.0 will not be available in the v1.0 of the PHP client.
If you don't know which implementation to choose, we strongly recommend you to use Guzzle v6, as in the previous example.
49
58
:::
50
59
51
-
### Enterprise Edition
52
-
53
-
::: warning
54
-
Enterprise Edition and Community Edition of the client have been merged into a one and unique package.
55
-
Every user shall now use the same client package. Learn about migration instructions [here](https://github.com/akeneo/api-php-client-ee#warning-the-client-project-has-moved-warning).
56
-
:::
57
-
58
60
## Initialization of the client
59
61
60
62
You first need to initialize the client with your credentials (client id, secret, username and password).
0 commit comments