Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

A simple PHP client to use the [Akeneo PIM API](https://api.akeneo.com/).

- The version v1.0 is compatible with the PIM 2.0.
- The version v2.0 is compatible with the PIM 2.1.
Matrix compatibility:
| API PHP Client version | PIM version(s) | CI status |
|------------------------|----------------|---------------------------------------------------------------------------------------------------------------------------|
| v1.0 | v2.0 | [![Build Status](https://travis-ci.org/akeneo/api-php-client.svg?branch=1.0)](https://travis-ci.org/akeneo/api-php-client)|
| v2.0 | v2.1 - v2.2 | [![Build Status](https://travis-ci.org/akeneo/api-php-client.svg?branch=2.0)](https://travis-ci.org/akeneo/api-php-client)|

## Requirements

Expand Down