PHPackages                             combindma/jumia - 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. combindma/jumia

AbandonedArchivedLibrary

combindma/jumia
===============

This is my package Jumia

1.0.0(4y ago)05MITPHPPHP ^8.0

Since Apr 18Pushed 4y agoCompare

[ Source](https://github.com/combindma/jumia)[ Packagist](https://packagist.org/packages/combindma/jumia)[ Docs](https://github.com/combindma/jumia)[ RSS](/packages/combindma-jumia/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (10)Versions (4)Used By (0)

This is my package Jumia
========================

[](#this-is-my-package-jumia)

[![Latest Version on Packagist](https://camo.githubusercontent.com/18266813cc5d2723bc5c4d5a7f7a29e4374a034fc0e9cbd455023447ce908daf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f6d62696e646d612f6a756d69612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/combindma/jumia)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/f8a55f4afa4ee732859b39f167f62459626e9b5aa89f029dd7c1f308473e5868/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f636f6d62696e646d612f6a756d69612f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/combindma/jumia/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/b7bfe98741ff5de57fa411da573f7c826135541ca13db64328183bd3ca0d3782/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f6d62696e646d612f6a756d69612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/combindma/jumia)

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

[](#installation)

You can install the package via composer:

```
composer require combindma/jumia
```

You can publish the config file with:

```
php artisan vendor:publish  --tag="jumia-config"
```

This is the contents of the published config file:

```
return [

    /*
     * The user id, should be an email used in seller center.
     */
    'user_id' => env('JUMIA_USER_ID', ''),

    /*
     * The api url under which data will be sent.
     */
    'api_url' => env('JUMIA_API_URL', 'https://sellercenter-api.jumia.ma'),

    /*
     * The api key used for authentication.
     */
    'api_key' => env('JUMIA_API_KEY', null),

    /*
     * Enable or disable sync with the seller center. Useful for local development.
     */
    'enabled' => env('JUMIA_SYNC_ENABLED', false),

    /*
     * These brands will be deleted from title and description
     */
    'blackList' => [
        'daniel wellington',
        'tissot',
        'guess',
        'swatch',
        'hugo boss',
        'boss',
        'balmain',
        'longines',
        'emporio armani',
        'armani'
    ],

    /*
     * This will be added to xml feed
     */
    'default_weight' => '0.5kg',

    /*
     * This will be added to xml feed
     */
    'default_warranty_duration' => 24,

    /*
     * This will be added to the price of product
     */
    'price_commission' => 15,
];
```

Usage
-----

[](#usage)

You should create JumiaHelper to generate name, description and price.

You should also create JumiaProductAttributes trait and add it to Product Model.

Attach to Product Category these variables: meta\[jumia\_id\_category\], meta\[jumia\_string\_category\], meta\[jumia\_seo\_category\]

Add HasJumiaFeed trait to ProductController.

Add 3 methods in ProductController: addProductToJumia, syncProductWithJumia, syncProductImageWithJumia and add their routes

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Combind](https://github.com/combindma)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~41 days

Total

3

Last Release

1821d ago

Major Versions

0.0.2 → 1.0.02021-07-09

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/81177530?v=4)[Combind](/maintainers/combindma)[@combindma](https://github.com/combindma)

---

Top Contributors

[![omarherri](https://avatars.githubusercontent.com/u/12627384?v=4)](https://github.com/omarherri "omarherri (4 commits)")

---

Tags

laravelcombindmajumia

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/combindma-jumia/health.svg)

```
[![Health](https://phpackages.com/badges/combindma-jumia/health.svg)](https://phpackages.com/packages/combindma-jumia)
```

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M100](/packages/dedoc-scramble)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.8k3](/packages/defstudio-telegraph)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k39](/packages/spatie-laravel-passkeys)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
