PHPackages                             eikona-media/akeneo-purge-job-artifacts - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. eikona-media/akeneo-purge-job-artifacts

ActiveAkeneo-bundle[Utility &amp; Helpers](/categories/utility)

eikona-media/akeneo-purge-job-artifacts
=======================================

Purge job execution artifacts

3.0.0(6y ago)2353MITPHPPHP ~7.2

Since Jun 5Pushed 6y ago1 watchersCompare

[ Source](https://github.com/eikona-media/akeneo-purge-job-artifacts)[ Packagist](https://packagist.org/packages/eikona-media/akeneo-purge-job-artifacts)[ RSS](/packages/eikona-media-akeneo-purge-job-artifacts/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (10)Used By (0)

Akeneo Purge Job Artifacts Bundle
=================================

[](#akeneo-purge-job-artifacts-bundle)

This bundle comes with a new command to remove leftover job execution artifacts (files in the archive which are not linked to a database job execution anymore).

Requirements
------------

[](#requirements)

VersionAkeneo PIM Community EditionAkeneo PIM Enterprise Edition3.\*3.2.\*3.2.\*2.\*3.0.\*3.0.\*1.\*2.3.\*2.3.\*Installation
------------

[](#installation)

```
    composer require eikona-media/akeneo-purge-job-artifacts:~3.0
```

3. Enable the bundle in the `app/AppKernel.php` file in the `registerProjectBundles()` method:

```
protected function registerProjectBundles()
{
    return [
        // ...
        new EikonaMedia\Akeneo\PurgeJobArtifactsBundle\EikonaMediaAkeneoPurgeJobArtifactsBundle(),
    ];
}
```

Usage
-----

[](#usage)

To remove leftover job execution artifacts execute the command `eikona-media:batch:purge-job-execution-artifacts`.
The command has one option: `--force`. If you omit the option the command runs in safe mode (no files will be deleted).

The command searches for directories with a numeric name in the third level of the `archive` directory:

```
- archive
    - export
        - csv_product_export
            - 22 // Third level with a numeric name
            - 23 // Third level with a numeric name
            - 24 // Third level with a numeric name
    - import
        - csv_product_import
            - 25 // Third level with a numeric name
    - ...
        - ...
            - 26 // Third level with a numeric name
            - 27 // Third level with a numeric name

```

The found directories are checked against the ids in the table `akeneo_batch_job_execution`.
All directories which do not have an entry in the table will be deleted.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

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 ~40 days

Recently: every ~70 days

Total

8

Last Release

2251d ago

Major Versions

1.x-dev → 2.0.02019-06-14

2.x-dev → 3.0.02020-03-13

PHP version history (2 changes)1.0.0PHP ~7.1

2.0.0PHP ~7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/a08826af10df31af501e1a17ecfdaffffe0dcc0346cf1c5517ae9a2667e535a7?d=identicon)[r.baussenwein](/maintainers/r.baussenwein)

![](https://www.gravatar.com/avatar/9a98cc4c770891f76c29ea53198c786476551fc4dd74f19477db7bffe295b992?d=identicon)[t.mueller](/maintainers/t.mueller)

---

Top Contributors

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

---

Tags

akeneoakeneo-pimartifactscommandjobremove

### Embed Badge

![Health badge](/badges/eikona-media-akeneo-purge-job-artifacts/health.svg)

```
[![Health](https://phpackages.com/badges/eikona-media-akeneo-purge-job-artifacts/health.svg)](https://phpackages.com/packages/eikona-media-akeneo-purge-job-artifacts)
```

###  Alternatives

[laravel-frontend-presets/tailwindcss

Laravel frontend preset for Tailwind CSS

1.1k405.6k6](/packages/laravel-frontend-presets-tailwindcss)[akeneo-labs/pim-enhanced-connector

Provides PIM product reader with more option (choice on completeness, choice on enabled, delta based on last export time)

2135.6k](/packages/akeneo-labs-pim-enhanced-connector)[flagbit/table-attribute-bundle

The Flagbit Table Attribute Bundle for Akeneo PIM gives you the possibility to enrich your product with multi-dimensional data presentation in the form of tables, allowing you maximum flexibility within the PIM.

2310.4k](/packages/flagbit-table-attribute-bundle)[akeneo/extended-attribute-type

Provides new attributes types for Akeneo PIM CE and EE

229.4k2](/packages/akeneo-extended-attribute-type)

PHPackages © 2026

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