PHPackages                             every/akeneo-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. every/akeneo-api

ActiveLibrary[API Development](/categories/api)

every/akeneo-api
================

Akeneo Api wrapper for PHP

1.1.0(8y ago)1400MITPHP

Since Jun 8Pushed 8y ago2 watchersCompare

[ Source](https://github.com/every-ecommerce/akeneo-api)[ Packagist](https://packagist.org/packages/every/akeneo-api)[ RSS](/packages/every-akeneo-api/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Akeneo Api wrapper for PHP
==========================

[](#akeneo-api-wrapper-for-php)

Connect easily to the [Akeneo](https://www.akeneo.com/) Api.

**Compatible with Akeneo ^1.7**

Install
-------

[](#install)

You can install this library with composer:

```
composer require every/akeneo-api
```

Usage
-----

[](#usage)

In orden to use any of the Akeneo endpoints, first you need to create a settings object with the akeneo host, username, password, client id and secret. You need to create the Auth and the Client, and pass the Client object to the endpoint object.

Below an example to get a product:

```
