PHPackages                             roxielfr/wp-pods-import - 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. roxielfr/wp-pods-import

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

roxielfr/wp-pods-import
=======================

Un importateur Excel pour le Framework Pods de WordPress avec prise en charge des types de champs personnalisés.

02PHP

Since Apr 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/RoxielFr/wp-csv-importer)[ Packagist](https://packagist.org/packages/roxielfr/wp-pods-import)[ RSS](/packages/roxielfr-wp-pods-import/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (1)Used By (0)

Import de tableau excel dans le Framework Pods de Wordpress
===========================================================

[](#import-de-tableau-excel-dans-le-framework-pods-de-wordpress)

Installation / Usage
--------------------

[](#installation--usage)

```
$WpPodsImporter = new Roxielfr\WpPodsImport\Controller\MainController();

$state = $WpPodsImporter->import('post',plugin_dir_path(__FILE__) . "import/", 'Products.xlsx',
    [
        'titre' =>
            [
                'field_type' => 'string',
                'field_name' => 'post_title',
            ],
        'description' =>
            [
                'field_type' => 'html',
                'field_name' => 'champ_html',
            ],
        'category' =>
            [
                'field_type' => 'taxonomy',
                'field_name' => 'champ_taxo',
                'taxonomy_name' => 'test_taxo',
            ],
        'image' =>
            [
                'field_type' => 'image',
                'field_name' => 'champ_image',
            ]
    ]
);

```

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

[](#requirements)

PHP 7.2.0 ou plus.

Authors
-------

[](#authors)

- Baptiste Milot | [GitHub](https://github.com/RoxielFr)

Security Reports
----------------

[](#security-reports)

Merci d'envoyer un mail à . Merci!

License
-------

[](#license)

Wp Pods Import est en LICENCE PUBLIQUE RIEN À BRANLER-

```
                LICENCE PUBLIQUE RIEN À BRANLER
                     Version 1, mars 2009

Copyright (C) 2009 Sam Hocevar
 14 rue de Plaisance, 75014 Paris, France

La copie et la distribution de copies exactes de cette licence sont
autorisées, et toute modification est permise à condition de changer
le nom de la licence.

        CONDITIONS DE COPIE, DISTRIBUTON ET MODIFICATION
              DE LA LICENCE PUBLIQUE RIEN À BRANLER

 0. Faites ce que vous voulez, j’en ai RIEN À BRANLER.

```

---

```
            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                   Version 2, December 2004

Copyright (C) 2004 Sam Hocevar

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

           DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
  TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

 0. You just DO WHAT THE FUCK YOU WANT TO.

```

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/a0f674c1ca3a4bd051b6a15f7f8eebf27581dd6466e8ae01ea0c6632cf83250c?d=identicon)[RoxielFr](/maintainers/RoxielFr)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/roxielfr-wp-pods-import/health.svg)

```
[![Health](https://phpackages.com/badges/roxielfr-wp-pods-import/health.svg)](https://phpackages.com/packages/roxielfr-wp-pods-import)
```

PHPackages © 2026

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