PHPackages                             justbetter/laravel-akeneo-products - 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. justbetter/laravel-akeneo-products

ActivePackage

justbetter/laravel-akeneo-products
==================================

Easily export products to Akeneo from your ERP

2.3.1(1y ago)011.8k↑46.2%31MITPHPPHP ^8.3CI passing

Since May 16Pushed 11mo ago3 watchersCompare

[ Source](https://github.com/justbetter/laravel-akeneo-products)[ Packagist](https://packagist.org/packages/justbetter/laravel-akeneo-products)[ Docs](https://github.com/justbetter/laravel-akeneo-products)[ RSS](/packages/justbetter-laravel-akeneo-products/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (10)Versions (13)Used By (1)

[ ![Package banner](./art/banner.svg)](https://github.com/justbetter/laravel-akeneo-products "JustBetter")Laravel Akeneo Products
=======================

[](#laravel-akeneo-products)

 [![Tests](https://camo.githubusercontent.com/cec34925ca8392a3b5d39fd48cd3efbd16c8f60c9a5f7b1fc13401b926b0c194/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6a7573746265747465722f6c61726176656c2d616b656e656f2d70726f64756374732f74657374732e796d6c3f6c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/justbetter/laravel-akeneo-products) [![Coverage](https://camo.githubusercontent.com/a05a9a8f680882fbe185cddf054c375afa8bee707d9a2c1ca55f989e19f1f94d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6a7573746265747465722f6c61726176656c2d616b656e656f2d70726f64756374732f636f7665726167652e796d6c3f6c6162656c3d636f766572616765267374796c653d666c61742d737175617265)](https://github.com/justbetter/laravel-akeneo-products) [![Analysis](https://camo.githubusercontent.com/c2d12a061e7a4e9ac1740ed5ac143605ee6d9a92eca4c3da7c2857ac74290201/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6a7573746265747465722f6c61726176656c2d616b656e656f2d70726f64756374732f616e616c7973652e796d6c3f6c6162656c3d616e616c79736973267374796c653d666c61742d737175617265)](https://github.com/justbetter/laravel-akeneo-products) [![Total downloads](https://camo.githubusercontent.com/4bc3f1246bae6537e51486506ce3f36e2f9bf32c9bb97dbe70e4fd789bcdb373/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a7573746265747465722f6c61726176656c2d616b656e656f2d70726f64756374733f636f6c6f723d626c7565267374796c653d666c61742d737175617265)](https://github.com/justbetter/laravel-akeneo-products)

Easily export products to Akeneo from your ERP.

This package is built to easily create products in Akeneo from your ERP or other (external) source, without the complexity of the different field types in Akeneo. The structure of attributes is all taken care of by the package. This means that a simple key-value array is already sufficient to start upserting products.

Aside from attributes, you can also set a family, categories and all other data you would normally be able to via the [API](https://api.akeneo.com/api-reference.html#Products).

For more advanced use cases, it is also possible to add your own data to the payload.

Products are retrieved and updated in small chunks to spread the load if your project has access to a lot of products. Updates of these products are only sent to Akeneo if something has been modified to prevent unnecessary requests.

Prerequisites
-------------

[](#prerequisites)

This package makes use of the [Akeneo Client](https://github.com/justbetter/laravel-akeneo-client). Make sure to follow it's README to install and configure it correctly.

Installation
------------

[](#installation)

Install the composer package.

```
composer require justbetter/laravel-akeneo-products
```

Setup
-----

[](#setup)

Publish the configuration of the package.

```
php artisan vendor:publish --provider="JustBetter\AkeneoProducts\ServiceProvider" --tag=config
```

Add the following commands to your scheduler.

```
