Skip to content

Commit b3c4a79

Browse files
authored
Merge pull request #669 from akeneo/API-1866
feat(API-1866): Improve 'Getting started' page for PHP client
2 parents 6b117f6 + 86e04a9 commit b3c4a79

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

content/php-client/getting-started.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,20 @@ Below you will find which PHP client version to use depending on your PIM versio
1919
| v5.0 | v6.0 | September 2022 |
2020
| v6.0 - SaaS | v7.0 to current latest | |
2121

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+
2231
::: info
2332
Note that our PHP client is backward compatible.
2433

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.
2736
:::
2837

2938

@@ -48,13 +57,6 @@ $ php composer.phar require akeneo/api-php-client php-http/guzzle6-adapter:^2.0
4857
If you don't know which implementation to choose, we strongly recommend you to use Guzzle v6, as in the previous example.
4958
:::
5059

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-
5860
## Initialization of the client
5961

6062
You first need to initialize the client with your credentials (client id, secret, username and password).

0 commit comments

Comments
 (0)