@@ -4,21 +4,23 @@ A simple PHP client to use the [Akeneo PIM API](https://api.akeneo.com/) with th
44
55Matrix compatibility:
66
7- | PIM EE version(s) | API PHP Client EE version | End of life | CI status |
8- | --------------------| ----------------------------| ----------------| ------------------------------------------------------------------------------------------------------------------------------------|
9- | v2.0 | v1.0 | March 2019 | [ ![ Build Status] ( https://travis-ci.org/akeneo/api-php-client-ee.svg?branch=1.0 )] ( https://travis-ci.org/akeneo/api-php-client-ee ) |
10- | v2.1 - v2.2 | v2.0 | March 2019 | [ ![ Build Status] ( https://travis-ci.org/akeneo/api-php-client-ee.svg?branch=2.0 )] ( https://travis-ci.org/akeneo/api-php-client-ee ) |
11- | v2.3 | v3.0 | December 2019 | [ ![ Build Status] ( https://travis-ci.org/akeneo/api-php-client-ee.svg?branch=3.0 )] ( https://travis-ci.org/akeneo/api-php-client-ee ) |
12- | v3.0 - v3.1 | v4.0 | August 2020 | [ ![ Build Status] ( https://travis-ci.org/akeneo/api-php-client-ee.svg?branch=4.0 )] ( https://travis-ci.org/akeneo/api-php-client-ee ) |
13- | v3.2 | v5.0 | August 2020 | [ ![ Build Status] ( https://travis-ci.org/akeneo/api-php-client-ee.svg?branch=master )] ( https://travis-ci.org/akeneo/api-php-client-ee ) |
14- | - | master | - | [ ![ Build Status] ( https://travis-ci.org/akeneo/api-php-client-ee.svg?branch=master )] ( https://travis-ci.org/akeneo/api-php-client-ee ) |
7+ | PIM EE version(s) | API PHP Client EE version | CI status |
8+ | -------------------| ---------------------------| -------------------------------------------------------------------------------------------------------------------------------------|
9+ | v2.0 | v1.0 | [ ![ Build Status] ( https://travis-ci.org/akeneo/api-php-client-ee.svg?branch=1.0 )] ( https://travis-ci.org/akeneo/api-php-client-ee ) |
10+ | v2.1 - v2.2 | v2.0 | [ ![ Build Status] ( https://travis-ci.org/akeneo/api-php-client-ee.svg?branch=2.0 )] ( https://travis-ci.org/akeneo/api-php-client-ee ) |
11+ | v2.3 | v3.0 | [ ![ Build Status] ( https://travis-ci.org/akeneo/api-php-client-ee.svg?branch=3.0 )] ( https://travis-ci.org/akeneo/api-php-client-ee ) |
12+ | v3.0 - v3.1 | v4.0 | [ ![ Build Status] ( https://travis-ci.org/akeneo/api-php-client-ee.svg?branch=4.0 )] ( https://travis-ci.org/akeneo/api-php-client-ee ) |
13+ | v3.2 - v4.0 | v5.0 | [ ![ Build Status] ( https://travis-ci.org/akeneo/api-php-client-ee.svg?branch=master )] ( https://travis-ci.org/akeneo/api-php-client-ee ) |
14+ | v5.0 | v6.0 | - |
15+ | v6.0 | v7.0 | - |
16+ | - | master | - |
1517
1618Note that our PHP client is backward compatible.
1719For example, if your PIM is currently a v2.3, you can still use a 1.0 version of the PHP client. The new endpoints available in v2.3 will not be available in the v1.0 of the PHP client.
1820
1921## Requirements
2022
21- * PHP >= 7.1
23+ * PHP >= 7.4
2224* Composer
2325
2426## Installation
0 commit comments